body {
	background: Whitesmoke  url('/wp-content/themes/mgpu_ru/images/bg-login-page.jpg') !important;
	background-size: cover !important;
}

#login {
    width: 400px;
}

.login h1 {
	background: white;
	padding: 30px 0 15px;
}

#login h1 a { 
	background: url('/wp-content/themes/mgpu_ru/images/logo_normal.svg') no-repeat;
	background-position: center center;
	width: 400px;
	margin-bottom: 0;
}

#login form {
	background-color: white;
	margin-top: 0;
	border: 1px solid #dddddd;
}

#login .input {
	background-color: white;
	border-radius: 0;
    border: 1px solid #dddddd;
}

#login label {
	color: #333;
	font-size: 1rem;
}

input[type=checkbox], 
input[type=radio] {
    border: 1px solid #dddddd;
    border-radius: 0;
}

input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
    border-color: #dddddd;
    box-shadow: 0 0 0 1px #dddddd;
}

#login input[type=submit] {
	background-color: #e74c3c;
	color: white;
	border-radius:0px;
	border:none;
	text-shadow: none;
    box-shadow: none;
}

#login input[type=submit]:active {} 

#nav a,
#backtoblog a {
	color: #dedede !important;
}

#backtoblog {
	display: none;
}