/*login*/

/* removed for new template
#loginButton, #loginButtonXSscreen{
    height: 45px; 
} */
.open-an-acct-btn{
    /* height: 45px; removed for new template */
    line-height: 45px;
}
.remember input[type="checkbox"]{
    float: left;
}
.remember .checkbox-label{
  float: left;
  font-size: 16px;
  padding-top: 5px;
  font-weight: 100;
}
.remember label{
    margin-bottom: 0px;
}

.trp-btn.cta:hover{
    background: #FFAC47;
}
.form-control{
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.33;
  color: #3b3b3b;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.remember{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

.login-title{
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.secure-icon{
    float: right;
}

.login-module{
  margin-top: 55px;
  margin-bottom: 35px;
  min-width: 250px;
  position: relative;
  z-index: 10;
}

.open-an-acct-btn{
    text-align: center;
}

.open-an-acct-btn a:hover{
    text-decoration: none;
}
.new-users{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 15px;
}
.new-users a{
  font-size: 16px;
  display: block;
  padding-left: 10px;
}
.returning-users a{
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  border-bottom: 1px solid #D8D8D8;
  padding-left: 10px;
}

.checkbox-trp{
    opacity: 0;
    position: absolute;
    width: 25px;  
}

.checkbox-trp, .checkbox-trp-label{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-trp-label {
    position: relative;
}

.checkbox-trp + .checkbox-trp-label:before{
  content: '';
  background: #fff;
  border: 1px solid #D8D8D8;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  margin-top: -4px;
}

.checkbox-trp:checked + .checkbox-trp-label:before{
    font-family: "streamline-24px" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    content: "\e2fe";
    background: #FFFFFF;
    color:#05C3DE;
    font-size: 12px;
}

.secure-icon{
  min-width: 25px;
  min-height: 25px;
  font-size: 16px;
}

.login-form
{
  background: white;
  padding: 15px;
  padding-bottom: 20px;
  margin-top: 5px;
  padding-top: 20px;
  max-width: 350px;
}
.left-col .login-form {
    margin-right: auto;
}
.right-col .login-form {
    margin-left: auto;
}

.login-module-container{
    float: right;
}

@media screen and (max-width: 992px) {
    .login-module-container{ 
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .login-module{
         padding: 0px;
    }
    .new-users a{
      float: left;
    }
    .login-form{
        background: white;
        margin-top: 0px;
        margin-right: 0px;
        width: 100%;
        padding: 20px;
        max-width: none;
    }
    .new-users{
      padding-top: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #D8D8D8;
      margin-bottom: 15px;
    }
    .icon icon-lock-2{
        font-size: 22px;
    }
    .secure-icon{
        margin-top: -2px;
    }

    .login-module{
      margin-top: 35px;
      margin-bottom: 35px;
      min-width: 250px;
      margin-right: 0px;
      position: relative;
      z-index: 10;
    }
}
