.auth-form {
    padding-bottom: 50px;
}
.auth-form input[type='text'],
.auth-form input[type='password'] {
    box-shadow: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    width: 100%;
    padding: 11px 0;
    border: none;
    border-bottom: 1px solid rgba(45, 42, 41, .1);
    margin-bottom: 30px;
}
.auth-form input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: rgba(45, 42, 41, 0.3);
}
.auth-form input[type='submit'] {
    border: 1px solid rgba(45, 42, 41, .1);
    border-radius: 25px;
    width: 180px;
    height: 50px;
    background: #fcfaf9;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.03em;
    color: #2d2a29;
    box-shadow: none;
    outline: none;
    margin-top: 20px;
    margin-bottom: 30px;
}