@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
@font-face {
	font-family: open-reg;
	src: url(../css/font/OpenSans-Regular.ttf);
}
@font-face {
	font-family: lato;
	src: url(../css/font/Lato-Reg_0.ttf);
}
@font-face {
	font-family: open-semi;
	src: url(../css/font/OpenSans-Semibold.ttf);
}
.p-l-7 {
    padding-left: 7px;
}
.login-header {
	background: #d0d0d0;
	padding: 10px;
}
.login-header img {
	margin-left: 80px;
	max-width: 200px;
}
.mid-section-login {
	background: #5d92d2;
	padding: 55px 0;
}

.message::before {

    content: "\f05c";
    font-family: "FontAwesome";
    margin-right: 15px;
    font-size: 20px;
    
}
.message {
font-family: "texregularFont",sans-serif;
color: #C25050;
background-color: #f8d7da;
border-color: #f5c6cb;
float: left;
font-size: 16px;
margin: auto;
padding: 5px 0px;
text-align: center;
width: 100%;
margin: 25px 0;
}

.message_greenMeg {
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-family: "texregularFont",sans-serif;
	color: #155724;
    float: left;
    font-size: 16px;
    margin: auto;
    padding: 5px 0px;
    text-align: center;
    width: 100%;
    margin: 25px 0;
}

