/*

  Custom Style for Custom Login

*/

#login{
  position: relative;
  top: -35px;
  float: right;
  margin: 30px;
  padding: 0 10px;
}

/*change the background of the login*/

body.login {

  background-image: url('images/login_background.jpg');

  background-repeat: no-repeat;

  background-attachment: fixed;

  background-position: center;

  background-size: cover;

}

.login form {
    margin-top: 20px;
    margin-left: -15px;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

/*change the logo of the login*/

.login h1 a {

  background-image: url('login_logo.png');

}



/*customize the look and feel of the login*/

.login label {

  font-size: 12px;

  color: #555555;

}



.login input[type="text"]{

  background-color: #ffffff;

  border-color:#dddddd;

  -webkit-border-radius: 4px;

}



.login input[type="password"]{

  background-color: #ffffff;

  border-color:#dddddd;

  -webkit-border-radius: 4px;

}

/*changing the button of the login to shade of blue*/

.login .button-primary {

  width: 120px;

  float:right;

  background-color:#17a8e3 !important;

  background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#17a8e3));

  background: -webkit-linear-gradient(top, #17a8e3, #17a8e3);

  background: -moz-linear-gradient(top, #17a8e3, #17a8e3);

  background: -ms-linear-gradient(top, #17a8e3, #17a8e3);

  background: -o-linear-gradient(top, #17a8e3, #17a8e3);

  background-image: -ms-linear-gradient(top, #17a8e3 0%, #17a8e3 100%);

  color: #ffffff;

  -webkit-border-radius: 4px;

  border: 1px 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: 4px;

  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: 4px;

  border: 1px solid #0d9ed9;

}



/*Remove the remember password link*/

p#nav {

  display: none;

}



/*Removes the back link*/

p#backtoblog {

  display: none;

}
.privacy-policy-link{
  display: none;
}

.login label {
    font-size: 14px;
    color: #555555;
    font-weight: bolder;
    margin-bottom: 9px;
}
.login input[type="text"], .login input[type="password"]  {
  background-color: #ccc;
  border-color: #dddddd;
  -webkit-border-radius: 16px;
}

#rc-anchor-container {
  background: #ccc;
  color: #000;
}