input, password {
    border: 1px solid #333;
    background-color: #fff;
}
#cboxClose {
    top: 0;
    height: 3rem;
    margin-top: -1rem;
    margin-right: -1rem;
    width: 2rem;
    padding: 0;
    display: inline-block;
    color: #fff;
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    color: var(--clr-white);
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease-in-out;
    color: #333;
    font-size: var(--fs-700);
    line-height: var(--fs-700);
    width: 3rem;
    max-width: 3rem;
    min-width: 3rem;   
}
#cboxLoadedContent {
    border-radius: 10px;
    overflow: hidden !important;
}
#cboxOverlay {
    opacity: 0.5 !important;
    cursor: pointer;
    visibility: visible;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    position: fixed;
    display: block;
    background-color: #000;
    top: 0px;
    left: 0px;
    z-index: 1000;    
}
#colorbox {
    background-color: #3787b1;
    color: #fff;
    border: 1px solid white;
    border-radius: 10px;
    z-index: 9999;
}
#ga_code_container {
    text-align: center;
}
#ga_code {
    background-color: #fff;
    font-size: 50px;
    width: 300px;
    letter-spacing: 14px;
    padding: 0 20px;
}
p {
    margin-bottom: 15px;
}
.loging_in_preloader {
    display: none;
}
input[type=submit]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed;
    color: #999;
}
.recovery_code_char_input {
    width: 50px;
}
