@import url(https://use.fontawesome.com/releases/v5.8.1/css/all.css);
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	font-family: 'Poppins', sans-serif!important;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 10px;
}
::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Poppins', sans-serif!important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	overflow: hidden;
}

.login-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	flex-direction: row;
	-ms-flex-direction:row;
	justify-content: center;
	height: 100vh;
	background-size: cover;
	width: 100%;
	/*background-color:#d2d6de!important;*/
	background-image: url(/images/slider2.jpg); 
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 999
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width:100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.login-box{

	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row;


}
.login-container{
	-webkit-box-shadow: 0px -2px 23px -2px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px -2px 23px -2px rgba(0,0,0,0.48);
	box-shadow: 0px -2px 23px -2px rgba(0,0,0,0.48);
	max-width: 800px;
	min-height: 320px;
	background-color: #fff;
	margin: auto;
	border-radius: 10px;
	padding: 20px;
	min-width: 320px;
	box-sizing: border-box;
	position: relative;
	z-index: 9999
}
.or {
	position: relative;
	font-size:30px;
	color: #666;
	text-align: center;
	width: 160px;
	background-color: #fff;
	z-index: 9999;
}
.or::before{
	position: absolute;
	content: 'OR';
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	top:-20px;

}
.or::after{
	position: absolute;
	content: '';
	border-right: 0.05rem solid #EBEBEB;
	left: 0;
	right: 0;
	margin: auto;
	width: 0.1rem;
	height: 150px;
	z-index: 99;
	top:-73px;

}

.animaton-box{
	animation: a-h .5s 1.25s 1 linear forwards,a-nt .6s 1.25s 1 cubic-bezier(0,0,.2,1);
	background: #eee;
	border-radius: 50%;
	height: 800px;
	left: 0;
	margin: auto;
	right: 0;
	position: absolute;
	transform: scale(0);
	width: 800px;
	z-index: 9;
	overflow: hidden;
}
@keyframes a-h {
	100% {
		opacity: 0
	}
}
@keyframes a-nt {
	100% {
		transform: none
	}
}

.admin-login-title {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 39px;
	color: #1172b8;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0
}

.admin-login-title span{
	color: #f79533
}
.admin-login-form{
	width: 100%;
}

.admin-input-wrap {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #d9d9d9;
	position: relative;
	margin-bottom: 20px;
}

.admin-input-wrap span {
    color:#333;
}
.alert-validate{
	background-color: #fff;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	color: #c80000;
	font-size: 13px;
	line-height:20px;
	margin-bottom: 10px;
	min-width: 300px;

}
.alert-validate::before{
	content: "\f06a";
	font-family: "Font Awesome 5 Free";
	color: #c80000;
	font-size: 16px;
	font-weight: 900;
	margin-right: 10px;
}
.m-bottom-0{
	margin-bottom: 0;
}

.admin-label-input {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	padding-left: 7px;
}
.admin-input{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 1.2;
	display: block;
	width: 100%;
	height:48px;
	background: transparent;
	padding: 0 7px 0 43px;
	outline: none;
	border: none;
        font-weight: normal;
}
.admin-input::placeholder {
	color: #adadad;
}
.admin-input::-webkit-input-placeholder {
	color: #adadad;
}
.admin-input::-moz-placeholder {
	color: #adadad;
}
.admin-input:-ms-input-placeholder {
	color: #adadad;
}
.admin-input:-moz-placeholder {
	color: #adadad;
}
.admin-focus-input {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 0;
	pointer-events: none;
}
.admin-focus-input::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: #f79533;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.admin-focus-input::after {
	content: attr(data-symbol);
	font-family: "Font Awesome 5 Free";
	color: #adadad;
	font-size: 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	position: absolute;
	height: calc(100% - 20px);
	bottom: 0;
	left: 0;
	padding-left: 13px;
	padding-top: 3px;
	font-weight: 900;
}

.admin-input:focus + .admin-focus-input::before {
	width: 100%;
}

.admin-input:focus + .admin-focus-input::after {
	color: #1172b8;
}

.has-val + .admin-focus-input::after {
	color: #1172b8;
}

.has-val  + .admin-focus-input::before {
	width: 100%;
}


.admin-forget-pass{
	margin-top: 20px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
display: flex;
	justify-content: space-between;
	align-items: center;
	-ms-flex-align: center;
}
.admin-forget-pass a {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	padding-right: 10px;
	text-decoration: none;
}
.admin-forget-pass a:hover{
	color: #1172b8;
	text-decoration: none;
}


.admin-login-btn{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	line-height: 1.2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	background-image: linear-gradient(261deg,#f69b00,#ed6a00);
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	cursor: pointer;
	margin: 20px 0;
}
.admin-login-btn:hover{
	opacity: 0.9;
	box-shadow: 0 2px 10px 2px #ccc;
}

.admin-checkbox-wrap {
	position: relative;
	height: 23px;
}
.admin-checkbox-wrap label{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	justify-content: flex-start;
	align-items: center;
	-ms-flex-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	font-weight: normal;
}
.admin-checkbox-wrap input[type=checkbox] + label {
	display: block;
	cursor: pointer;
}

.admin-checkbox-wrap input[type=checkbox] {
	opacity:0;
	left: 12px;
	position: absolute;
}

.admin-checkbox-wrap input[type=checkbox] + label:before {
	content: "\f00c";
	border: 0.1em solid #1172b8;
	border-radius: 0.2em;
	display: inline-block;
	width: 2.3rem;
	height: 2.3rem;
	text-align: center;
	padding-bottom: 0.3em;
	margin-right: 0.7em;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px
}
.admin-checkbox-wrap input[type=checkbox] + label:active:before {
	transform: scale(0);
}

.admin-checkbox-wrap input[type=checkbox]:checked + label:before {
	background-color: #f79533;
	border-color: #f79533;
	color: #fff;
}

.login-gmail-btn{
	padding-left: 38px;
	border-radius:5px;
	color: #333;
	width: 100%;
	position: relative;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1.2;
	height: 48px;
	cursor: pointer;
	border: 1px solid #c0c0c0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
/*.login-gmail-btn:before{
	content: url("../images/google.svg");
	color: #333;
	font-weight: 900;
	height: 100%;
	position: absolute;
	width: 34px;
	border-right: 1px solid #c0c0c0;
	top:0;
	left: 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	justify-content: flex-start;
	align-items: center;
	-ms-flex-align: center;
	padding: 8px;

}*/
.login-gmail-btn:hover{
	opacity: 0.9;
	box-shadow: 0 2px 10px 2px #ccc;
}

.right-login-bx{
	flex-grow: 1;
	width: 250px;

}
.left-login-bx {
	flex-basis: 320px;
}
.admin-otp{
	letter-spacing: 15px;
}

@media (max-width: 576px) {

	body{

		overflow: visible;
	}
	.login-box {
		flex-flow: column;
	}
	.or{
		height: auto;

	}
	.or::after{
		display: none;
	}
	.or::before{
		position: static;
	}
	.right-login-bx{
		flex-grow: 80%;
		width: 80%;
	}
	.login-wrapper{
		padding: 20px;
		margin-bottom: 20px;
	}
	.animaton-box {
		display: none;
	}
}

.login-gmail-btn {
    padding: 15px;
    width: 295px;
    height: 72px;
    border-radius: 10px;
    margin: auto;
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    background: url(../images/google.png) no-repeat -15px -17px;
}