/* 
	Custom Login Styles
	Revised: 17-Jul-2020
*/

body.login {
  /*background-image: url('home-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;*/
  background-color: #1D1F43 !important;
}

.login h1 a {background-image: url('login-logo.png'); /*320 x 80*/
  background-size: 320px 63px;
  background-repeat: no-repeat;
  width: 400px;
  margin: 0 0 -20px -42px;

}

.login label {font-size: 12px; color: #555555; text-align: center;}

.login input[type="text"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 0px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 0px;
}

.login .button-primary {
  width: 120px;
  float:right;
  background-color:#3E5062 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#3E5062), to(#3E5062));
  background: -webkit-linear-gradient(top, #3E5062, #3E5062);
  background: -moz-linear-gradient(top, #3E5062, #3E5062);
  background: -ms-linear-gradient(top, #3E5062, #3E5062);
  background: -o-linear-gradient(top, #3E5062, #3E5062);
  background-image: -ms-linear-gradient(top, #3E5062 0%, #3E5062 100%);
  color: #ffffff;
  -webkit-border-radius: 0px;
  border: 0px solid #0d9ed9;
}

.login .button-primary:hover {
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#0d9ed9 ));
  background: -webkit-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -moz-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -ms-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -o-linear-gradient(top, #17a8e3, #0d9ed9 );
  background-image: -ms-linear-gradient(top, #0b436e 0%, #0d9ed9 100%);
  color: #fff;
  -webkit-border-radius: 0px;
  border: 1px solid #0d9ed9;
}

.login .button-primary:active {
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d9ed9), to(#17a8e3));
  background: -webkit-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -moz-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -ms-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -o-linear-gradient(top, #0d9ed9, #17a8e3);
  background-image: -ms-linear-gradient(top, #0d9ed9 0%, #17a8e3 100%);
  color: #fff;
  -webkit-border-radius: 0px;
  border: 1px solid #0d9ed9;
}

/* Lost Password Link */
/* p#nav {display: none;} */
.login #nav a {color: #bbbbbb !important; text-decoration: none; font-size: 14px; margin-left: 60px !important; letter-spacing: 1.5px;}
.login #nav a:hover {color: #bcf1e2 !important; text-decoration: none; border-bottom: 1px solid #bcf1e2 !important; font-size: 14px !important; letter-spacing: 1.5px;}

/* Change Lost Password Link Color */
/*.login #backtoblog a, .login #nav a, .login h1 a {color: #bbb; text-decoration: none; font-size: 14px;}*/

/* Remove the "Back To" Link */
p#backtoblog {display: none;}

/* Privacy Policy */
.privacy-policy-page-link {display: none !important;}