*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: 'Poppins', sans-serif!important;
    /* background-image: url(../img/sell-car-bg-right.png);*/
}

.login-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row;
    -ms-flex-direction:row;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background-color:#3c8dbc!important;
    background-size: cover;
    padding: 0 10px;
    box-sizing: border-box;
}

.login-box{
    -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: 0 0 0 530px;
    border-radius: 10px;
    padding: 20px;
    min-width: 320px;
    width:400px;
}

.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: 33px;
}

.admin-login-title span{
    color: #f79533
}
.admin-login-form{
    width: 100%;
}

.admin-input-wrap {
    width: 100%;
    position: relative;
    position: relative;
    margin-bottom: 20px;
}
.alert-validate{
    display: none;
}
.alert-validate::before{
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    bottom: calc((100% - 76px));
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 0px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.alert-validate::after{
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    bottom: calc((100% - 76px));
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 8px;
    font-weight: 900;
}
.m-bottom-0{
    margin-bottom: 0;
}

.admin-label-input {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #646464;
    line-height: 1.5;
    padding-left: 7px;
}
.admin-input{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #646464;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 55px;
    background: #ececec;
    padding: 0 16px;
    outline: none;
    border: none;
    border-radius: 5px;
}
.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: 0;
    left: 0;
    pointer-events: none;
}

.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;
    padding-left: 234px;
}
.admin-forget-pass a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(100, 100, 100, 0.7);
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.admin-forget-pass a:hover{
    color: #1172b8;
    text-decoration: none;
}
.admin-btn-wrap{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.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;
    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: capitalize;
    border: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.admin-login-btn:hover{
    opacity: 0.9;
    box-shadow: 0 2px 10px 2px #ccc;
}

.admin-checkbox-wrap {
    position: relative;
}
.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;
    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;
}

.admin-sign-with span{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    padding-left: 7px;
    justify-content: center;
    padding: 20px 0;
}
.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("../css/images/login/google.png") no-repeat -15px -17px;

}
.login-gmail-btn p{
    font-size: 18px;
    display: block;
    color: #fff;
    margin: 0 0 0 60px;
}
.login-gmail-btn span{
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 0;
    margin-left: 60px;
}
/*.login-gmail-btn:before{
	content: url("../img/google.png");
	font-family: "Font Awesome 5 Brands";
	color: #333;
	font-weight: 900;
	font-size: 14px;
	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: center;
	align-items: center;
}*/
.login-gmail-btn:hover{
    text-decoration: none;
}
.admin-franchise{
    display: block;
    text-align: center;
}
.admin-franchise p{
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #a7a7a7;
    padding: 27px 0 8px;
    color: #e87211;
}
.franchise-user{
    display: block;
}
.franchise-user p{
    font-size: 16px;
    font-style: italic;
    text-align: center;
    color: #acacac;
}
.sign-in{
    display: block;
}
.sign-in p{
    font-size: 14px;
    font-style: italic;
    color: #e87211;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;

}
@media only screen and (max-width: 767px) {
    .login-box{
        margin: auto;
    }
}
.otp{
	font-size: 16px;
  	color: #646464;
  	margin: 9px 0;
  	padding: 0;
}
.OTPWrap{
	display: block;
	margin-bottom: 24px;
}
.OTPWrap ul{
	margin: 0;
	padding: 0;
	display: block;
}
.OTPWrap ul li{
	list-style-type: none;
	width: 42px;
    display: inline-block;
    height: 42px;
    margin-right: 12px;
}
.otp-input{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #646464;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 42px;
    background: #ececec;
    outline: none;
    border: none;
    border-radius: 7px;
    text-align: center;
}

.login-box .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}
.login-box>.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.login-box .overlay>.fa{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.hide {
    display: none !important;
}