.login-title {
    letter-spacing: 0.5px;
    font: 700 35px Inter, sans-serif;
}

.login-subtitle {
    text-align: center;
    letter-spacing: 0.5px;
    align-self: stretch;
    margin-top: 0px;
    font: 400 22px Inter, sans-serif;
}

.input-field {
    align-items: start;
    border-radius: 8px;
    border: 1px solid rgba(93, 93, 93, 1);
    margin-top: 10px;
    width: 372px;
    max-width: 80%;
    color: #797979;
    letter-spacing: 0.8px;
    justify-content: center;
    padding: 15px 24px;
    font: 16px Inter, sans-serif;
}

.button-submit {
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #929292;
    margin-top: 40px;
    width: 376px;
    max-width: 100%;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.9px;
    padding: 13px 30px;
    font: 600 18px Inter, sans-serif;
    cursor: pointer;
}

.divider {
    align-items: center;
    display: flex;
    margin-top: 32px;
    gap: 4px;
    text-align: center;
    line-height: 120%;
}

.divider-line {
    aspect-ratio: 12.5;
    object-fit: auto;
    object-position: center;
    width: 12px;
    stroke-width: 1px;
    stroke: #000;
    border: 1px solid rgba(0, 0, 0, 1);
    align-self: stretch;
    margin: auto 0;
}

.divider-text {
    font-family: Inter, sans-serif;
    align-self: stretch;
}

.social-login {
    display: flex;
    margin-top: 32px;
    gap: 8px;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
}

.terms-text {
    color: #797979;
    font: 400 12px/16px Roboto, sans-serif;
    letter-spacing: 0.4px;
    margin-top: 16px;
    width: 360px;
}

.social-button {
    justify-content: center;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    padding: 16px 23px;
    cursor: pointer;
}

.social-button-content {
    justify-content: center;
    display: flex;
    gap: 8px;
    cursor: pointer;
}


.social-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 20px;
}

.social-text {
    font-family: Inter, sans-serif;
    margin: auto 0;
}

.register-link {
    text-align: center;
    font-family: Inter, sans-serif;
    line-height: 120%;
    margin-top: 32px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 991px) {
    .social-button {
        white-space: initial;
        padding: 0 20px;
    }

    .social-button-content,
    .login-submit {
        white-space: initial;
    }


    .login-subtitle {
        max-width: 100%;
    }

    .login-submit {
        margin-top: 40px;
        padding: 0 20px;
    }

    .island-container {
        padding: 20px 0 20px;
    }

    .hero-form {
        padding: 0;
    }
}