.reg-top .btn {
    /*width: 33% !important;*/
}

.reg-form .phone-number, .reg-form #checkPhoneCode .phone-code {
    width: 13rem !important;
}

.reg-form .btn-reg {
    border-radius: 4px;
    padding: 0.7em;
    margin-left: 1rem;
    min-width: 11rem;
}

.reg-form .form-table td {
    padding-bottom: 20px !important;
}

.confirm-mark {
    margin-left: 1rem;
    color: #00ad00;
    font-size: 2rem;
    margin-top: 0.8rem;
}

.reg-form .code-error {
    display: none;
    color: red;
    margin-top: 5px;
}

.reg-form .code-error.green {
    color: #00ad00;
}

.reg-form #checkPhoneCode .modal-body {
    padding-top: 4rem;
    padding-bottom: 4rem;
}