body{
	margin: 0;
	padding: 0;
	letter-spacing: .6px;
	font-family: 'Poppins';
	font-size: 15px;
	font-weight: 400;
}
input:-webkit-autofill {
    background-color: transparent;
}
*{
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

img{
	max-width: 100%;
}
p{
	color: #000;
}
.main-form {
    height: 100vh;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.main-form-wrapper{
	max-width: 450px;
    margin: 0px auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
}
.main-form-wrapper{
	padding: 40px 40px 40px 40px;
	flex: 0 0 100%;
}
.main-logo{
	margin-bottom: 40px;
}
.main-logo img{
	width: 230px;
}
.inpute-box{
	margin-bottom: 30px;
	position: relative;
}
.login-checkbox {
    text-align: left;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.login-checkbox label {
    margin: 0;
    vertical-align: middle;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    user-select: none;
}
.inpute-box .input-text{
	display: block;
	width: 100%;
	background-color: transparent;
	height: 50px;
	padding: 0 5px;
	border:none;
	border-bottom: 2px solid #eee;
	outline: none;
	box-shadow: none;
	color: #333;
	position: relative;
}
.inpute-box .input-text:focus .v-label {
	display: none;
}
.forgot-password {
    display: block;
    text-align: left;
    text-transform: capitalize;
    margin-top: 10px;
}
input[placeholder]{
	font-size: 18px;
	letter-spacing: .5px;
}
.v-label {
	left: 0px;
	right:auto;
	position:absolute;
	bottom: 6px;
	color: rgba(51, 51, 51, .8);
	text-indent: 5px;
	pointer-events: none;
	transition: 0.2s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	opacity:0.5;
	margin-bottom: 10px;
}

.inpute-box .input-text:focus + .v-label, .inpute-box .input-text:not(:placeholder-shown) + .v-label {
  opacity:1;
  transform: translateY(-100%); 
}

/* For IE Browsers*/
.inpute-box .input-text:focus + .v-label, .inpute-box .input-text:not(:-ms-input-placeholder) + .v-label {
  opacity:1;
  transform: translateY(-100%);
}

.file-label{
	font-style: normal;
	font-size: 15px;
	text-transform: capitalize;
	color: #9e9e9e;
	text-align: left;
	display: block;
}
.login-btn .login-form-btn{
	background-color: #6274b2;
	border: none;
	outline: none;
	padding: 0 0;
	font-size: 20px;
	text-transform: capitalize;
	border-radius:10px;
	-webkit-border-radius:10px;
	color: #fff;
	height: 50px;
	display: block;
	width: 100%;
	letter-spacing: 1px;
	transition: all .3s linear;
}
.login-btn .login-form-btn:hover{
	background-color: #536294
}
.extralinks{
	text-align: left;
}

.extralinks-two p{
	margin: 0;	
	text-align: left;
	font-size: 16px;
	color: #000	
}
.login-create-account-new p{
	text-align: center;
	margin: 40px 0 0 0;
}
.login-create-account-new .extralinks{
	margin-top: 20px;
}
#otp_submit .resend-btn{
	margin-top: 15px;
	background-color: #f17465;
}
#otp_submit .resend-btn:hover{
	background-color: #4a5a90;
}
.otp-simple-text{
	margin-bottom: 20px;
	text-align: left;
}
.error {
    width: 100%;
    float: left;
    text-align: left;
    color: #f00;
    margin: 5px 0 20px 0;
}

@media(max-width: 575px){
	.main-form-wrapper{
		max-width: 400px;
		margin: 50px auto
	}	
	.main-form {
		height: 90vh;
	}
}
@media(max-width: 425px){
	.main-form-wrapper{
		margin: 30px 15px;
		padding: 20px 20px 20px 20px;
		max-width: 90%;
	}	
	.main-logo img{
		width: 150px
	}
	.main-logo {
	    margin-bottom: 50px;
	}
	.inpute-box .input-text{
		height: 40px;
	}
	.inpute-box {
	    margin-bottom: 30px;
	}
	.extralinks{
		margin-top: 20px;
	}
	.login-btn .login-form-btn{
		height: 50px;
		font-size: 18px;
	}
}
.login-checkbox #signed {
    margin: 0;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    opacity: 0;
    cursor: pointer;
    z-index: 10
}
.login-checkbox svg{
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all .3s ease-in-out;
	fill: #fff
}
.login-checkbox input:checked ~ span svg{
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.login-checkbox input:checked ~ span.checkbox{
	background-color: rgb(84, 105, 212)
}
.login-checkbox .checkbox {
    margin: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    text-align: center;
    margin-right: 5px;

}
.login-forgot-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
