@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');


/*login box*/
.ie9 body.modal #modal-box.login-box{
    border-radius:0!important;
}

/*body.modal #modal-box.login-box h1{height:107px;margin:0 0 50px;text-indent:-999em}*/
body.modal #modal-box.login-box h1{
    height: 300px;
    margin-bottom: 0px;
    width: 610px;
    background: transparent url('https://s3.amazonaws.com/SSL_Assets/Pearland/P_cap_w_ribbon_trans.png') no-repeat 50% 10%; 
}

/*change the color of the login box*/
body.modal #modal-box.login-box {
    background: #ffffff;
}

/*change the color of 'don't know your password'*/
body.modal #modal-box.login-box a {
    color: #9c2222!important;
} 

/*change the color of the login button*/
body.modal #modal-box .button, body.modal #login-box .button {
    background-color: #000000 !important;
    background-image: none !important;
    border-color: #00ff00;
}
  
#login_form .btn-primary, #login_form .btn-primary:hover {
    background-color: #9c2222;
    background-image: none;
    border-color: #9c2222;
}

/*change the color of 'stay signed in'*/
body.modal #modal-box.login-box { 
    color: #9c2222;
    height: 409px;
    width 422px;
}