.half, .half .container > .row {min-height: 100vh;}
@media (max-width: 991.98px) {
    .half .bg {height: 500px; } 
}

.half .contents, .half .bg {width: 50%;background: #000f28;color: #FFF;}
@media (max-width: 1199.98px) {
    .half .contents, .half .bg {width: 100%; } 
}

    .half .bg {
        background-size: cover;
        background-position: center; 
    }

  .login-form .logo{
     max-width: 200px;
  }

  .login-form .form-group input[type=email], .login-form .form-group input[type=password], .login-form .form-group select {
    height: 55px;
    line-height: 55px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0px 20px;
    color: #333;
    border-radius: 0px;
    font-weight: 400;
    border-radius: 5px;
  }
  
  .login-form .form .form-group {
    margin-bottom: 15px;
    display: block;
  }
  
  .login-form .form .btn{
    border: 1px solid #d8d7d7;
  }

  .login-form .form .btn{
    border: 1px solid #d8d7d7;
  }

  .login-form .form .btn{
    -webkit-transform: none;
    transform: none;
  }

  .login-form a{color: #d5d5d5; text-decoration: underline;}

  .login-footer{margin-top: 20px;}
 
  .login-footer .footer-social ul li {
    display: inline-block;
    margin-right: 6px;
  }
  
  .login-footer .footer-social ul li:last-child {
    margin-right: 0;
  }
  
  .login-footer .footer-social ul li a {
    font-size: 16px;
    display: block;
    background: #fff;
    border: none;
    color: #000;
    position: relative;
    z-index: 3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 35px;
  }

  .login-footer .footer-social a {
    color: #d5d5d5;text-decoration: underline; 
  }