/*--------------------------------------------------
    [TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/***
Login page
***/
/* bg color */
.login {
  background-color: #ffffff !important;
}

.login .logo {
  margin: 0 auto;
  margin-top: 60px;
  padding: 15px;
  text-align: center;
  width:100%;
}

.login .content {
  background-color: #eceef1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 400px;
  margin: 40px auto 10px auto;
  padding: 30px;
  padding-top: 10px;
  overflow: hidden;
  position: relative;
}

.login .content h3 {
  color: #FE796E;
  text-align: center;
  font-size: 28px;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.login .content h4 {
  color: #555;
}

.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}

.login .content .form-control {
  border: none;
  background-color: #dde3ec;
  height: 43px;
  color: #8290a3;
  border: 1px solid #dde3ec;
  margin-bottom: 10px;
}
.login .content .form-control:focus, .login .content .form-control:active {
  border: 1px solid #c3ccda;
}
.login .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
  color: #8290a3;
}
.login .content .form-control::-webkit-input-placeholder {
  color: #8290a3;
}

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login-options {
  margin-bottom: 30px;
  overflow: hidden;
}

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}

.login-options .social-icons {
  float: right;
  padding-top: 3px;
}

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .form-actions .btn-success {
  font-weight: 600;
  padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af;
}

.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 10px;
}

.login .content .check {
  color: #8290a3;
}

.login .content .rememberme {
  margin-left: 8px;
  margin-top: 10px;
}

.login .content .create-account {
  margin: 0 -40px -40px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #6c7a8d;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px;
}

/* ============================ */
/* 		  Updated Styles  		*/
/* ============================ */

#wrapper{
	padding: 0;
	max-height: 100vh;
	overflow: hidden;
}
.login-content-con .logo{
	width:70%;
	margin-top: 0;
}
.login-content-con .logo img{
	width: 100%;
	object-fit: contain;
	object-position: center;
}
.login-content-con{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: stretch;
  overflow: hidden;
}
.login-content-con .login-content{
	width: 100%;
	display: flex;
	background: #ffffff;
  margin: 0;
	/* box-shadow: 0 0 30px rgba(0,0,0,0.07); */
	border-radius: 0 !important;
}
.login-content-con .login-form-section{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.login-form-section .content{
	margin: 0;
	width: 60%;
	background: #ffffff;
	padding: 0;
}
.login .content .control-group{
  margin-bottom: 20px;
}
.login .content .control-group .required{
  color: #F9564F;
  font-size: 11px;
  padding-bottom: 0;
}
.login .content .form-control{
  height: 40px;
  background-color: #ffffff;
  color: #333333;
  margin-bottom: 3px;
  border: 1px solid #cacaca;
  border-radius: 50px !important;
}
.login .content .checkbox{
  color: #26c485;
}
.login-form-section .login-form .btn.btn-primary{
	width: 100%;
	line-height: 2;
	background: #0077EE;
  height: 40px;
	border-radius: 50px !important;
	border: 0;
}
.login-content-con .login-form-img-section{
  display: block;
  width: 50%;
  background-color: #0077EE;
  background-image: url(../img/momentum_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: stretch;
}
.login-form-img-section .section-container{
	width: 100%;
  /*background-color: rgba(0, 119, 238, 0.9);*/
	position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login .content h3 {
  color: #181c32;
  font-size: 20px;
  font-weight: 600 !important;
  text-transform: none;

}
.alert-error {
  padding: 5px;
  margin-bottom: 10px !important;
  text-shadow: none !important;
  background-color: #F9564F !important;
  border: 0 !important;
  -webkit-border-radius: 60px !important;
  -moz-border-radius: 60px !important;
  border-radius: 60px !important;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

.login-form-img-section .logo {
  max-width: 100%;
  padding: 20px;
  text-align: center;
}

.login-form-img-section .logo img {
  max-width: 80%;
  max-height: 250px;
  height: auto;
  width: auto;
  object-fit: contain;
}

@media screen and (max-width: 992px){
	.login-content-con .login-content{
		flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: flex-start;
		height: 60vh;
	}
	.login-content-con .login-form-section{
		width: 100%;
		height: calc(100% - 120px);
	}
	.login-content-con .login-form-img-section{
		height: 120px;
		width: 100%;
	}
	.login-form-img-section .form-side-img{
		display:none;
	}
 .login-form-img-section .logo img {
    max-width: 60%;
    max-height: 180px;
  }

}
@media screen and (max-width: 500px){
	.login-content-con .login-content{
		height: auto;
	}
	.login-content-con .login-form-img-section{
		height: 100px;
	}
	.login-content-con .login-form-section{
		height: calc(100% - 100px);
    justify-content: flex-start;
    padding-top: 15vh;
	}
  .login .logo {
    margin-top: 0px !important;
  }
 .login-form-img-section .logo img {
    max-width: 60%;
    max-height: 180px;
  }

}

.portlet-login .navigation {
   background:none;
   border:0;
}

/* ============================ */
/* 		Updated styles End  	*/
/* ============================ */

@media (max-width: 440px) {
  /***
  Login page
  ***/
  

  .login .content {
    width: 280px;
    margin-top: 10px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }

  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }

  .login .checkbox {
    font-size: 13px;
  }
.login-form-img-section .logo img {
    max-width: 50%;
    max-height: 120px;
  }

}
