/* inter - medium */
 @font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	src: local("Inter"), local("SourceSansPro-SemiBold"), url("../fonts/Inter-VariableFont_slnt,wght.ttf");
	 unicode-range: U0-0FF, U131, U152-153, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2212, U2215;
}
body {
   font-family: Inter;
}
ul, li {
	 list-style: none;
	 padding: 0;
}
 .first-loading {
	 display: none;
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 background: rgba(0, 0, 0, 0.5);
	 z-index: 9;
}
 .spinner {
	 margin: 0 auto;
	 width: 100%;
	 text-align: center;
	 position: absolute;
	 top: 50%;
	 left: 0;
	 margin-top: 50px;
	 right: 0;
}
 .spinner.small > div {
	 width: 12px;
	 height: 12px;
}
 .spinner .bounce-one {
	 -webkit-animation-delay: -0.32s;
	 animation-delay: -0.32s;
}
 .spinner .bounce-two {
	 -webkit-animation-delay: -0.16s;
	 animation-delay: -0.16s;
}
 .spinner > div {
	 width: 18px;
	 height: 18px;
	 background-color: #fc8e01;
	 border-radius: 100%;
	 display: inline-block;
	 margin-right: 5px;
	 -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	 animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
 @-webkit-keyframes sk-bouncedelay {
	 0%, 80%, 100% {
		 -webkit-transform: scale(0);
	}
	 40% {
		 -webkit-transform: scale(1);
	}
}
 @keyframes sk-bouncedelay {
	 0%, 80%, 100% {
		 -webkit-transform: scale(0);
		 transform: scale(0);
	}
	 40% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
}
 #wrapper header.default {
	 top: 0;
	 height: 60px;
}
 #wrapper header.default .navbar-brand {
	 padding: 0 15px;
	 transform: translateY(8px);
}
 #wrapper header.default .navbar-brand img {
	 width: 120px;
}
 header.default .menu-top {
	 margin: 0;
	 transform: translateY(15px);
}
 .content-wrapper {
	 padding: 90px 0;
	/*overflow: hidden;
	*/
	 width: 100%;
	 height: 100%;
	 background-image: url(../../images/bg-res-3.jpg);
	 background-repeat: no-repeat;
	 -webkit-background-size: cover;
	 background-size: cover;
	 background-position: center center;
	 background-attachment: fixed;
	 position: relative;
}
 .mask {
	 position: fixed;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 background-color: rgba(0, 0, 0, 0.25);
	 background-image: url(../../images/overaly.png);
}
 .content-wrapper .formBox {
	 width: 30%;
	 margin: 0 auto;
	 position: fixed;
	 border-radius: 5px;
	 left: 0;
	 right: 0;
	 background: #FFFFFF;
	 top:  80px !important;
}
 .content-wrapper .header-title a {
	display: flex;
    padding: 10px 0;
    text-align: center;
    justify-content: center;
}
 .content-wrapper .header-title a:hover {
	 background-color: #fff;
}
 .content-wrapper .header-title a img {
	 isplay: block;
    width: 205px;
    height: 79px;
    padding: 2px;
}
 .content-wrapper .header-title h2.title {
 	margin-top: 0px;
	 font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
}
 .prettycheckbox input[type="checkbox"] {
	 display: none;
}
 .headding {
	 display: block;
	 width: 100%;
	 overflow: hidden;
	 margin-bottom: 10px;
}
 .content-wrapper .form-login {
	 position: relative;
}
 .content-wrapper .form-login h3 {
	 text-align: center;
	 padding-bottom: 15px;
	 font-size: 20px;
}
 .content-wrapper .form-login #alert-message .error-msg-text, .content-wrapper .form-login .links, .content-wrapper .form-login label {
	display: block;
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #25282B;
	margin-bottom: 12px;
}
 .content-wrapper .form-login #alert-message .error-msg-text {
	 font-weight: normal;
	 color: #fcac45;
	 margin-top: 8px;
}
 .content-wrapper .form-login label.error {
	 font-weight: normal;
	 color: #fcac45;
	 margin-top: 8px;
}
 .content-wrapper .form-login label.success {
	 font-weight: normal;
	 color: #00ffbf;
	 margin-top: 8px;
}
 .content-wrapper .form-login #alert-message .error-msg-text, .content-wrapper .form-login .has-feedback label.error {
    color: #fcac45;
    margin-top: 8px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}
 .content-wrapper .form-login .links {
	 -webkit-transition: all 0.2s linear;
	 -o-transition: all 0.2s linear;
	 transition: all 0.2s linear;
}
 .content-wrapper .form-login .links:hover {
	 color: #fcac45;
	 text-decoration: none;
}
 .content-wrapper .form-login label span.star {
	 display: inline;
	 position: relative;
	 font-size: 18px;
	 margin-left: 3px;
	 top: 1px;
	 color: #fcac45;
}
 .content-wrapper .form-login .lb-shop {
	 color: #43609c;
	 position: absolute;
	 right: 0;
	 top: 0;
	 padding: 10px;
	 font-weight: bold;
}
 .content-wrapper .form-login .form-group {
	 margin-bottom: 10px;
	 position: relative;
	 border-radius: 0;
	 box-shadow: none;
	 border-color: #d2d6de;
}
 .form-login .form-group .form-control {
	padding: 8px 35px 8px 12px;
	font-size: 14px;
	font-family: sans-serif;
	color: #43609c;
	width: 100%;
	height: 38px;
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
}
 .form-login .form-group .form-control:focus {
	 border: 2px solid #43609c;
}
 .form-control:not(select) {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}
 .content-wrapper .form-login .form-group.has-feedback .form-control {
	 padding-right: 80px;
}
 .content-wrapper .form-login .form-control:focus {
	 border-color: #48a6dd;
	 box-shadow: none;
}
 .content-wrapper .form-login .form-control-feedback {
	 color: #43609c;
	 line-height: 38px;
	 top:  0px;
}
 .content-wrapper .form-login .help-block {
	 color: #fcac45;
	 font-size: 14px;
	 font-family: sans-serif;
	 text-shadow: 0px 5px 15px #000;
}
 .content-wrapper .form-login .filed {
	 position: relative;
}
 .content-wrapper .form-login .btn-confirm {
	 display: block;
	 overflow: hidden;
	 width: 100%;
	 text-align: center;
	 margin: 10px auto;
	 padding: 10px 20px;
	 font-size: 16px;
	 font-family: sans-serif;
	 background-color: #43609c;
	 color: #fff;
	 border: 3px solid transparent;
	 -webkit-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}
 .content-wrapper .form-login .btn-confirm.submit-form {
	 background-color: #398439;
}
 .content-wrapper .form-login .btn-confirm:hover {
	 background-color: #fff;
	 color: #43609c;
	 border-color: #43609c;
}
 .content-wrapper .form-login .btn-confirm.submit-form:hover {
	 color: #398439;
	 border-color: #398439;
}
 .form-login .btn-confirm i {
	 margin-left: 5px;
	 margin-right: 0;
}
 .form-login .btn-confirm i.right-10 {
	 margin-right: 5px;
	 margin-left: 0;
}
 .form-login .form-pass .filed {
	 margin-right: 2%;
	 width: 49%;
}
 .form-login .form-pass .filed:last-of-type {
	 margin-right: 0;
}
 .form-login .block-captcha {
	 display: inline-block;
	 margin-bottom: 10px;
	 width: 125px;
}
 .form-login .form-group .form-control.captcha {
	 display: inline-block;
	 width: calc(100% - 130px);
	 vertical-align: top;
}
 .form-login .block-captcha .reload-captcha {
	 background-color: #fff;
	 padding: 10px;
	 display: inline-block;
	 width: 38px;
	 height: 38px;
	 cursor: pointer;
	 -webkit-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}
 .form-login .block-captcha .reload-captcha:hover {
	 background-color: #43609c;
}
 .form-login .block-captcha img.captcha-img {
	 height: 38px;
	 display: inline-block;
	 vertical-align: top;
}
 .form-login .reload-captcha img {
	 width: 100%;
	 height: auto;
}
 .form-login .reload-captcha i {
	 font-size: 22px;
	 color: #43609c;
	 font-weight: bold;
}
 .form-login .reload-captcha:hover i {
	 color: #fff;
}
 .form-login .prettycheckbox label {
	 cursor: pointer;
	 font-size: 14px;
	 color: #fff;
	 text-shadow: none;
	 line-height: 16px;
	 white-space: nowrap;
	 float: none;
	 display: inline-block;
	 margin: 0px;
	 font-weight: normal;
	 position: relative;
	 top: -2px;
}
 .form-login .prettycheckbox input[type="checkbox"] {
	 display: none;
}
 .form-login .prettycheckbox input[type="checkbox"]:checked + label span {
	 background-position: -38px 2px;
}
 .form-login .prettycheckbox input[type="checkbox"] + label span {
	 display: inline-block;
	 width: 22px;
	 height: 22px;
	 vertical-align: middle;
	 background: url("../images/blue.png");
	 cursor: pointer;
	 background-position: -18px 2px;
	 margin-right: 5px;
	 background-color: #fff;
	 border-radius: 3px;
}
 .btn-primary {
	 background-color: #43609c;
}
 .btn_register {
	 margin-top: 10px;
	 display: block;
}
 .form-login .stealthy {
	 left: 0;
	 margin: 0;
	 max-height: 1px;
	 max-width: 1px;
	 opacity: 0;
	 outline: none;
	 overflow: hidden;
	 pointer-events: none;
	 position: absolute;
	 top: 0;
	 z-index: -1;
}
 .btn:focus, .btn:active:focus, .btn.active:focus {
	 outline: none;
	 outline-offset: 0px;
}
 .login-content {
	 width: 90%;
	 overflow: hidden;
	 position: relative;
	 margin: 20px;
}
 .gendata label {
	 font-size: 16px;
	 color: red;
	 font-weight: bold;
}
 #validate-form {
	 overflow: hidden;
}
 @media (max-width: 768px) {
	 #wrapper {
		 width: 100%;
	}
	 .content-wrapper .formBox {
		 width: 360px;
	}
}
 @media (max-width: 600px) {
	 .content-wrapper {
		 padding: 40px 0;
	}
}
 @media (max-width: 480px) {
	 .content-wrapper .formBox {
		 width: 100%;
		 padding: 20px;
	}
	 .content-wrapper .header-title a {
		 display: block;
		 margin: 0 auto 30px;
	}
	 .content-wrapper .header-title h2.title {
		 display: block;
		 font-size: 20px;
	}
	 .content-wrapper .form-login {
		 padding: 10px 0 0;
	}
}
.notication-expired{
	display: none;
}
 .notication-expired .title{
	 font-style: normal;
	 font-weight: bold;
	 font-size: 16px;
	 line-height: 21px;
	 color: #FDA014;
	 border-bottom: 1px solid #FDA014;
	 padding-bottom: 12px;
	 text-align: center;
 }
.notication-expired .description{
	padding-top: 12px;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	color: #FDA014;
	text-align: center;
}
.content-wrapper .header-title{
	text-align: center;
}
.copyright{
    height: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #323232;
    margin: auto;
}
.footer{
	text-align: center;
}
.footer .image-footer{
	width: 67px;
    height: 31px;
    margin: 10px;
}
.name-logo{
	line-height: normal;
    text-align: left;
    display: inline-block;
    z-index: 9999;
    font-size: 14px;
    margin-top: 1px;
    font-weight: 600;
    color: #181E52;
    padding-top: 9px;
}