body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loginBg {
  background-color: #007deb;
  background-image: url(../images/full-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 80vh;
  padding-top: 0%;
}

.loginBg .logo img {
  max-width: 100%;
}
.loginBg .upperlogo .logo img{max-width:40%;} 


.loginBlock {
  padding:60px 25px;
  -webkit-box-shadow: 13.2px 10.7px 14.2px 1.8px rgba(0, 0, 0, 0.11);
          box-shadow: 13.2px 10.7px 14.2px 1.8px rgba(0, 0, 0, 0.11);
  background: #fff;
  border-radius: 10px;
}

.signUp {
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  letter-spacing: 2px;
  color: #297bc9;
  font-weight: 600;
}
.signUp::before, .signUp::after {
  position: absolute;
  top: 49%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #297bc9;
  margin-left: 8px;
}
.signUp::before {
  margin-left: -52%;
  text-align: right;
}

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 16px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 8px;
  left: 0px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.signupBlock {
  padding:60px 25px;
  -webkit-box-shadow: 13.2px 10.7px 14.2px 1.8px rgba(0, 0, 0, 0.11);
          box-shadow: 13.2px 10.7px 14.2px 1.8px rgba(0, 0, 0, 0.11);
  background: #fff;
  border-radius: 10px;
}

.loginBlock #frmlogin .form-group{padding-bottom:10px; margin-bottom:10px !important;}

.loginBlock .form-control {
  background-color: #cee8ff !important;
  border-color: #cee8ff !important;
  height: 33px;
  min-height:33px !important;
  border-radius: 0px;
  border: none;
}

.loginBlock .forgotPass {
  color: #444;
  float: right;
  font-size: 15px;
}


.loginBlock .btn {
  display: inline-block;
  min-width: 120px;
  margin-bottom: 10px;
  border-radius: 20px;
  background: #007deb;
  text-transform: uppercase;
  font-size:14px;
}
.loginBlock .btn:focus {
	box-shadow:none !important;
	outline:none !important;
}

.forgetDescp{
	padding:0 15px 20px !important; 
}
.forgetDescp p{ margin-bottom:0px; font-size:15px; color: #000; }

.forget-pwd-edprime .modal-dialog{ max-width:440px } 
.forget-pwd-edprime .modal-header .close {
    margin-top: -10px;
}
 .forget-pwd-edprime .modal-dialog .md-button.md-raised{
	 
	     background: #969696 !important;
		 background-image:none;
		 border-radius:20px;
		 font-size:14px;
		 min-width: 120px;
		 border: 1px solid #808080;
		font-family: Roboto,Helvetica Neue,sans-serif;
		line-height: 32px;
		min-height: 32px;
 }

.forget-pwd-edprime .modal-dialog .md-button.md-primary.md-raised{
	background:#007deb !important;
	border-radius:20px;
	 font-size:14px;
	 min-width: 120px;
	 border:1px solid #2e6da4;
	font-family: Roboto,Helvetica Neue,sans-serif; 
	line-height: 32px;
	min-height: 32px;
}



.modal-header-customn {
    padding: 7px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #3d71c7;
}
.modal-header-customn h4 {
    color: #fff;
}
.modal-header-customn .close:focus, .modal-header .close, .modal-header-customn .close:hover {
    color: #fff;
}


.loginBlock .login-or {
  position: relative;
  color: #aaa;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.loginBlock .login-or .hr-or {
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
 
md-switch .md-bar {
 background-color: #F766AE; 
}
 
md-switch[disabled] .md-bar {
 background-color: #F766AE;
}


#frmmobilelogin .form-group .intl-tel-input .form-control, .intl-tel-input.separate-dial-code.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
  padding-left: 82px!important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px!important;
}

.loginBlock .login-or .span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -20px;
  margin-top: -8px;
  background-color: #bbb9b9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px; 
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.loginBlock .medium {
  font-weight: bold;
}

.modal-dialog .btn, .modal-dialog .modal-content {
    border-radius: calc(.3rem - 1px);
}



@media (min-width: 1200px){
.container {
    width: 1170px !important;
}
}
 

@media (max-width: 767px) {
  .loginBg {
	display:block;
	height:auto;
	background-size: cover;
	padding-bottom:30px;
  padding-top: 32px;
  }
  .loginBg .logo {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 10px;
  }
  .loginBlock {
    padding: 30px 15px;
  }
  .remember-container a{font-size:12px !important; }  
  .remember-container.kt-login__extra {
  
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .remember-container.kt-login__extra label{margin-bottom:0px; display: inline-block;}
   
}

label{
	font-weight:600 !important;
}

.remember-container label {
		display:inline-flex;
		align-items:center; 
}
.remember-container input{margin-top:2px;}
.remember-container.kt-login__extra {
    margin-top: 14px;
}

#frmlogin .form-group .form-control, #frmmobilelogin .form-group .form-control{
	border-bottom: none !important;
}


.loginBlock .intl-tel-input.separate-dial-code.allow-dropdown .selected-flag {
    min-height: 33px;
}


.customRowBanner{
		display:flex;
		flex-direction:colum;
		justify-content:center;
		align-items:center;
		
	
}
.customRowBanner .logo{  text-align:center; }
.customRowBanner .bannerImage{ margin-top:0px;  }
.upperlogo{margin-bottom:20px;}
.with-promotion-banner .brandLogo { display:none;  }
.loginBg .logo.brandLogo img{max-width:50%;}

.mobile-promo-banner, .logo.logobannerImage{ display:none; }

@media(max-width:767px){
	.loginBg .logo img{max-width:100%;}
	.mobile-promo-banner{ display:block; margin: 0 auto; }
	.desktop-promo-banner{ display:none; } 
	.customRowBanner .bannerImage {  display:none; }
	.loginBg .upperlogo .logo img{max-width:60%;}
	.upperlogo{margin-bottom:0px;}
	.row.align-items-md-center{ padding-top:80px;}
	.row.align-items-md-center.with-promotion-banner{ padding-top:0px;}
}
 
.loginBg .logo img {
    max-width: 88%;
    border-radius: 10px;
}

.login-tagline{
	text-align:center;
	color:#fff;
	font-size:13px;
}
.login-tagline span{ display:block;}
.mobile-logintagline{ display:none !important;}
div.desktop-logintagline{ display:block !important;}
div.desktop-logintagline .login-tagline{padding-top: 35px; margin-bottom:0;}
@media(max-width:1024px){
	.login-tagline{font-size:12px;}
	div.desktop-logintagline{ display:none !important;}
	.mobile-logintagline{ display:block !important;}
}

@media(max-width:410px) {
  .loginBg .upperlogo .logo img {
    padding-top: 6px!important;
  }
}
/*# sourceMappingURL=login.css.map*/