@font-face {
  font-family: AvertaStdCY_Bold;
  src: url('../fonts/AvertaStdCY-Bold.otf');
}
@font-face {
  font-family: AvertaStdCY_Regular;
  src: url('../fonts/AvertaStdCY-Regular.otf');
}
@font-face {
  font-family: AvertaStdCY_Semibold;
  src: url('../fonts/AvertaStdCY-Semibold.otf');
}

*{
	margin: 0;
	padding: 0;
	font-family: AvertaStdCY_Regular;
}
.wrapper-body{
	box-sizing: border;
	width: 425px;
	margin:auto;
	min-height: 100vh;
	background-image: url("../image/bg.jpg");
	background-size: 425px;
	background-repeat: no-repeat;
}
.wrapper-body.notifi{
	color: #ffffff;
	text-align: center;
	background-image: url('../image/bg-notifi.jpg');
	background-color: #086eff;
	text-transform: uppercase;
}
.wrapper-body.msg-success{
	color: #000000;
	text-align: center;
	background-color: #ffffff;
	background-image: none;
	padding: 20px;
	box-sizing: border-box;
}
.wrapper-body.msg-success p{
	color: #4f4f4f;
	margin-top: 10px;
}
.wrapper-body.msg-success .success-logo{
	width: 200px;
	margin-top: 80px;
	margin-bottom: 20px;
}

.wrapper-body.notifi .notifi-logo{
	width: 100px;
	margin: 20px 0;
}
.wrapper-body.notifi .notifi-title{
	margin-bottom: 10px;
}
.wrapper-body.notifi .btn{
	width: 80%;
	margin: auto;
	margin-top: 20px;
}
.login-head{
	width: 400px;
	margin:auto;
	padding-top: 30px;
}
.login-logo{
	width: 95px;
	height: 50px;
	float: left;
}
.login-logo img{
	width: 100%;
	height: 100%;
}
.login-menu{
	text-align:right;
}
.login-menu ul{
	padding: 0px 10px;
}
.login-menu ul li{
	list-style-type: none;
	margin-bottom: 5px;
}
.login-menu ul li span{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-indent: -9999px;
	white-space: nowrap;
	border-radius: 100%;
	padding: 7px;
	background: #00000038;
	box-sizing: border-box;
}
.login-menu ul li span img{
	width: 100%;
	height: 100%;
}
.login-wrapper{
	width: 380px;
	margin: 100px auto;
}
.login-wrapper .login-content{
	padding: 20px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1.5px solid #ffffff7d;
  border-bottom: 0;
  background: #05058b63;
}
.login-form{
	width: 320px;
	margin: auto;
}
.login-content-title h2{
	font-weight: 100;
	color: #ffffff;
	line-height: 31px;
}
.form-group{
	position: relative;
	width: 100%;
	padding: 10px 5px;
	border-bottom: 1.5px solid #ffffffc4;
	margin-top: 20px;
	box-sizing: border-box;
}
.form-group input{
	width: 320px;
	background: none;
	border: none;
	outline: 0;
	color: #ffffff;
	border-radius: 0;
	font-size: 19px;
}
.form-group input::placeholder {
  color: #ffffffc4;
  font-size: 16px;
  opacity: 1; /* Firefox */
}
.form-group.username input{
	width: 240px;
}
.form-group.password input{
	width: 275px;
}
.form-group .ico-group{
	float: right;
}
.form-group .ico-info{
	cursor: pointer;
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url('../image/ico-info.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 5px;
}
.form-group .ico-eye{
	cursor: pointer;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('../image/ico-eye.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 5px;
}
.form-group .ico-cancel{
	cursor: pointer;
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url('../image/ico-cancel.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 10px;
}
.form-group .ico-info.active{
	background-image: url('../image/ico-info-active.png');
}

.form-option{
	margin-top: 20px;
	display: flex;
}
.form-option a{
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none; 
}
.form-option .form-option-left{
	flex-grow: 1;
}
.msg-empty{
	color: #e4183d;
}
.msg-empty .ico-warning{
	position: relative;
  	top: 2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	text-align: center;
	color: #3b0000;
	background-image: url('../image/ico-warning.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: inherit;
	font-size: 13px;
}
.msg-empty span{
	margin-top: 3px;
	font-size: 13px;
}
.info-more{
	position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 99999;
  border-radius: 6px;
  padding: 15px 10px;
  box-sizing: border-box;
}
.info-more::before{
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	right: 12px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.info-more .info-wrapper{
	display: flex;
}
.info-more .info-content{
	width: 230px;
	flex-grow: 1;
}
.info-more .info-content span{
	display: block;
	font-size: 14px;
	margin-left: 20px;
}
.info-more .info-content span::before {
	line-height: 17px;
	left: 17px;
	position: absolute;
  content: "\2022";
  font-size: 17px;
}
.info-more .info-image{
	text-align: center;
	flex-grow: 2;
}
.info-more .info-image img{
	width: 40px;
	box-sizing: border-box;
}
.login-wrapper .btn-login button{
	font-size: 16px;
	width: 100%;
	border: 0;
	padding: 15px 0;
	color: #131bbd;
	background-color: #6adbff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	font-weight: 600;
	cursor: pointer;
}
.footer{
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	padding-bottom: 30px;
}
.footer .foot-version span{
	margin: 0 10px;
}
.footer .foot-version{
	margin-bottom: 10px;
}
.footer .foot-social i{
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background-color: #65656585;
	border: 1px solid #ffffff5c;
	margin: 0 3px;
}
.footer .foot-social .ico-facebook{
	background-image: url('../image/ico-facebook.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
}
.footer .foot-social .ico-website{
	background-image: url('../image/ico-website.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px;
}
.hide{
	display: none !important;
}
.popup {
    display: none;
}
.popup.active {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: rgb(5 5 5 / 80%);
    transition: opacity 1s;
}
.popup-container {
    position: relative;
    opacity: 1;
    animation: showpopup 0.7s forwards;
}
.popup-background {
    font-family: 'MTD_Gorni';
    position: relative;
    width: 350px;
    max-height: 90vh;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
}
.popup-background .popup-close{
	content: "";
	display: block;
	position: relative;
	height: 25px;
}
.popup-background .popup-btn-close{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    background-image: url("../image/icon-close.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
.popup-background .popup-content {
	text-align: center;
	font-size: 17px;
}
.popup-background .popup-content h2{
	font-size: 25px;
	margin-bottom: 10px;
}
.popup-background .popup-content p{
	margin-bottom: 20px;
	color: #4f4f4f;
}
.popup-background .popup-status{
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}
.btn{
	display: block;
	width: 100%;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	color: #0000DD;
	border: 1px solid #0000DD;
	margin-top: 15px;
}
.btn.btn-primary{
	color: #ffffff;
	border: none;
	background-color: #0000DD;
}
.btn.btn-danger{
	color: #ffffff;
	border: none;
	background-color: #e10008;
}
.loading-wrapper {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    transition: opacity 1s;
}
.loading-contain{
    position: relative;
    opacity: 1;
    animation: showpopup 0.7s forwards;
    background: rgb(5 5 5 / 80%);
    padding: 20px;
    border-radius: 15px;
}
.loading-contain .loading{
    width: 30px;
    height: 30px;
	box-sizing: border-box;
}