* {
	margin: 0;
	padding: 0;
    font-family: 'Inter';
    background: #FFFFFF;
}
.flex--row{
    display: flex;
    flex-direction: row;
}
.flex--col{
    display: flex;
    flex-direction: column;
}
.flex--ac{
    align-items: center;
}
.flex--astr{
    align-self: stretch;
}
.flex--jc{
    justify-content: center;
}
.flex--sbw{
    justify-content: space-between;
}
.txt-dec-none{
    text-decoration: none;
}
.fgt-pwd-main-container > .fgt-pwd-header{
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    padding: 0 50px;
}
.fgt-pwd-main-container > .fgt-pwd-header > img{
    height: 40px;
    width: 40px;
}
.fgt-pwd-main-container > .fgt-pwd-header > span{
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}
.fgt-pwd-main-container >.fgt-pwd-body{
    padding: 2rem 0;
    width: 70%;
    margin: 0 auto;
}
.fgt-pwd-main-container >.fgt-pwd-body > .title{
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 16px;
}
.fgt-pwd-main-container >.fgt-pwd-body > .note{
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
    width: 22rem;
    text-align: center;
    margin-bottom: 46px;
}
.fgt-pwd-main-container >.fgt-pwd-body > form{
    width: 100%;
}
.fgt-pwd-main-container >.fgt-pwd-body > form input[type=email]{
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    padding: 12px 10px;
    width: 400px;
    font-weight: 500;
    color: #041C32;
}
.fgt-pwd-main-container >.fgt-pwd-body > form input[type=email]:focus{
    border: 2px solid #252525;
    outline: none;
}
.alert-input{
    border: 2px solid #D55368 !important;
}
.alt-txt{
    color: #F44336;
    font-size: 13px;
    font-weight: 500;
    gap: 5px;
    margin-top: 4px;
    display: none;
}
.fgt-pwd-main-container >.fgt-pwd-body > form .sgn-in-btn{
    border-radius: 8px;
    padding: 8px 24px;
    font-weight: 500;
    border: none;
    font-size: 15px;
    width: 420px;
    margin-top: 26px;
}
.fgt-pwd-main-container >.fgt-pwd-body > form .errorMsg img{
    width: 13px !important;
}
.fgt-pwd-main-container >.fgt-pwd-body > form .errorMsg{
    font-weight: 500;
    font-size: 13px;
    color: #ed2f2f;
    padding: 4px 10px;
    margin-bottom: -6px;
    margin-right: 18rem;
    border-radius: 4px;
    justify-content: flex-start;
    gap: 4px;
}
.fgt-pwd-main-container >.fgt-pwd-body > .tokenExpired{
    margin-bottom: 1.5rem;
    color: #ff0000;
    font-size: 15px;
    text-align: center;
}
#submitBtn:enabled{
	background-color: #DD2C48;
	cursor: pointer;
    color: #ffffff;
}
#submitBtn:disabled{
	background: rgba(83, 127, 231, 0.08);
	cursor: not-allowed;
    color: #041c3236;
}

.fgt-pwd-main-container >.fgt-pwd-footer{
    font-weight: 500;
    font-size: 13px;
    color: #000000;
    gap: 0.5rem;
}
.fgt-pwd-main-container >.fgt-pwd-footer a[href]{
    font-weight: 600;
    font-size: 13px;
    color: #DD2C48;
}
.signup-prompt {
    display: none;
}

.signup-prompt.show {
    display: flex;
    justify-content: center;
}
/*Mobile Responsive*/
@media screen and (max-width: 426px) {
.fgt-pwd-main-container{

}

.fgt-pwd-main-container > .fgt-pwd-header {
    justify-content: center;
    border-bottom: 0;
    margin-top: 15%;
}
.fgt-pwd-main-container >.fgt-pwd-body > form input[type=email] {
    width:220px;
    height:12px;
font-size: 13px;

}
.fgt-pwd-main-container >.fgt-pwd-body > form .sgn-in-btn {
    width:240px;
font-size: 13px;
}
.fgt-pwd-main-container >.fgt-pwd-body > .title {
    font-size: 19px;
}
.fgt-pwd-main-container >.fgt-pwd-body > .note {
    font-size: 13px;
    width: 17rem;

}
}
@media screen and (min-width: 426px) and (max-width: 768px) {
    .fgt-pwd-main-container > .fgt-pwd-header {
        justify-content: center;
        border-bottom: 0;
        margin-top: 15%;
    }
    .fgt-pwd-main-container >.fgt-pwd-body > form input[type=email] {
        width:220px;
        height:12px;
    font-size: 13px;

    }
    .fgt-pwd-main-container >.fgt-pwd-body > form .sgn-in-btn {
        width:240px;
    font-size: 13px;
    }
    .fgt-pwd-main-container >.fgt-pwd-body > .title {
        font-size: 19px;
    }
    .fgt-pwd-main-container >.fgt-pwd-body > .note {
        font-size: 13px;
    }
}