* {
    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 {
    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{
	color: #414141;
	font-size: 12px;
	font-weight:bold;
}

.box-content h3,.msg-box h3{
	font-weight: bold;
    font-size: 20px;
    margin-bottom: 35px !important;
}



.terms{
	margin-top: 30px !important;
}
.terms a{
	    font-weight: bold;
    font-size: 12px;
    color: black;
}
.login_links a{
	 color: rgb(240 84 35);
}

.terms p {
    margin-bottom: 0;
    font-size: 11px;
    color: #686969;
}


.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);
}

main .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;
}

.regis_gender .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background: #CC353B;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    top: 0.5rem;
    bottom: 0;
    left: -16px;
}

.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-default{
    backgroud-color:#333333;
    border-radius: 40px;
}

.btn-outline-default{
    border-radius: 40px;
}
.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:0px;
	left:0px;
	color:#000;
	z-index:25;
	padding: 10px 5px;
    font-size: 30px;
}
.back_link_home{
	position:absolute;
	top:0px;
	left:0px;
	color:#000;
	z-index:25;
	padding: 10px 5px;
    font-size: 30px;
}
.register .back_link ,.lost_password .back_link{
	position:relative;
	top:0px;
	left:0px;
	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;
}

.background:hover {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.register label {
	text-shadow: 0px 0px 1px black;
}

.gender_ label.custom-control-label:before {
    left: 0 !important;
}
.gender_ label.custom-control-label:after {
    left: 4px !important;
}