.form-block-title {
    margin-top: 25px;
}

button.btn-default {
    margin-top: 20px;
}

.step-continue-verify {
    margin-top: 5px;
}

.step-continue-disabled button.button {
    cursor: not-allowed;
    background-color: #807c7c;
}

.auth-type {
    width: 100%;
    margin: 25px 0;
}

.auth-type-wrapper {
    display: flex;
}

.auth-type-block {
    text-align: center;
    cursor: pointer;
    width: 50%;
    font-weight: 400;
    color: #818181;
    font-size: 18px;
    border-bottom: 1px solid #818181;
}

.auth-type-block.auth-type-block-active {
    color: black;
    border-bottom: 1px solid black;
}

@media screen and (max-width: 1200px) {
    .auth-type-block {
        font-size: 16px;
    }
}