.login-wrap {
    padding: 2rem 0rem;
    background: url(../../images/about_header.jpg) no-repeat center center;
    width: 100%;
    height: auto;
    margin-top: 0;
    background-size: cover;
}

.login-wrap-inner {
    background: #fff;
    font-size: 14px;
    padding: 3rem;
}

.login-wrap-inner .normal_texting {
    font-size: 13px;
    color: #222;
}

.login-wrap-inner button {
    font-weight: 600 !important
}

.login-wrap-inner button span {
    position: relative;
    top: -2px;
}

.login-wrap-inner button:disabled {
    opacity: 0.8
}

.login-wrap-inner button .spinner-border-sm {
    border-width: 2px!important
}

.login-wrap-inner a#createAccBtn {
    border: 1px solid #222;
    font-weight: 600 !important
}

.login-wrap .loginLabel {
    font-size: 13px;
    color: #555;
}

.privacy_policy_link{
    color: var(--theme-dark-green-color);
}

.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;
}
.login-wrap-inner input[type=date], 
.login-wrap-inner input[type=datetime-local],
.login-wrap-inner input[type=month], 
.login-wrap-inner input[type=time], .forDateInput{
    height:45px;
    line-height:22px;
    appearance: none;
    width: 100%;
}
.login-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);
}
.login-wrap-inner [type=checkbox]+label{
    padding-left:10px
}
.login-wrap-inner [type=checkbox]+label:before, [type=checkbox]:not(.filled-in)+label:after{
    content:'';
    width:0px;
    padding:0px;
    margin:0px;
    height:0px;
    border:0px
}
.grecaptcha-badge { visibility: hidden; }
@media (min-width: 768px) {
    .login-wrap {
        padding: 5rem
    }
}
.iti{
    display: block !important;
}
.iti__selected-flag{
    height: 42px !important;
}