*{
	font-family: 'roboto','Amiri', sans-serif
}
.loader-logo .logo-login{
	background-color: transparent;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 17px;
	width: 110px;
	height: auto;
}

.login-msg{
	font-size: 15px;
    color: #dc0000;
}

#register-form label.error{
	display: block;
    text-align: left;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
    color: #dc0000;
    font-size: 12px;
}

form input.error,form select.error{
	border: 1px solid #dc0000 !important;
}

.error-star{
	color: #495057;
    position: absolute;
    top: 13px;
    font-size: 20px;
    right: 15px;
}

.error + .error-star{
	color: #dc0000;
}

.form-group{
	position: relative;
}

.box-content {
    padding: 0px 15px 15px;
    border-radius: 3px;
    color: #414141;
	font-weight: 400;
    font-size: 1rem;
}

.box-content .form-control{
    background-clip: border-box;
}



.box-content p{
	font-size: 13px;
}

.box-content a ,.register span{
	color: #414141;
	font-size: 14px;
}
.register a,.register span{
	font-size: 16px;
}

.box-content h3,.msg-box h3{
	font-weight: bold;
    font-size: 20px;
    margin-bottom: 35px !important;
}

.box-content .form-control {
    border-radius: 15px;
}

.terms {
	margin-top: 30px !important;
}

.terms p , .r_terms p{
    margin-bottom: 0;
    font-size: 12px;
    color: #686969;
}
.register a , .guest a{
    color: #F47E20 !important;
}
.terms a , .r_terms a{
	font-weight:600;
	color: #414141;
}

.login-form .ui-rounded .btn,.login-form .ui-rounded .btn-group {
    border-radius: 3px;
	background: #f57f20;
}

.background.opac {
    opacity: 1;
}

.custom-control-input ~ .custom-control-label::before {
    color: #fff;
    border-color: rgba(65, 65, 65);
}

.custom-radio .custom-control-input ~ .custom-control-label::after {
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    top: 0.5rem;
    bottom: 0;
	left: -20px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #C4D600;
	background: transparent;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background: #C4D600;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    top: 0.5rem;
    bottom: 0;
	left: -20px;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(194, 213, 1, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgba(194, 213, 1, 0.50);
}

.link-page-wrapper a{
    color: rgba(255,255,255,0.65);
}
.btn-custom{
	box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.21) !important;
	background: #414141;
    color: #fff !important;
}
.link-page-wrapper a {
    color: rgb(194, 213, 1);
}
.back_link{
	position:absolute;
	top:5px;
	left:0px;
	color:#000;
	z-index:25;
	padding: 5px 5px;
    font-size: 30px;
}
.back_link_home{
	position:absolute;
	top:5px;
	left:0px;
	color:#000;
	z-index:25;
	padding: 5px 5px;
    font-size: 30px;
}
.back_link_login{

	color:#000;
	z-index:25;
	padding: 5px 5px;
    font-size: 30px;
}

.custom-control-label::after {
    background: no-repeat 8% / 98% 83%
}

.btn-custom-uppercase{
	text-transform: uppercase;
    font-weight: bold !important;
}

.link-page-wrapper{
	color: #414141;
}

.woocommerce-remove-coupon{
	color: #d80000;
}

.btn-info,.btn-info:hover,.btn-info:active,.btn-info:focus,.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
    color: #000 !important;
    background-color: #c2d501;
    border-color: #b8ca0a;
}

.form_section_header {
    text-align: left;
    font-weight: bold;
    margin-top: 2rem;
    font-size: 15px;
    border-bottom: 1px dashed lightgray;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: gray;
}

.field_container{
	background-color:#ffffffdb;
	width:94%;
	margin:auto;
}
#user_login, #inputUsername, input[type=email]{
    text-transform:inherit;
}
.box-content {
    border-radius: 3px;
    color: #414141;
    font-weight: 400;
    font-size: 1rem;
}
#phone-error, #email-error {
    font-size: 13px;
    color: #ec0000;
}
#by-mail-content p, #by-mobile-content p, #verification-form p {
    font-size: 14px;
    font-weight: bold;
}