.login,
.reg {
    margin-bottom: 60px;
}

.login input[type='text'],
.login input[type='password'],
.reg input[type='text'],
.reg input[type='password'] {
    max-width: 50%;
    min-width: 50%;
    margin-bottom: 20px;
    background: #fff !important;
} 

.c-alert--red {
    max-width: 50%;
    min-width: 50%;
}

.login-title,
.reg-title {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
    font-size: 30px;
}

@media (max-width: 768px) {
    .login input[type='text'],
    .login input[type='password'],
    .reg input[type='text'],
    .reg input[type='password'],
    .c-alert--red   {
        max-width: 100%;
        min-width: 100%;
    }
}

.c-form__row button[type='submit'] {
    background: var(--main-color);
    display: inline-block;
    font-size: 15px;
    color: var(--button-color);
    font-weight: 700;
    padding: 8px 25px;
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 20px;
}

.c-form__row button[type='submit']:hover {
    color: #fff;
}

.reg-link,
.forgot-pass-link {
    display: inline-block;
    color: #555;
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.reg-link:hover,
.forgot-pass-link:hover {
    color: var(--main-color);
}

.reg-link {
    margin-left: 10px;
    margin-bottom: 20px;
}

.c-alert--red {
    padding: 10px 0;

}
