/*     	Login     */
.text-center {
	text-align: center;
}
.radius_50 {
	border-radius: 50px;
}
.login-crm {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ededed;
    background: -webkit-linear-gradient(left, #f4f5fb, #ededed);
    background: -o-linear-gradient(left, #f4f5fb, #ededed);
    background: -moz-linear-gradient(left, #f4f5fb, #ededed);
    background: linear-gradient(left, #f4f5fb, #ededed);
}
.login100-form-title {
    width: 100%;
    display: block; 
    font-size:22px;
    color: #1e2227;
    line-height: 1.2; 
    text-align: center;
}
.wrap-login  {
    width: 960px;
}
.login-crm .login_Bg {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    opacity: 0.3; 
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	/* background: -webkit-linear-gradient(left, #ff6b32, #0092e4);
    background: -o-linear-gradient(left, #ff6b32, #0092e4);
    background: -moz-linear-gradient(left, #ff6b32, #0092e4);
    background: linear-gradient(left, #ff6b32, #0092e4); */
}
.form-control.emailfield { border-top-left-radius: 12px; border-top-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.form-control.passfield { border-top-left-radius: 0; border-top-right-radius: 12px;border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
.login-crm .form-control,
.login-crm .select2-container--default .select2-selection--single {
	border-color: #c3cbef !important;
	/* margin-bottom: 0.5rem; */
	/* border-width: 2px !important; */
	height: calc(4rem + 10px) !important;
}
.form-signup .select2-container--default .select2-selection--single  { margin-bottom:0 !important; }
.form-signup .select2-container { margin-bottom:0.5rem;}

.form-signup .select2-selection__rendered {
  height: calc(2rem + 10px) !important;
  line-height: 25px;
}

.login-crm .form-control:focus {
	border-color: #8f9ce670;
	box-shadow: none;
	color: #607d8b;
}
.btn.google_bg {
	padding: .75rem .5rem;
	border: 1px solid #ced4da;
	font-weight: 500;
    max-width: 260px;
}
/*.wrap {
	min-height: 100vh;
	position: relative;
	top: 0;
	height: 100vh;
}*/
.loginBox_right span {
	display: block;
}
.loginBox_right {
	/* width: 0; */
	height: 245px;
	border-top: 35px solid transparent;
	border-right: 100px solid #f9f9fc;
	border-bottom: 35px solid transparent;
	position: absolute;
	right: 0;
	top: 75px;
	/*display: flex;
	align-items: center;*/
}
.loginBox_right ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	height: 170px;
}
.loginBox_right ul li a.crm_Login,
.loginBox_right ul li a.crm_Signup {
	padding: 0px 10px;
	position: absolute;
	top: 15px;
	right: 0;
	text-decoration: none;
	color: #90a4ae;
	fill: #90a4ae;
	width: 110px;
	text-align: center;
}
.m_loginNav {
	position: absolute;
	top: -36px;
	left: 0;
}
.m_loginNav ul li a {  
	padding-bottom: 10px;
	font-weight: 300; 
	background: white;
    padding: 15px;
    margin-right: 2px;
    color: #B0BEC5;
}
.m_loginNav ul li a.active {
	border-top: 5px solid #8f9ce5;
	color: #7179a1;
	padding-bottom: 10px;
	font-weight: 600;
	border-radius: 0.15rem;
	background: #e0e0ff;
    padding: 15px;
    margin-right: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.m_loginNav ul li a.active svg g [fill]{
	fill: #8f9ce6;
}

.loginBox_right ul li a.active {
	border-right: 5px solid #dc3545;
	color: #e54451;
	font-weight: 600;
}
.loginBox_right ul li a.active svg g [fill]{
	fill: #e54451;
}

.loginBox_right ul li a.crm_Signup {
	bottom: 15px;
	top: inherit;
}
.form-signup .pass_Alert {
	width: 40%;
}
.form-signup .pass_Alert small {
	display: inline-block;
	font-size: 11px;
} 
.login-crm .error {font-size:80%;} 
.login-crm .input-group-text {padding: .25rem .75rem}
.intro-panel {
	height: 435px;
	position: absolute;
	top: -45px;
	width: 100%;
	right: 0;
	transition: .3s ease-in-out;
	z-index: 0;
	background:#dc3545;
	-webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
	-moz-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
	box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
	border-radius: 5px;
}
.intro-panel h2 {text-align: center; font-size: 1.75rem; color: #fde9e9;}
.intro-panel p {text-align: justify-all; font-size:0.9rem; color: #fff; background: #f2596169;
    border-radius: 0.25rem;
    max-height: 250px;
    padding: 5px;}

.intro-panel ul.crm_Social {position: absolute; bottom: 10px; right: 10px; margin: 0; padding: 0;}
.intro-panel ul.crm_Social li {display: inline-block; padding-right: 5px; }
.intro-panel ul.crm_Social li a {text-decoration: none; color: #fde9e9; }
.intro-panel ul.crm_Social li a:hover {color:#eceff1; }
.login-crm .view-password-login, 
.login-crm .view-password-signup,
.main-panel .view-password {
    position: absolute;
    right: 15px;
    top: 35px;
    cursor: pointer;
}
.main-panel .view-password {
    top: 5px;
    z-index: 1;
    right: 25px;
}
.view-password {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 0;
    background: #cfd8dc;
    bottom: 0;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    color: #f44336;
    height: calc(2rem + 4px);
}
.login-crm .wrap.wrap-login {
    /* position: fixed; */
    /* top: 50%; */
    /* left: 50%; */
    /* width: 30em; */
    /* height: 18em; */
    /* margin-top: -9em; */
    /* margin-left: -18em; */
    /* border: 1px solid #ccc; */
    /* background-color: #f3f3f3; */
}
.login-signup .form-group { /*margin-bottom:0.5rem;*/ }
.login-crm .form-group label { color: #1e2227;}
.login-signup .badge {display: block; font-size: 0.9rem; white-space: normal;}
.login-crm .wrap.wrap-login .login-signup {
	 width: 500px;
	 /* padding: 25px; */
	 border-radius: 5px;
	 /* min-height: 350px; */
	 /* border-top-left-radius: 0; */
}
.login-crm .wrap.wrap-login .login-signup:not(.container-transparent) {
    /* background: #e0e0ff; */
    /*! -webkit-box-shadow: 0px 0px 50px 0px rgb(185 202 207); */
    /*! -moz-box-shadow: 0px 0px 50px 0px rgb(185 202 207); */
    /*! box-shadow: 0px 0px 97px 0px rgb(185 202 207); */
    /*! border: 1px solid #ffffff; */
}
 
 
.login-crm .wrap.wrap-login .login-signup .form-action-d-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login-crm .wrap.wrap-login .login-signup .form-signup .form-action-d-flex {
	display: flex;
	align-items:normal;
	justify-content: space-between;
} 
.login-crm .wrap.wrap-login .login-signup .form-login .google-icon {
    position: absolute;
    left: 0;
    background: #f9f9fc;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    top: 0px;
    line-height: 30px;
}
@media (min-width: 1200px) {
.container {
    max-width: 900px;
}

}

/*@media screen and (max-width: 990px) {
	.form-action-d-flex {
		flex-direction: column;
		align-items: start !important;
	}
}*/
@media screen and (max-width: 767px) {
	/*.login-crm .wrap.wrap-login .login-signup { padding-top: 35px; }*/
}
@media screen and (max-width: 340px) {
	.form-action-d-flex {
		flex-direction: column;
		align-items: start !important;
	}
	
 
}

@media screen and (max-width: 540px) {
	.login-crm .wrap.wrap-login .login-signup {
    width: 400px;
}
	
 
}
.Absolute-Center.is-Responsive {
    /* width: 50%; */
    height: 60%;
    /* min-width: 200px; */
    /* max-width: 400px; */
    /*padding: 40px;*/
}
.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 399px) {
	.wrap-login {
		padding: 15px !important;
	}
	.login-signup {
		width: 100% !important;
		padding: 60px 15px !important;
	}
}



.form-login .custom-control-label::before { background-color: transparent; border: 1px solid #494c51; }
.form-login a {  color: #1e2227;  }
.signInbtn:focus, .signInbtn.focus {
    color: #fff;
    background-color: #5f61e6;
    border-color: #5f61e6;
    transform: translateY(0);
    box-shadow: none;
}

.signInbtn:hover {
    /* color: #fff !important;
    background-color: #616991 !important;
    border-color: #616991 !important; */
    /*! transform: translateY(-1px) !important; */
}
 
.signInbtn {
    color: #fff;
    background-color: #1e2227;
    /* border-color: #7179a1; */
    /* box-shadow: 0 0.125rem 0.25rem 0 rgb(143, 156, 230); */
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0 !important;
} 
.signInbtn { 
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 70px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden; 
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}
.signInbtn:hover:before {
    opacity: 1;
}
.signInbtn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #2575fc;
    background: -webkit-linear-gradient(right, #6a11cb, #d84c21);
    background: -o-linear-gradient(right, #6a11cb, #2575fc);
    background: -moz-linear-gradient(right, #6a11cb, #2575fc);
    background: linear-gradient(right, #6a11cb, #2575fc);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.form-group span.label-input100 { 
    font-size: 0.9rem;
    color: #1e2227;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 12px;
    /* left: 0; */
    top: 28px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.emailfield:focus + .label-input100,
.passfield:focus + .label-input100 {
    top: 10px;
    font-size: 0.8rem;
    color: #555;
}
.has-value + span.label-input100 {
    top: 10px;
    font-size: 0.8rem;
    color: #9f9fb5;
}

 
.error::before {
    visibility: visible !important;
    opacity: 1 !important;
}
 
.error::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    /* background-color: #fff; */
    /* border: 1px solid #c80000; */
    /* border-radius: 2px; */
    /* padding: 4px 25px 4px 10px; */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(100%);
    left: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 0.7rem;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
    /* left: 0; */
}