.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0 !important;
}

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

.reg-form .js-step {
    display: none;
}

.reg-form .js-step.active {
    display: block;
}

.reg-form .final-step {
    text-align: center;
    padding-bottom: 3rem;
}

.reg-form .js-login {
    font-weight: bold;
}

.reg-form .intl-tel-input {
    width: 23rem !important;
}

.code-error {
    color: red;
    margin-top: 5px;
}

input[name="REGISTER[LOGIN]"]:disabled {
    cursor: no-drop;
}

#pValidateModal .modal-body {
    overflow-y: scroll;
    max-height: 55rem;
}

#pValidateModal .modal-content {
    border-radius: 3rem;
    overflow: hidden;
}

#pValidateModal .modal-footer {
    padding: 0;
}

.intl-tel-input .country-list {
    max-height: 15rem !important;
}