/* Change background color and font family */

body.login {
  background: #f3f4f5;
  font-family: 'DBHeavent', Arial,sans-serif;
}
 
#login {
	width: 420px;
	padding: 100px 0 0;
	height:100%;
}

#login_error {
	font-size: 20px;
}
/* Change Width and Height of Logo Image + Add Custom Image File */

.login h1 a {
  background-image: url(../images/components/login-register/logo_register@2x.png);
  width: 250px;
  height: 50px;
  background-size: 250px 50px;
  margin: 20px 0;
}

/*login form*/
#loginform {
	max-width: 420px;
	width: 420px;
	background-color: transparent;
	box-shadow: none;
	padding-left: 0px;
	height:400px;
}

.upper-block-1 a img{
	background-size: 200px 30px;
	width: 200px;
	height: 30px;
}

#loginform .nav-login-register {
	margin-bottom: 30px;
}

.separate-login {
	width: 100%; 
	height: 10px; 
	border-bottom: 1px solid #767a84; 
	text-align: center;
	margin: 20px 0 30px 0;
}

.separate-login span {
	font-size: 20px; 
	background-color: #F3F5F6; 
	padding: 0 10px;
	color: #767a84;
	font-weight: 700;
}

#loginform a {
	font-family: 'DBHeavent-Bold', Arial,sans-serif;
	font-size: 25px;
	text-decoration: none;
}

#loginform .nav-login-register .nav-login {
	color: #000;
	border-bottom: 3px solid #000; 
}

#loginform .nav-login-register .space {
	display: inline-block;
    padding-left: 10px;
}

#loginform .nav-login-register .nav-register {
	color: #767a84;
}

#loginform p label {
	font-family: 'DBHeavent', Arial,sans-serif;
	color: #000;
	font-size: 20px;
}

#loginform p label input {
	font-family: 'DBHeavent', Arial,sans-serif;
	padding: 3px 10px;
}

#next_login{
	background-color: #ef8903;
	border: none;
	width: 120px;
	height: 40px;
	font-size: 20px;
	font-family: 'DBHeavent-Bold', Arial,sans-serif;
	box-shadow: none;
	float: left;

}

#next_login .fa-long-arrow-right{
	vertical-align: middle;
}

#user_pass {
	width: 90%;
	margin-right: 0px;
}

#user_error{
	color:red;
	margin-left:10px;
	display:none;
}

.hidden-pass {
	display: inline-block;
}

#hidden-password {
	padding: 25%;
	height: 36px;
	width: 10%;
}

#hidden-password i {
	font-size: 20px;
}

#wp-submit {
	background-color: #ef8903;
	border: none;
	width: 120px;
	height: 40px;
	font-size: 20px;
	font-family: 'DBHeavent-Bold', Arial,sans-serif;
	box-shadow: none;
	float: left;
}


#loginform .forgetmenot {
	float: right;
	padding-top: 10px;
    padding-right: 150px;
}

.login #nav {
	padding: 0;
	margin: 0;
}

.login #nav a {
	color: #ef8903;
	font-size: 20px;
}


#lower-block-2{
	float:left;
}

#lower-block-2.disable-magic-link {
	display: block;
    margin-top: 55px;
    margin-left: -119px;
    color: #ef8903;
    font-size: 20px;
    font-weight: normal;
}

#lower-block-2.disable-magic-link a {
	font-family: 'DBHeavent', Arial,sans-serif;
    font-size: 20px;
    text-decoration: none;
    color: #ef8903;
}

.magic-link-label{
	font-size: 20px;
	font-family: 'DBHeavent', Arial,sans-serif;
	text-align:left;
	margin-top:25px;
}

.magic-link-header{
	font-weight: bold;
}

#magic_link_button{
	margin-top:30px;
	width:100%;
	background-color: #e6e6e6;
	border: none;
	height: 40px;
	font-size: 20px;
	font-family: 'DBHeavent-Bold', Arial,sans-serif;
	box-shadow: none;
	float:none;
	color:#000000;
}

.loading-spinner{
	font-size:20px;
	display:none;
	margin-top:30px;
}

p#backtoblog {
	display: none;
}

.wp-social-login-widget {
	display: none;
}

.wp-core-ui .button-primary {
	text-shadow: none;
}

.white-popup {
  position: relative;
  background: #FFF;

  width:auto;
  max-width: 500px;
  margin: 10px auto;

  font-size: 20px;
  font-family: 'DBHeavent', Arial,sans-serif;
}


.white-popup .row{
    padding-bottom: 20px;
    margin-left:0px;
    margin-right:0px;
    padding-left: 20px;
    padding-right: 20px;
	font-size:20px;
}

.white-popup .row-header{
	padding-top: 25px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 25px;
    border-bottom: solid 1px #CCC;
    margin:0;
    color: #F1A600;
    margin-bottom: 20px;
    position: relative;
	font-weight:bold;
	text-align:center;
}




@media screen and (max-width: 420px) {
	#login {
		width: 90%;
	}

	.login form {
		padding:26px 0;
	}
	#loginform {
		max-width: 100%;
		width: 100%;
	}
	#loginform .forgetmenot {
		float: right;
		padding-top: 10px;
	    padding-right: 10%;
	}

	#user_pass {
		width: 85%;
		margin-right: 0px;
	}
}