body {
    background-color: black;
    color: var(--main-font-color);
    margin: 0;
    padding: 0;
    font-family: var(--font-family-roboto);
}

.container-reset{
    margin-top: clamp(0px, 14vw, 57.69px);
}

.resetPwd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;

}
.resetPwd input{
    outline: none;
}

.reset-screen{
    display: flex;
    justify-content: center;
    width: 84vw;
    margin-top: 30px;
    margin-bottom: 20px;
    color:var(--text-main);
    position: relative;
}

.reset-screen .back-btn{
    width: clamp(0px, 5.55vw, 22.977px);
    height: clamp(0px, 5.55vw, 22.977px);
    position: absolute;
    left: 0;
    cursor: pointer;
}

.reset-screen .back-btn svg{
    width: 100%;
    height: 100%;
}



.bankAcc-cont{
    display: flex;
    flex-direction: column;
    row-gap: clamp(0px, 3vw, 12.42px);
    margin-top: clamp(0px, 3vw, 12.42px);
    align-items: center;
}

.bankAcc-inner{
    display: flex;
    flex-direction: row;
    width: 84vw;
    justify-content: center;
    align-self: center;
    color:var(--text-main);

}

.bankAcc-inner span, .verificationCode span{
    display: flex;
    align-items: center;
    
}

.bankAcc-left{
    display: flex;
    align-items: center;
    width: 30vw;
    color:var(--text-main);
}


.bankAcc-right input{
    width: 49vw;
    height: clamp(0px, 9.3vw, 38.502px);
    border-radius: 5px;
    width: calc(49vw - 10px);
    padding-left: 10px;
}

.resetPwd-btn{
    display: flex;
    height: clamp(0px, 9.3vw, 38.502px);
    background-image: var(--resetPwd-btn-color);
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    color: var(--resetPwd-btn-font);
    cursor: pointer;
}

.verificationCode{
    display: flex;
    flex-direction: row;
    color:var(--text-main);

}

#canvas {
    border: 1px solid grey;
    background-color: white;
}


.reset-screen img {
    width: 5.5vw;
    height: 5.5vw;
}

.reset-screen span {
    text-align: center;
    display: block;
    width: 100%;
}

.verification-code-forget {
    background-color: #e8e8e8;
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
    font-size: 13px;
}

.verification-code-forget input {
    float: left;
    width: calc(100% - 160px);
    margin: 10px 10px 0px 0px;
    outline: none;
    border-radius: 1vw;
    padding: 10px;
    height: auto;
}

.verification-code-forget a {
    float: left;
    width: 120px;
    margin-top: 10px;
    padding: 12px 0px 12px;
}


.t3{
    margin:0px;
    padding:0px;
    /* color: var(--text-main); */
    color: #696966;
}

.verify-btn{
    display: flex;
    font-size:15px;
    text-wrap: nowrap;
    padding:10px;
    background-image: var(--reg-btn-bg-color);
    color:white;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    align-self: center;
    border-radius: 5px;
    margin-top: 10px;
}

.referral-text{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--text-main);

}

.referral-text span{
    display: flex;
    align-items: center;
}

.reg-dot{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.verificationCodeforget{
    display: flex;
    /* width: 30%; */
    height: 40px;
    text-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-sizing: border-box;
}

.right-text{
    display: flex;
    width: 65%;
    position: relative;
    align-items: center;
}


.right-text input{
    border-radius: 5px;
    padding-left: 10px;
}
