.form_login .form_login_logo
{
	display: none;
}
.table_list_row {
	background-color: transparent;
}

.top_button_messages {
	display: none;
}

button {
	margin-bottom: 5px;
	background-color: White;
}

a {
	margin-left: 20px;
}

.top_menu a {
    color: Black;
    text-decoration: none;
    padding-left: 15px;
}

@media screen and (max-width: 768px) {
	html {
		height: 100%;
		overflow: hidden;
	}
	
	body {
		overflow: hidden;
        background-attachment: fixed;
        background-image: url(/img/new_bg_2019_op.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        height: 100%;
        margin: 0px;
        padding: 10px;
		overflow: hidden;
	}
	.logo {
		display: none;
	}
	
	.logo span {
		
	}
	
	.menu_button {
		display: none;
	}
	
	.content {
		height: calc(100% - 90px);
		overflow: hidden;
	}
	
	.form_login {
		position: fixed;
		padding-top: calc(100% / 2 + 80px);
		width: calc(100% - 15px);
	}
	
	.form_login .form_login_logo {
		position: absolute;
		height: 80px;
		top: calc(100% / 2 - 70px);
		width: 100%;
		left: -10px;
		display: block;
	}
}

@media screen and (max-width: 400px) {
	.form_login {
		padding-top: calc(100% / 2);
	}
	
	.form_login .form_login_logo {
		position: absolute;
		height: 80px;
		top: calc(100% / 2 - 120px);
		display: block;
	}
}