.form {
    width: 680px;
    margin: 60px auto;
    line-height: 1;
    font-weight: 700;
}

.form__title {
    text-align: center;
    margin-bottom: 45px;
    font-size: 36px;
}

.form__group {
    margin-bottom: 20px;
}

.form__label {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
}

.form__input {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: none;
    outline: none;
}

.form__button {
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    height: 60px;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 26px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.form__error {
    margin-top: 2px;
    color: #ff0000;
    font-size: 14px;
    font-weight: 400;
}

.form__link {
    margin-top: 17px;
    text-align: center;
}

.form__link a {
    color: #0073cc;
    font-weight: 400;
    text-decoration: none;
}

.form--login .form__group {
    margin-bottom: 45px;
}

.demo-account {
    margin-top: 24px;
    padding: 16px;
    background-color: #f7f7f7;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.7;
}

.demo-account__title {
    margin-bottom: 8px;
    font-weight: bold;
}
