.code {
    padding: 80px 0;
}

.code-text {
    color: var(--black-70);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    max-width: 418px;
    margin: 0 auto;
}

.code-additional-text{
    width: 300px;
    max-width: 100%;
    margin: auto;
    margin-top: 10px;
}

.code-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    margin: 45px 0;
}

.code-body-input {
    font-variant-numeric: lining-nums proportional-nums;
    border-radius: 15px;
    background: rgba(19, 20, 21, 0.10);
    padding: 20px 5px;
    max-width: 48px;
    border: none;
    outline: none;
    font-size: 36px;
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.code-form-time {
    color: #000;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

.code-text-small {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    margin-top: 30px;
    margin-bottom: 90px;
}

.code-text-small a {
    color: #000000;
    text-decoration: underline;
}

.code-button {
    display: block;
    margin: 0 auto;
}