/* LOGIN */
.login-pages .banner {
  height:270px;
  margin-bottom:35px;
}
.login-pages .banner .left-container {
  padding-top:85px;
  color: #fff;
}
.login-pages .banner .left-container p {
  line-height:50px;
}
.login-pages .banner .left-container p .main-blue {
  font-family:'Gilroy';
  font-weight:700;
  font-size:16.5px;
}
.banner{
  background-color: #004c9b;
  background-image: none;
}
.login-pages form {
  margin:37px auto 0;
}
#login-form, #forgot-form {
  width:320px;
}
#register-form {
  width:680px;
}
.login-pages .button-container {
  text-align:center;
  margin-top:21px;
}
.login-pages .button-container .button {
  margin:0 3px;
}
button > small {
  font-size:8px;
  line-height: 20px;
}
#forgot-link {
  margin-top:19px;
  display:inline-block;
}
#login-image {
  position:absolute;
  bottom:0px;
  right:0px;
  width:605px;
  height:238px;
  background-image: url(/assets/imgs/cat-dog-shape.png);
  background-position: 90px 0px;
  background-repeat: no-repeat;
}

@media (min-width:1500px) {
  #login-image img {
    right:0px;
  }
}
#terms-checkbox {
  text-align:center;
  margin-bottom:34px;
}
#terms-checkbox input {
  vertical-align:middle;
}

#dog-banner-login{
  position: absolute;
  top: 2px;
  right: -150px;
  background-image: radial-gradient(rgba(222,222,255,0.3) 20%,rgba(222,222,255,0.0) 70%);
}

body, input, button {
  font-size:16px;
  font-family:"Verdana",sans-serif;
}
.banner .left-container > h1{
  color: #fff;
  font-size: 34px;
}
.main-blue {
  color:#004c9b;
}
.sec-blue {
  color:rgb(0, 72, 142);
}
button, .button {
  background-color:#004c9b;
  border-radius: 0px;
}
.white-btn {
  background-color:white;
  border:1px solid #004c9b;
  color:#004c9b;
}
h2{
  color: #004c9b;
}
.overlay h2 {
  color: #004c9b !important;
}