.login_block {
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.input_form {
    margin: 15px auto;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
}

.btn {
    margin: 20px auto;
    width: 100%;
}

.reg_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}

.reg {
    margin: 8px 0;
    color: #E1B669;
    font-weight: 600;
    font-size: 18px;
}

h3 {
    margin: 14px 0;
}