﻿
.forgot-title {
    text-align: center;
    font-family: Roboto, Arial;
    font-size: 32px;
    font-weight: 700;
    color: #1b3157;
}

#user-request {
    border: 1px solid #ffffff;
    border-top: none !important;
    background-color: white;
    margin-top: 3%;
    margin-left: 32%;
    margin-right: 32%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 7.3%;
}

.margin-top5 {
    margin-top: 5%;
}

.align-button {
    text-align: center;
}

.user-form {
    margin-left: 15%;
    margin-right: 15%;
}

.forgot-form {
    margin-left: 10%;
    margin-right: 10%;
}

.cancel-link {
    font-family: "Roboto_0.0.0_system", Arial;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #176bd8;
    padding: 10px 0px 3px;
    border-bottom: 1.33333px solid #176bd8;
}

.create-button {
    width: 100%;
    height: 49px;
    border-radius: 999em;
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 700;
}

.margin-bottom{
    margin-bottom:1%;
}

.margin-bottom3 {
    margin-bottom: 3%;
}

.margin-bottom5 {
    margin-bottom: 5%;
}

.margin-bottom10 {
    margin-bottom: 10%;
}

.help-text {
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    text-align: center;
}

.span-display {
    display: block;
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
}

#challengeQuestions {
    border: 1px solid #ffffff;
    border-top: none !important;
    background-color: white;
    margin-top: 3%;
    margin-left: 30%;
    margin-right: 30%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 3%;
}

#passwordChange {
    border: 1px solid #ffffff;
    border-top: none !important;
    background-color: white;
    margin-top: 3%;
    margin-left: 32%;
    margin-right: 32%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 3%;
}

.password-div-align {
    margin-left: 10%;
    margin-right: 10%;
}

.text-center {
    text-align: center;
}

.alert-forgot-parent {
    border: 0.1px solid white;
    width: auto;
    background-color: white;
}

.alert-margin {
    margin: 0 !important;    
}
.alert-display {
    display: flex;
    align-items: flex-start;
}

.expire-msg {
    font-weight: bold;
    color: red;
    font-size: 13px;
}

.forgot-info {
    background-color: #ecf7fc;
    border-radius:15px 15px 0 0 !important;
}

.modal-title-forgot {
    color: #161616 !important;
}

.alert-text {
    padding: 2px 5px 0 0 !important;
}

.modal-title-submit-forgot {
    color: #009900 !important;
}

.title-align {
    display: flex;
    align-items: center
}

.margin5{
    margin-right:5px;
}

.forgot-success {
    background-color: rgba(23, 119, 0,10%) !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 840px !important;
        margin: 7.75rem auto !important;
    }
}

.modal-body-submit {
    margin: 0px !important;
}

.margin20 {
    margin-bottom: 20%;
}

.alert-error {
    margin-right: 50px !important;
    margin-left: 50px !important;
    border: 0.1px solid white;
    width: auto;
    background-color: white;
    border-radius: 15px;
    margin-top: 2%;
    padding: 1%;
}

.alert-display p {
    margin-bottom: 0px !important;
}