.resetpasswdform { margin-top:25px; max-width:350px; }
.help-info { margin-top:5px; font-size:12px; }
.profilebutton { display:none!important; }
.submit { margin-bottom:35px; }
@media (min-width: 450px) { .bottomlinks { margin-right:-70px; } }
.highlite { font-size:15px; font-weight:bold; color: #f3ac00; border-bottom:0px; }
.highlite:hover { color: #fbc749; }
.highlite1 { font-size:15px; font-weight:bold; color: #006400; border-bottom:0px; }
.highlite1:hover { color: #027b02; }

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend span {
    width: 40px;
    background-color: #006400;
    color: black;
    border: 0 !important;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .40rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.fa-user, .fa-envelope, .fa-key { padding-left:2px; color:white; }
.fa-2x { font-size:18px; }
.notactivated-error { color:white; background-color: #9c0603; padding:12px; border-radius:8px; }
#resendbutton { margin-top:15px; margin-bottom:10px; }
.btn-resend { background-color: #291c0d; }
.oops { margin-top:50px; margin-bottom:50px; width:100%; text-align:center; font-size:17px; }
.resetmessage { max-width: 450px; padding-top: 90px; padding-bottom:30px; }
.mailman { width:38%; float:right; }
.mailman>img { width:100%; }
.resettitle { font-size: 25px; line-height: 1.5; margin-bottom: 20px; }

.disclaimer {
    font-size: 11px;
    letter-spacing: .2px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 600px;
}
