.form-group label{ 
    color: black;
    font-weight: 500;
}
.form-group input,.form-group input:focus  {color:#f08d00!important}

.bottom-0{
    bottom:0px;
}
.border-top-white{
    border-top:1px solid #fff !important
}
a.btn_theme{font-weight:500; color:#fff !important}
a.btn_theme.active, a.btn_theme:hover{
   color: var(--theme-color) !important;
   font-weight:500;
   background:#fff !important
}
.grecaptcha-badge { visibility: hidden; }
.form-control.error {
border-color: #fc4b6c;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fc4b6c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fc4b6c' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(.375em + .1875rem) center;
background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-group label.error{
color: #fc4b6c;
margin-top: 5px;
}
.register-wrap-inner [type=checkbox]{
-ms-transform: scale(1.3); /* IE */
-moz-transform: scale(1.3); /* FF */
-webkit-transform: scale(1.3); /* Safari and Chrome */
-o-transform: scale(1.3); /* Opera */
transform: scale(1.3);
}
.register-wrap-inner [type=checkbox]+label{
padding-left:10px
}
.register-wrap-inner [type=checkbox]+label:before, [type=checkbox]:not(.filled-in)+label:after{
content:'';
width:0px;
padding:0px;
margin:0px;
height:0px;
border:0px
}
.btn-theme{
    background-color: var(--theme-color)!important;
    color: white;
    padding: 14px;
    width: 184px;
    margin-top: 18px;
}
.btn-theme:hover{
    color: white;
}
@media (min-width: 768px) {
    .border-right {
       border:none
    }
}