body.login {
	 background-color: #114172;
}  

.login .privacy-policy-page-link a{
	color: #fff;
	text-decoration: none;
}

.login label{
	font-weight: 700;
    font-size: 18px;
}

.login .privacy-policy-page-link a:hover{
	color: #ffd141;
	text-decoration: underline;	
}

.login #backtoblog a, .login #nav a{
	color: #fff;
}

.login #backtoblog a:hover, .login #nav a:hover{
	color: #ffd141;
}

.login h1 a {
  background-image: url('../img/svg/logo-yellow.svg');
  background-size: cover;
  width: 170px;
  height: 170px;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{
	width: 100%;
	margin-top: 20px;
	border-radius: 0;
	font-weight: bold;
	font-size: 20px;
	height: auto;
	padding: 10px 15px;
	border: none;
	background: #ffd141;
	text-shadow: none;
	box-shadow: none;
	color: #114172;
}

.wp-core-ui .button-group.button-large .button:hover, .wp-core-ui .button.button-large:hover{
	background: #1E76A6;
	color: #fff;
}

.login form{
	background: rgba(255, 255, 255, 0.9)
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #fff!important;
}

#loginform #user_login, #loginform #user_pass{
	padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-top: 15px;
}