[dir] .ctech-wrapper .ctech-form-group input[type="text"], [dir] .ctech-wrapper .ctech-form-group input[type="email"], [dir] .ctech-wrapper .ctech-form-group input[type="password"], [dir] .ctech-wrapper .ctech-form-group input[type="number"], [dir] .ctech-wrapper .ctech-form-group input[type="tel"], [dir] .ctech-wrapper .ctech-form-group input[type="text"], [dir] .ctech-wrapper .ctech-form-group input[type="email"], [dir] .ctech-wrapper .ctech-form-group input[type="password"], [dir] .ctech-wrapper .ctech-form-group input[type="number"], [dir] .ctech-wrapper .ctech-form-group input[type="tel"] {
    height: 32px;
}

.disti-register-fieldset {
    background: #fbfbfd;
    padding: 1.25rem;
}

.disti-register-form .frgt-pwd {
    margin-top: 6px;
}

.disti-register-form .frgt-pwd input {
    margin: 0;
}

.disti-register-form .register-buttons {
    margin-top: 6px;
    display: block;
}

.fieldset-step {
    margin-bottom: 10px;
}

.disti-register-form {
    position: relative;
}

.disti-register-form .ajax-overlay,
.disti-register-form .ajax-overlay:after {
    position: absolute;
    top: 1px;
    bottom: 1px;
}

[dir] .disti-register-form .ajax-overlay, [dir] .disti-register-form .ajax-overlay:after{
    border-radius: 5px;
}

[dir=ltr] .disti-register-form .ajax-overlay, [dir=ltr] .disti-register-form .ajax-overlay:after {
    right: 1px;
    left: 1px;
}

[dir=rtl] .disti-register-form .ajax-overlay, [dir=rtl] .disti-register-form .ajax-overlay:after {
    left: 1px;
    right: 1px;
}

.disti-register-form .ajax-overlay {
    z-index: 100;
    display: none;
}

.disti-register-form .ajax-overlay:after{
    z-index: 101;
    content: ' ';
    opacity: 0.5;
}

[dir] .disti-register-form .ajax-overlay:after {
    background: #cccccc;
}

.disti-register-form .ajax-overlay:before {
    z-index: 102;
    position: absolute;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    content: "\f110";
    font-size: 4em;
    font-weight: 900;
}

[dir=ltr] .disti-register-form .ajax-overlay:before{
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    animation: fa-spin 1.5s infinite linear;
}

[dir=rtl] .disti-register-form .ajax-overlay:before{
    right: 50%;
    -ms-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    animation: fa-spin 1.5s infinite linear;
}

.ajax-running {
    position: relative;
}

.ajax-running div.legend {
    z-index: 105;
    position: relative;
}

.disti-register-form.ajax-running .ajax-overlay {
    display: block;
}
