body {
    background-color: #f5f6f9 !important;
}
#username, #password, #login_identity {
	/* box-shadow: inset -6px 5px 5px #7A86A130, 7px 10px 10px #B9BDD466; */
	border-radius: 0 70px 70px 0px;
	height: 60px;
	padding: 5px 10px 5px 0px;
	color: #7A86A1;
	font-size: 13px;
	border: none;
	margin-bottom: 25px;
	background-color: #f1f2f7 !important;
}
.input-group-text {
	box-shadow: inset 4px 4px 7px #7A86A130, -5px 10px 10px #B9BDD466;
	height: 60px;
	border-radius: 70px 0 0px 70px !important;
	padding: 10px 10px 10px 30px !important;
	background-color: #f1f2f7 !important;
	border: none !important;
}
#password {
	margin: 0;
}
.username_div,
.lock_div{
	background: #f1f2f7;
	box-shadow: inset 3px 5px 10px #7A86A130, 5px 10px 10px #B9BDD466;
	height: 60px;
	border-radius: 50px;
	margin-bottom: 30px;
}
#username:focus, #password:focus, #login_identity:focus {
	background-color: #f1f2f7 !important;
	outline: none;
	border: none;
	box-shadow: none;
}
input {
	-webkit-background-clip: text !important;
	background-clip: text !important;
}
*{margin: 0}

.hide {
	display: none !important;
}
.inner-wrapper{
    min-height: 100vh;
}
.login-logo-div {
	width: 440px;
	background-image: url(../images/pattern-bg.png);
	/* background-color: #273473; */
	border-radius: 24px 0px 0px 24px;
    box-shadow: 0px 0px 36px #00073721;
	position: relative;
}
/* .login-logo-div::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #273473;
} */
#wrap, #login-form {
	max-width: 1000px;
}
#page {
	background-color: #f1f3f7;
	padding: 70px 60px 70px;
	width: calc(100% - 440px);
	border: 1px solid #f1f3f7;
	border-radius: 0 24px 24px 0;
	box-shadow: 0px 0px 36px #00073721;
}
form .button,
.lost_submit {
	font-size: 15px;
	padding: 8px;
	text-transform: uppercase;
	width: 100%;
	box-shadow: 3px 5px 10px #B9BDD466;
	height: 60px;
	border-radius: 70px;
    background: #EE6D3B !important;
    color: white !important;
}
.retr > a {
    color: #fff;
    font-family: calibri;
}
.retr {
    margin: 5px 0 0;
    text-align: center;
}
form .button:hover, form .button:focus,
.lost_submit {
    background: #244d7b none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
}
html, body { height:100%; }
#designedby-text, .footer-reserved-div,
.input_txt {
	color: #7A86A1;
	font-size: 11px;
	padding: 0 !important;
	line-height: 20px;
}
.login-main-heading {
	font-size: 20px;
	color: #7A86A1;
	text-align: center;
}
.footer a {
	color: #273574;
    transition: 0.3s;
}
.footer a:hover {
	color: #273574;
	text-decoration: underline;
}
.line-div {
	width: 80px;
	background-color: #e0e5f2;
	height: 6px;
	margin: auto;
	border-radius: 50px;
}
.admin-login-form-section {
	margin-top: 35px;
}
.admin-login-form-section input::placeholder {
color: #7A86A1;
opacity: 1;
}

.admin-login-form-section input::-ms-input-placeholder { 
color: #7A86A1;
}
.remember-div .custom-control-label, .fgt-btn a {
	color: #7A86A1;
	font-size: 13px;
	vertical-align: middle;
}
.remember-div .custom-control-label::after,
.remember-div .custom-control-label::before {
	width: 20px;
	height: 20px;
    top: 0.05rem;
}
.remember-div .custom-control-label::before {
	background-color: #f1f3f7;
	border: 1px solid #adb5bd;
}
.remember-div .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #273473;
	background-color: #273473;
}
.footer {
	margin-top: 50px;
}

.password-div {
	position: relative;
}
.toggle-password {
	position: absolute;
	right: 25px;
	color: #B2B2B2;
	top: 23px;
}
@media(min-width:1200px) and (max-width:1599px){
    #page {
        padding: 50px 40px 50px;
    }
    .login-main-heading {
        font-size: 16px;
    }
    .admin-login-form-section,
    #page .footer {
        margin-top: 20px;
    }
    .toggle-password {
        top: 18px;
    }
    #designedby-text, .footer-reserved-div,
	.input_txt {
        line-height: 18px;
    }
	.logo_img {
		width: 150px;
	}
}