#login_box {
    border: 8px solid #f68a1f;
}

#reset_header{
    font-size: 18px;
    font-family: "Arial";
    color: rgb(93, 93, 93);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.success_text {
    font-size: 15.5px;
    font-family: "Arial";
    color: rgb(93, 93, 93);
    font-weight: bold;
    line-height: 1.5;
    width: 80%;
    left: 10%;
    position: relative;
    margin-bottom: 20px;
}

.row .success_text a{
    color: rgb(49, 145, 255);
}

.row .success_text a:hover {
    color: rgb(49, 145, 255);
}

#privacy_policy {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Arial";
    color: rgb(49, 145, 255);
    font-weight: bold;
    position: relative;
    left: 1.5%;
}

#password_sent {
    margin-bottom: 30px;
    text-align: center;
}

#need_help {
    margin-bottom: 10px;
}

/* */
@media (max-width: 767px) {
    .btnLogin {
        left: 0%;
    }
}