
@font-face {
    font-family: "IBMPlexSansRegular";
    src: url("./fonts/IBMPlexSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.mb-28 {
    margin-bottom: 28px;
}

.mt-28 {
    margin-top: 28px;
}

.register-portal {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.register-account__content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cp-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.register__title {
    line-height: 120%;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    color: #1E1E1E;
    font-size: 42px;
    font-weight: 400;
    font-family: "IBMPlexSansRegular";
}

.register-portal h2 {
    line-height: 120%;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-size: 26px;
}

.register__portal {
    margin-top: 32px;
    width: 100%;
}

.register-portal p {
    margin-bottom: 15px;
    color: #666666;
}

.register-portal span {
    color: #1E1E1E;
}

.otp_block {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

.otp_block input {
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid #D9D9D9;
    font-size: 18px;
    text-align: center;
    outline: none;
    background-color: #ffffff;
    color: #1E1E1E;
    box-sizing: border-box;
}

.otp_block input:focus {
    border-color: #666666;
}

#ev-verify-btn {
    width: 100%;
    background-color: #D20532;
    color: #F3F3F3;
    height: 32px;
    border: none;
    cursor: pointer;
}

#ev-verify-btn:disabled {
    background-color: #A6A6A6;
    cursor: not-allowed;
    color: #666666;
}

.resend_email {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
}

.resend_email::before,
.resend_email::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #D9D9D9;
    margin: 0 12px;
}

.href-link a {
    display: block;
    width: 100%;
    text-align: center;
    color: #B20021;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}

.ev-resend-link-container .vs-button-container {
    margin: 14px auto;
}

.ev-error-message {
    color: #D20532;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-top: -20px;
    margin-bottom: 30px;
}

#ev-resend-link:disabled {
    color: #666666;
}

.ev-resend-link-container {
    display: flex;
    justify-content: center;
}

