.profile-login {
    max-width: 480px;
    padding: 8px 0 48px;
}

.profile-login__title {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.profile-login__text {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.profile-login__form {
    display: grid;
    gap: 16px;
}

.profile-login__label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
}

.profile-login__input {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid #dadada;
    border-radius: 8px;
    font: inherit;
    background: #f5f5f5;
}

.profile-login__submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    padding: 15px 19px;
    border: 1px solid #1d4e9e;
    border-radius: 8px;
    background: #1d4e9e;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.profile-login__submit:hover {
    border-color: #1266b1;
    background: #1266b1;
}
