.login-100vh{min-height:100vh}
.login-wrapper{
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  background: #94B1FB url('../images/portal/login-bg.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  background-attachment: fixed;
}
.login-box{
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 25px 30px 10px 30px;
  width: 100%;
  max-width: 420px;
  background: #fff;
  box-shadow: 0px 8px 12px rgba(0,0,0,0.4);
  border-radius: 0px;
  border-bottom: 8px solid  #638DF9;
  margin: 15px 0;
}
.loginbox-section .form-group{margin-bottom: 15px}
.loginbox-section input {
  height: 48px;
  background: #fff;
  border-radius: 3px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.loginbox-section input:focus{
  box-shadow: none;
  border-color: #44c0bc;
}
.loginbox-section label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.btn-primary{
  background-color: #3269F7;
  border-color: #3269F7;
  font-weight: 600;
}
.logo-box{
  padding: 15px 0px;
  margin-bottom: 15px;
}
.logo-box img{
  /*width: 100%;*/
  max-width: 150px;
  height: auto;
}
.fade:not(.show) {
  opacity: 0.5;
  transition: opacity .1s linear;
}
.btn-link{font-weight: 600; padding-left: 0; padding-right: 0; opacity: 0.8}
.btn-link:hover{opacity: 1}