/* Flex Section 1>Container 2A layout Start  */

.otp-page .flex-container-2A {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    align-items: center;
    font-weight: bold;
    line-height: 40px;
    height: 600px;
}

.otp-page .flex-item-C2Aright2A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #023047;
    font-size: 28px;
    margin-left: 20px;
    margin-right: 20px;
    border: #affc41 2px solid;
    padding: 30px;
    max-width: 350px;
}

.otp-page .flex-item-C2Aright2A > div {
    text-align: center;
}

.otp-page .flex-item-C2Arighttext2A {
    display: flex;
    max-width: 400px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Responsive Flex Section 1>Container 1A>Left Block layout */
@media (max-width: 600px) {
    .otp-page .flex-container-2A {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
        align-items: center;
        font-weight: bold;
        line-height: 20px;
        font-size: 16px;
        color: #023047;
        height: 500px;
    }

    .otp-page .flex-item-C2Aright2A {
        flex: 100%;
        font-size: 18px;
        padding: 10px;
    }

    .otp-page .flex-item-C2Arighttext2A {
        display: flex;
        text-align: center;
        font-size: 10px;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.otp-page input[type=text], .otp-page select, .otp-page textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.otp-page input[type=number], .otp-page select, .otp-page textarea, .otp-page input[type=tel] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.otp-page label {
    display: inline-block;
    width: auto;
}

.otp-page input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: center;
    font-size: 18px;
}

.otp-page input[type=submit]:hover {
    background-color: #45a049;
}

.otp-page .col-25 {
    float: center;
    font-size: 18px;
}

.otp-page .col-75 {
    float: center;
    padding-bottom: 25px;
}

/* Clear floats after the columns */
.otp-page .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .otp-page input[type=text], .otp-page select, .otp-page textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }

    .otp-page input[type=number], .otp-page select, .otp-page textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }

    .otp-page label {
        display: inline-block;
        width: auto;
    }

    .otp-page input[type=submit] {
        background-color: #04AA6D;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        float: center;
    }

    .otp-page input[type=submit]:hover {
        background-color: #45a049;
    }

    .otp-page .col-25 {
        float: center;
        font-size: 18px;
        padding: 15px;
    }

    .otp-page .col-75 {
        float: center;
        padding-bottom: 25px;
    }

    /* Clear floats after the columns */
    .otp-page .row:after {
        content: "";
        display: table;
        clear: both;
    }
}

#resend-otp {
    cursor: pointer;
    display: none;
    color: blue;
}
#resend-otp:hover {
    text-decoration: underline;
}




