#forgotIDModal .modal-content{
    border: none;
}

#forgotIDModal h1{
    color: #101828;
    margin: 0;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 28px;

}
#forgotIDModal p{
    margin: 36px 0 20px;
    color: #000;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;

}
#forgotIDModal .btn.btn-secondary{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    font-weight: normal;
    text-transform: none;
    border-radius: 10px;
    width: 60%;
}
#forgotIDModal .nxt-btn{
    margin-top: 2em ;
    padding: 12px 25px;
    margin-bottom: 24px;
}
#forgotIDModal .modal-footer{
    border-top: none;
    justify-content: center;
}
#forgotIDModal .modal-footer .btn.btn-link{
    font-size: medium;
    text-transform: none;
    text-decoration: none;
}

#forgotIDModal  .modal-content .modal-header{
    background: #FFFFFF;
    border: none;
}
#forgotIDModal .modal-header .modal-title{
    color: #333333;
    text-transform: none;
    font-weight: 550;
    margin: 20px 0;
    font-size: 40px;
}
#forgotIDModal span{;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
#forgotIDModal #forgotIDAnswerContainer{
    display: flex;
    justify-content: center;
    background-color: #f2f2f2;
    height: 136px;
    margin-bottom: 20px;
}
#forgotIDModal #forgotLoginContainer .col-12.centered{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#forgotIDModal .btn-link{
    text-decoration: none;
    text-transform: none;
}
#forgotIDModal .btn-link:hover{
    text-decoration: none;
}

#forgotIDModal #forgotIDAnswerContainer #IDCopy{
    display: flex;
    align-items: end;
    position: relative;
    height: 70%;
}
#forgotIDModal #forgotIDAnswerContainer #IDCopy #copyID{
    border: none;
    font-size: x-large;
    background-color: transparent;
    position: absolute;
}

#forgotIDModal #IDAnswer{
    text-align: center;
    color: #000000;
    font-weight: 550;
    min-width: min( 60%, 189px );
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 0px 10px;
}

#forgotIDModal #IDAnswer h4{
    display: block;
    font-size: 16px;
    margin-bottom: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
}

#copyIDToast{
    width: 68%;
    margin: 0px auto;
    background-color: #5ebf75;
    box-shadow: none;
    border: 1px #5ea274 solid;
}


#copyIDToast>div{
    height: 100%;
    align-items: center;
}

#copyIDToast .toast-body i{
    font-size: 18px;
    margin-right: 7px;
}

#copyIDToast .toast-body{
    display: flex;
}


#copyIDToast .toast-body .toast-message{
    font-size: 11px;
}

#copyIDToast .closeToast{
    margin-left: auto;
    margin-right: 12px;
    font-weight: bolder;
    font-size: 21px;
    cursor: pointer;
}

#forgotIDModal .reqInfoRight, .reqInfo{
    margin-top: 14px;
}
#forgotIDModal .secondaryBtnLink{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 0 !important;
}

@media screen and (max-width: 767.5px) {

    #forgotIDModal .btn.btn-secondary{
        width: 100%;
    }

    #copyIDToast{
        width: 90%;
    }
}

#forgotIDModal .modal-v2 .modal-body{
    padding: 24px 20px;
}