.login-box {
	-webkit-box-shadow: 2px 2px 3px 0px rgba(94,94,94,1);
	-moz-box-shadow: 2px 2px 3px 0px rgba(94,94,94,1);
	box-shadow: 2px 2px 3px 0px rgba(94,94,94,1);
	width: 40%;
	margin: auto;
	background-color: #f1f2f4;
	border-radius: 5px;
	background-image: url(../img/bck-line.png);
	background-repeat: no-repeat;
	background-position: top 20px center;
	padding: 30px;
        margin-top:27px;
}
.footer-login {
	padding: 20px 0;
	background: #191919;
	color: #fff;
	text-align: center;
}
.footer-login p {
	margin: 0;
	font-family: lato;
}
.login-box p {
	font-size: 30px;
	color: #191919;
	text-align: center;
	margin: 20px 0;
	font-family: open-semi;
	color: #505050;
}
.login-box p img {
	vertical-align: middle;
	margin-right: 10px;
}
.login-box input[type="text"] {
	-webkit-box-shadow: 0px 0px 1px 0px rgba(180,182,184,1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(180,182,184,1);
	box-shadow: 0px 0px 1px 0px rgba(180,182,184,1);
	width: 100%;
	font-size: 20px;
	padding: 20px 20px 20px 50px;
	background-color: #e5e7e9;
	border-radius: 5px 5px 0 0;
	border: 1px solid #bec0c2;
	border-bottom: 1px solid #bec0c2;
	background-image: url(../img/email-icon.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	color: #6f7278;
	font-family: open-reg;
}
.login-box input[type="password"] {
	-webkit-box-shadow: 0px 0px 1px 0px rgba(180,182,184,1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(180,182,184,1);
	box-shadow: 0px 0px 1px 0px rgba(180,182,184,1);
	width: 100%;
	font-size: 20px;
	padding: 20px 20px 20px 50px;
	background: #e5e7e9;
	border-radius: 5px;
	border: 1px solid #bec0c2;
	background-image: url(../img/password-icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	color: #6f7278;
	font-family: open-reg;
	margin-top: 2px;
}
.login-box input[type="submit"] {
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(42,139,123,1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(42,139,123,1);
	box-shadow: 0px 0px 1px 0px rgba(42,139,123,1);
	font-family: open-reg;
	width: 100%;
	margin-top: 20px;
	border: none;
	outline: none;
	background: #36b7a6;
	padding: 10px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 32px;
	border: 1px solid #2a8b7b;
	text-shadow: 1px 1px 4px #666;
}
.login-box input[type="reset"] {
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(42,139,123,1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(42,139,123,1);
	box-shadow: 0px 0px 1px 0px rgba(42,139,123,1);
	font-family: open-reg;
	width: 100%;
	margin-top: 20px;
	border: none;
	outline: none;
	background: #36b7a6;
	padding: 10px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 32px;
	border: 1px solid #2a8b7b;
	text-shadow: 1px 1px 4px #666;
}
.login-box input:focus {
	outline: none;
}
.login-box p.frgt-pass a{
    
        display: block;
        padding-left: 7px;
}
.smscllotp {
    display: flex;
    font-size: 16px;
}
.resend_otp {
	color:#000;
	font-size: 12px;
	font-family: open-semi;
}
.login-box p.frgt-pass {
	    color: #9a9a9a;
    font-size: 11px;
	text-align: left;
	margin: 17px 0 0;
	padding-left: 0px;
	font-family: open-reg;
}
.login-box p.frgt-pass a {
	color: #cf2525;
	text-decoration: none;
}
.forget-page p {
	font-size: 22px;
}
.forget-page input[type="text"] {
	border-radius: 5px;
}
.users_forgotpassword a {
	padding-left: 0 !important;
	font-size: 14px;
	font-family: open-semi;
}
.users_forgotpassword a:hover {
	text-decoration: underline !important;
}
.forgot-password-login {
	color: #cf2525 !important;
    font-size: 13px !important;
    font-family: open-semi !important;
    margin-top: 8px !important;
}
.forgot-password-login a {
	padding-left: 0 !important;
}
.forgot-password-login a:hover {
	text-decoration: underline !important;
}
 @media screen and (max-width:992px) {
.login-box {
	width: 50%;
}
.mid-section-login {
	padding: 80px 0;
}
}
 @media screen and (max-width:768px) {
.login-box {
width:80%;
}
.mid-section-login {
padding:50px 0;
}
}
 @media screen and (max-width:500px) {
.login-box {
	width: 95%;
}
.mid-section-login {
	padding: 30px 0;
}
.login-box p {
	font-size: 15px;
}
.login-box p img {
	width: 30px;
}
.login-box input[type="text"] {
	padding-top: 10px;
	padding-bottom: 10px;
}
.login-box input[type="password"] {
	padding-top: 10px;
	padding-bottom: 10px;
}
.login-box input[type="submit"] {
	font-size: 15px;
}
.login-box input[type="reset"] {
	font-size: 15px;
}
.login-box p.frgt-pass {
	font-size: 13px;
}
.forget-page p {
	font-size: 13px;
}
}
@media screen and (max-width:480px){.message {margin:0;} .message {padding:10 20px; font-size: 13px;} .message::before{margin-right:5px;}
.login-box input[type="password"], .login-box input[type="text"] {font-size:13px;}
}
 @media screen and (max-width:420px) {
.footer-login p span {
	display: block;
	padding: 5px 0;
}
.login-header img {
	width: 70%;
	margin-left: 20px;
}
.message {margin:0;}
}
@media screen and (min-width:769px) and (max-width:992px) {.mid-section-login {
    padding: 60px 0px;
}}

@media screen and (min-width:481px) and (max-width:768px) {
	.login-box{
		margin: 34px auto auto;
	}
}

.m-t-15 {
	margin-top: 15px;
}

/* new login page design start */

.login-logobg {
	background-color: #1579f6;
	height: 100vh;
}
.login-databg {
	background-color: #fff;
	height: 100vh;
}
.loginbg-wrapper {
    margin-top: 140px;
    margin-left: 85px;
}
.loginbg-wrapper .logo img {
	max-width: 333px;
}
.loginbg-wrapper h4 {
	color: #fff;
    font-weight: 100;
    opacity: 0.9;
    padding-top: 35px;
}
.logindata-wrapper {
	margin: 140px 85px;
}
.logindata-wrapper h6 {
	color: #808080;
}
.newlogin-form input {
	border-radius: 4px;
    width: 100%;
    line-height: 40px;
    border: 1px solid #3d92fd;
    color: #808080;
    font-size: 14px;
    padding-left: 12px;
    font-weight: 600;
}
.newlogin-form input[type=text]:focus, .newlogin-form input[type=password]:focus {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	outline: none
}
.newlogin-form input[type=checkbox], .newlogin-form input[type=radio] {
	width: 12px;
	margin-top: 8px;
}
.newlogin-form input[type=submit] {
	background: #2786fc;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	opacity: 0.9;
	background-position: center 7px !important;
    background-repeat: no-repeat !important;
    background-size: 28px 28px !important;
}
.newlogin-form input[type=submit]:hover {
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.57);
	transition: all 0.4s ease 0s;
}
.newlogin-form input[type=submit]:focus {
	outline: 0;
}
.newlogin-form .forgetpassword a{
    font-size: 13px;
    float: right;
    padding-top: 3px;
    color: #808080;
    text-decoration: underline;
}
.newlogin-form .forgetpassword a:hover {
	color: #1579f6;
}
.newlogin-form .keepme-logged label {
	font-size: 13px;
    font-weight: 600;
}
.keepme-logged {
	margin-top: 40px;
    margin-bottom: 20px;
}
.m-tb-30 {
	margin: 30px 0px;
}
input:-webkit-autofill {
	-webkit-text-fill-color: #808080 !important;
} 
.headingtitle {
	line-height: 0.9;
}
.mt-10 {
	margin-top: 10px;
}
.loginbg-wrapper .logo img:focus {
	outline: 0;
}
.footer-copywrite {
	position: fixed;
	bottom: 35px;
	color: #d1e4fd;
	font-size: 14px;
	width: 75%;
	z-index: 99;
}
.newlogin-form .col-form-label {
	color: #808080;
    font-weight: 600;
	font-size: 15px;
	padding-bottom: 0;
	padding-right: 0;
}
.newlogin-form .form-control-plaintext {
	border: 0;
    font-size: 16px;
    color: #000;
    padding-left: 0;
    line-height: 0;
    word-break: break-word;
}
.newlogin-form .form-control-plaintext:focus {
	outline: 0;
	border: none;
	box-shadow: none !important;
}
.verifyaccount-autoinput {
	margin-top: 1rem;
}
.verifyaccount-autoinput input {
	margin: 0 5px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	outline: none;
	width: 13.9%;
	transition: all .2s ease-in-out;
	border-radius: 4px;
	padding-left: 0;
}
.verifyaccount-autoinput input:focus {
	border-color: #1579f6;
	box-shadow: 0 0 3px #1579f6 inset;
}
.verifyresend-text {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 25px 0;
}
.verifyresend-text span {
	color: #1579f6;
	cursor: pointer;
}
.verifyresend-text span.maximumotp-text {
	color: #808080;
	font-size: 14px;
	display: block;
	line-height: 2;
	cursor: auto;
}
.verifyaccount-autoinput input[type=number]::-webkit-inner-spin-button, 
.verifyaccount-autoinput input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.verifyaccount-autoinput input[type=number] {
    -moz-appearance:textfield;
}
.alert.alert-success.verifyaccountotp-sendmsg {
	margin-top: 27px;
    background-color: #f0fae5;
    border-color: #93df41;
    color: #93df41;
    padding: 8px 17px;
    border-radius: 23px;
    width: 100%;
    font-size: 14px;
	font-weight: 600;
	margin-left: 30px;
}
.verifyacoount-logindata {
	margin-bottom: 0;
}
.logininput-loader {
    background-image: url(../img/circleloader.gif) !important;
	color: transparent !important;
	text-shadow: none !important;
}
.logindata-wrapper.cancelorder-verifypage {
	margin-top: 90px;
}
/* new login page design end */

@media (min-width:768px) and (max-width: 1100px) {
	.loginbg-wrapper .logo img {
		max-width: 260px;
	}
	.loginbg-wrapper h4 {
		font-size: 22px;
	}
	.logindata-wrapper {
		margin: 140px 30px;
	}
	.loginbg-wrapper {
		margin-top: 140px;
		margin-left: 30px;
	}
}
@media (min-width:768px) and (max-width: 1081px) { 
	.logindata-wrapper.verifyacoount-logindata {
		margin: 140px 15px;
	}
	.newlogin-form .form-control-plaintext {
		font-size: 14px;
	}
	.newlogin-form .col-form-label {
		max-width: 28%;
		font-size: 14px;
	}
}
@media (min-width: 320px) and (max-width: 800px) {
	.verifyaccount-autoinput input {
		width: 10%;
    	line-height: 40px;
	}
}
@media (min-width:320px) and (max-width: 767px) {
	body {
		overflow-y: scroll;
	}
	.loginbg-wrapper h4 {
		font-size: 22px;
	}
	.login-logobg {
		height: 278px;
		position: static !important;
	}
	.footer-copywrite {
		color: #1579f6;
		position: absolute;
	}
	.logindata-wrapper {
		margin: 70px 30px;
	}
	.loginbg-wrapper {
		margin-top: 85px;
		margin-left: 30px;
	}
	.verify-logindata {
		height: 680px;
		text-align: center;
	}
	.newlogin-form .form-control-plaintext {
		text-align: center;
		padding-left: 12px;
	}
	
}
@media (min-width:320px) and (max-width: 440px) {
	.loginbg-wrapper .logo img {
		max-width: 204px;
	}
}
@media (min-width: 1100px) and (max-width: 1330px) { 
	.logindata-wrapper.verifyacoount-logindata {
		margin: 140px 55px;
	}
}

@media (min-width: 1400px) and (max-width: 1600px){
	.verifyaccount-autoinput input {
		width: 14.1%;
	}
}
@media (min-width: 1610px) and (max-width: 2000px){
	.verifyaccount-autoinput input {
		width: 14.6%;
	}
}

