.send-code-container {
    padding: 5dvh 10dvw 0 10dvw;
    height: 100dvh;
    width: 100dvw;
}

.send-code-container a {
    color: rgba(53, 183, 40, 1);
}

.send-code-container .support-text{
    opacity: 0.5;
}

.send-code-container h2 {
    text-align: center;
    margin: 0;
}

.send-code-container p {
    text-align: center;
    margin-top: 5dvh;
    padding: 0;
    font-size: 36px;
}


.send-code-container form {
    margin-top: 3dvh;
}

.send-code-form p {
    text-align: left;
}

.send-code-form label {
    padding-left: 3dvw;
    line-height: 7vw;
    font-size: 36px;
}

.send-code-form input[type="text"] {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #2E332E;
    padding: 3dvh 5dvw;
}

.send-code-form .main-button {
    box-shadow: 0px 16px 40px 0px rgb(53 183 40 / 53%);
    margin-top: 3dvh;
    margin-bottom: 0;
}

.send-code-container .text-danger {
    color: #35B828;
    margin-top: 8px;
    font-size: 24px;
    padding-left: 3dvw;
}

.send-code-container .close-btn {
    margin-top: 3dvh;
    margin-bottom: 0;
    background-color: #FFF;
    color: rgba(53, 183, 40, 1);
    border: 6px solid rgba(53, 183, 40, 1);
}

.send-code-container .close-btn:hover {
    background-color: rgba(53, 183, 40, 1); /* Задний цвет меняется */
    color: #FFF; /* Цвет текста меняется */
}

.send-code-container .close-btn:active {
    background-color: rgba(53, 183, 40, 1); /* Цвет заднего фона */
    color: #FFF; /* Цвет текста */
    opacity: 0.9; /* Небольшой эффект при нажатии */
}

.send-code-container .img-container {
    margin-top: 10dvh;
}

.send-code-container img {
    width: 100%;
    display: none;
}


.send-code-container .send-again {
    opacity: 1;
    font-weight: 900;
    text-decoration: underline;
    text-align: center;
}

#resend-container{
    min-height: 4dvh;
}

#resend-container p{
    text-align: center;
    opacity: 1;
}

#resend-container span {
    color: rgba(53, 183, 40, 1);
    font-weight: 700;
}

@media screen and (min-device-width: 480px) {
    .send-code-container {
        padding: 15dvh 20dvw 0 20dvw;
    }

    .send-code-form input[type="text"] {
        font-size: 24px;
        padding: 20px 30px;
    }

    .send-code-container p {
        margin-top: 30px;
        font-size: 18px;
    }

    .send-code-form label {
        padding-left: 20px;
        line-height: 40px;
        font-size: 24px;
    }

    .send-code-container .text-danger {
        font-size: 18px;
        padding-left: 20px;
    }

    .send-code-container .img-container {
        margin-top: 30px;
    }

    .send-code-container .button-col {
        display: flex;
        justify-content: center;
    }

    .send-code-container .main-button, .send-code-container .close-btn {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 20px 30px;
    }

    .send-code-container .close-btn {
        border: 3px solid rgba(53, 183, 40, 1);
    }
}
@media screen and (min-device-width: 992px) {
    .send-code-container .main-button, .send-code-container .close-btn {
        width: 100%;
    }
}
@media screen and (min-device-width: 1200px) {
    .send-code-container {
        padding: 10dvh 10dvw 0 10dvw;
    }

    .send-code-container h2 {
        font-size: 48px;
        text-align: left;
    }

    .send-code-container p {
        font-size: 28px;
        text-align: left;
    }

    .send-code-container .img-col{
        display: flex;
        align-items: flex-end;
    }

    .send-code-container .img-container {
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .send-code-container img {
        width: 100%;
        display: block;
    }

    #resend-container p{
        text-align: left;
    }
}