body.login div#login h1 a {
    background-image: url(/wp-content/themes/House-of-seo_v2/images/house-of-seo-logo.png);
    background-size: 70%;
        height: 100px;
        width: 100%;
    margin-top: 20px;
}
input#user_pass, input#user_login{
    border: none;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
    padding-left: 30px !important;
}
input#user_pass:focus, input#user_login:focus{
    border-color: #fcbc03;
    box-shadow: none;	
}
.login form{
    margin-top: 60px !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0px 50px 30px !important;
}
#login{
    width: 500px !important;
    padding: 30px 0px 30px !important;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    max-height: 650px;
    overflow: hidden !important;
}
@media screen and (max-width: 550px){
	#login{
    	width: 90% !important;
  	}
}
body{
    background-image: url(/wp-content/themes/House-of-seo_v2/images/login-page-background.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
label[for="user_login"], label[for="user_pass"], button.button.button-secondary.wp-hide-pw.hide-if-no-js{
    display: none !important;
}
.login form .input {
    min-height: 0 !important;
    font-size: 16px !important;
}
input#wp-submit {
    background-color: #3d6d7d;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    transition: .25s;
    border: none;
    font-size: 18px;
    width: 100%;
    padding: 5px;
    border-radius: 100px;
    margin-top: 30px;
}
input#wp-submit:hover{
    background-color: #658f9c;
}
#backtoblog, #nav{
	text-align: center;
}
a {
	color: #3d6d7d !important;
}
.privacy-policy-link:hover{
	color: #fcbc03;
}
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover{
    color: #fcbc03 !important;
}
.login-icon{
    font: normal 20px/1 dashicons;
    padding-top: .1875rem !important;
    position: absolute !important;
    z-index: 1;
    color: #fcbc03;
}
.user-icon:before{
    content: "\f110";
}
.pass-icon:before{
    content: "\f112";
}
#login form p {
    margin-bottom: 5px;
}
label[for="rememberme"]{
    color: #9c9c9c;
}
input[type=checkbox]:checked::before {
    content: url("/wp-content/themes/House-of-seo_v2/images/check-icon.png") !important;
}
#rememberme:focus{
	border: 1px solid #8c8f94 !important;
    box-shadow: none !important;
}
a.privacy-policy-link:hover {
    color: #fcbc03 !important;
}
p#designed-by-hos {
	padding-top: 10px !important;
    text-align: center !important;
    color: #3f6d7d !important;
    font-style: italic !important;
}
p#designed-by-hos a{
	font-weight: bold !important;
	text-decoration: none !important;
}