*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}
a {
    color: #60B0AB;
}
a:hover {
    color: #1C837D;
}
body{ 
    font-family: 'Poppins', sans-serif;
    background: #f3f2f2;
    background: url('../../images/web/login/2023/main-bg2.svg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: grid;
    min-height: 100vh;
    align-items: center;
}
.b-height{

	margin: 10px;
}
.b-wrapper{
    min-height: 450px;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0,0,0,.2);
    border-radius: 10px;
    justify-content: center;
} 
.b-min-height{
    min-height: 520px; 
    background-image: url( '../../images/web/login/2023/left-bg.svg' );
    left: -4px;
}
.b-logo{
    width:100px;
}
.b-title{
    padding:100px 0px 0px;
}
.b-title h1{
    color:#fff;
    font-weight:600;
}
.b-title p{
    color: #e7e7e7;
    margin:30px 0px 40px;
}
.b-title button{
    letter-spacing: 0.4px;
    padding: 15px 85px;
    border-radius: 36px;
    border: 1.5px solid #fff;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
}
.b-title button:focus{
    outline:none;
}
.b-form{
    width:80%;
    margin:10px auto;
	
}
.b-form-title h1{
    color: #424242;
    font-size: 24px;
	padding-top: 0px;
    font-weight: 900;
}
.b-form-title i{
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 36px;
    line-height: 46px;
    font-size: 20px;
    margin: 13px 5px;
    color:#333;
    cursor:pointer;
}
.b-subtext{
    color: #b4b2b2;
    font-size: 14px;
}
.b-form .form-control{
    font-size:14px;
    height: 35px;
    padding-left: 45px;
    background: #edf9fe;
    border-color: #edf9fe;
    color: #333;
    font-family: 'Poppins', sans-serif;
}
.b-form .form-control:focus{
    outline:none;
    box-shadow:none;
} 
.form-group{
    position: relative;
}
.b-font{
    position: absolute;
    top: 12px;
    left: 18px;
    z-index: 10;
    color: #6b6b6b;
    font-size:13px;
}

.b-font-32{
    position: absolute;
    top: 32px;
    left: 18px;
    z-index: 10;
    color: #6b6b6b;
    font-size:13px;
}

/*.b-form button{
    letter-spacing: 0.4px;
    padding: 10px 85px;
    border-radius: 10px;
    border: 1.5px solid #fff;
    background: #00bdaa;
    color: #fff;
    text-transform: uppercase;
}
.b-form button:focus{
    outline:none;
}*/

.b-form input[type="submit"]{
    letter-spacing: 0.4px;
    padding: 10px 85px;
    border-radius: 10px;
    border: 1.5px solid #fff;
    background: #00bdaa;
    color: #fff;
    text-transform: uppercase;
}
.b-form input[type="submit"]:focus{
    outline:none;
}

input:-webkit-autofill::first-line {
    font-family: 'Poppins', sans-serif !important;
}

.va-style {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_form_title {
    color: #424242;
    font-size: 24px;
    font-weight: 900;
}

.b-form .b-forgot{
    border-bottom: 1px solid #e8e4e4;
    padding-bottom: 10px;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 600;
    cursor:pointer;
    display:none;
}

.sign_in {
    width: 100%;
    margin-bottom: 5px;
}

.vcenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
}

.vcenter-footer {
  display: flex;
  align-items: center;
  justify-content: center;
	margin: 10px 0;
}

.pwr-by {
	font-size: 10px;
}

.ft-txt, .ft-lnk {
	font-size: 13px;
}
.ft-lnk {
	text-decoration: none;

}

.swift_right{
    display:none;
}
.swift_element{
    display:flex;
    align-items:unset;
    flex-direction: row-reverse;
    transition:0.3s ease-in-out;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -ms-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
}

.login_form_subtitle {
    font-size: 1em;
}

.login_foot a {
	text-decoration: none;
}

.no-padding {
	padding: 0px !important;
}

/* .login_head img#login-logo{ height:90px; margin-top: 20px; } */
.login_head img#login-logo{ width: 60%; margin-top: 20px; }
.powered-by{ margin-right: 35px; }
.powered-by img{ width: 110px; }
.powered-by .float-left-block{ float: left; }
.powered-by .powered-text{ font-weight: bold; height: 45px;padding-top: 7px;padding-right: 5px;
width: 100%;
  min-height: 100%;
   padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .pr10 {padding-right: 10px; font-weight:700;}
.field-error{ border: 1px solid red; }
.error-label{ color: red;font-size: 11px; }

.custom-box {
	width: 100%;
	text-align: center;
	padding: 20px;
}

.forgot-submit {
    letter-spacing: 0.4px;
    padding: 10px 0px;
    border-radius: 10px;
    border: 1.5px solid #fff;
    background: #00bdaa;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: block;
}

.forgot-cancel {
	letter-spacing: 0.4px;
    padding: 10px 0px;
    border-radius: 10px;
    border: 1.5px solid #fff;
    background: #c43634;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-top: 5px;
}

input.forgot-submit:hover {
	color: #444;
	background-color: #a3deda;
}

a.forgot-cancel:hover {
	color: #444;
	background-color: #f26d7a;
}

.font-size-12{ font-size: 12px; }

.admin-page-loader.overlay .spinner-page-loader {
    position: absolute;
    display: block;
    width: 100%;    
    text-align: center; 
    top: 35%;
    color: #000;
}

@media only screen and (max-width: 480px){
    .login_head img#login-logo{ 
        width: 90%;
    }
}