.login-box-pos{
	position: relative;
	height: 100vh;
}
.login-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 33%;
background: rgba(255, 255, 255, 0.2);
padding: 30px;
box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
}
.login-banner{
	background-image: url(../images/background.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
}
.p-l-r-0{
	padding-left: 0px;
	padding-right: 0px;
}
#remember-me{
	margin-left: 0px;
	margin-top: 5px;
	font-family: 'Montserrat', sans-serif;
}
.checkbox label, .radio label{
	padding-left: 25px;
	color: #242424;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.checkbox{
	float: left;
margin: 0;
font-family: 'Montserrat', sans-serif;
}
/*.button-sbt {
    display: inline-flex;
    border: 1px solid #c00f95;
    background-color: #c00f95;
	color: #ffffff !important;
    padding: 8px 27px;
font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    border-radius: 3px;
    transition: 0.6s;
}*/
.button-sbt a:hover{
	color: #fff;
	text-decoration: none;
}
.button-sbt a{
	color: #fff;
}
.form-group {
    margin-bottom: 25px;
}
.login-btn{
	text-align: center;
	margin-top: 20px;
}
.input-sm {
    height: 35px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
}
.forgot-psw a{
	font-family: 'Montserrat', sans-serif;
	color: #006daa;
	font-size: 14px;
}
.login-btn a {
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 50px;
    background: #6970fa;
    color: #fff;
    padding: 10px 30px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
}
.login-btn a:hover{
	background: #0095FF!important;
}

.login-btn{
	float: left;
}

.login-box img{
	width: 40%;
	padding-bottom: 20px;
}
.form-control:focus{
	box-shadow: none;
	border-color: #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.login-box {
	    width: 55%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.login-box {
	    width: 90%;
	}
}


  .password_field .show_password {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.show_password::after {
    content: "\f06e";
    font-family: FontAwesome !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 13px;
}
.show_password.hide_pass::after {
    content: "\f070";
}
.error{
    font-size: 12px;
    color: red;
}
.alert-danger {
    color: #ffffff !important;
    background-color: #6bb345!important;
    border-color: #6bb345!important;
}