@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.resend-form {
    margin-block-start: 5vh;
    width: 81%;
    max-width: 689px;
    min-width: 500px;
    /* height: 100%; */
    min-height: 434px;
    box-shadow: 0px 3px 20px #00000030;
    background: #ffffff12 0% 0% no-repeat padding-box;
    border: 1px solid #919191;
    border-radius: 19px;
    opacity: 1;
    backdrop-filter: blur(25px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3% 2%;
}

.resend-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-block-end: 1rem;
}

.image-container {
    margin: 25px 0 21px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.grey-tick.active {
    position: relative;
    left: 11px;
    width: 53px;
}

.white-tick {
    position: relative;
    right: 11px;
}

.resend-title {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    padding-inline: 11%;
}

.resend-text {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 41px 0 28px 0;
}

.resend-text.error-text {
    margin-top: 7px !important;
}

.resend-btn {
    max-width: 207px;
    width: 100%;
    border: 2px solid #FFFFFF;
    padding: 1rem 2rem;
    border-radius: 9px;
    font-family: Poppins;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 27px;
    text-align: center;

}