:root {
  --fontsize:13px;
  --borderColor:#f1f1f1;
}
html, body {height:100%;margin: 0;padding:0}
body {font-size:var(--fontsize)}
.vertical-center-wrapper {display: flex;justify-content: center;align-items: center;min-height: 100%}
.login-container .text {color:#3d85c6 !important}
::placeholder {color:#6fa8dc !important}
.checkbox label {color:#9fc5e8 !important;padding-left:0;font-size:var(--fontsize)}
body a, body a.active, body a:active, body a:focus, body a:hover {color:#9fc5e8;text-decoration:underline;outline:none}
.agree_terms_label {width:90%}
.agree_terms_label, .agree_terms_label a {color:#6fa8dc !important;font-size:7px;margin-bottom:10px}
.help-block:not(.help-block-error):hover, .hint-block:hover, .help-block:not(.help-block-error), .hint-block {color:#6fa8dc !important;font-size:10px;margin-bottom:0px;text-align:center}
div.required label:after, div.required.has-error label:after {content:""}
// .regular-checkbox+.regular-checkbox-box {width:auto}
.fa-check-square:before, .regular-checkbox+.regular-checkbox-box:after,
.regular-checkbox:checked+.regular-checkbox-box:after, input[type=checkbox]:checked::after {color:var(--borderColor) !important}
/* .btn {width:100%;font-weight:bold !important;line-height:35px;font-size:14px} */
.help-block-error {font-size:10px;margin:0;min-height:15px}
.field-registration-phone_number {display:none}
.ui-slider-horizontal {height:34px}
.ui-slider .ui-slider-handle {height:36px;width:36px}
.ui-slider-handle i {margin:13px;color:#fff}
#slider-label {color:#6fa8dc;display:inline-block;width:100%;text-align:center;margin-top:4px}
.ui-state-active{border:none}
#slider-container .ui-state-default, #slider-container .ui-widget-content .ui-state-default {background-color:#6fa8dc !important;outline:none;border:none !important}

.fa-check-square:before, .regular-checkbox+.regular-checkbox-box:after, .regular-checkbox:checked+.regular-checkbox-box:after, input[type=checkbox]:checked::after {font-size:16px}

.form-control {text-align:center;color:#6fa8dc !important;font-size:var(--fontsize)}
.form-control, .ui-widget-content {border:3px solid var(--borderColor) !important;box-shadow:none !important;border-radius:10px !important}
.form-group {margin-bottom:6px}
.ui-widget {font-size:var(--fontsize)}
.powered, .powered a {color:#3d85c6 !important;text-decoration:none}