/* .content {
  padding: 7rem 0; } */

  .half, .half .container > .row {
    min-height: 500px; }
  
  .half .bg {
    height: 300px; }

  
  .half .contents {
    background: #f6f7fc; }
  
  .half .contents, .half .bg {
    width: 100%; }

    .half .contents .form-control, .half .bg .form-control {
      border: none;
      border-radius: 4px;
      height: 54px;
      background: #efefef; }
      .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
  
  .half .bg {
    background-size: cover;
    background-position: center; }
  
  .half a {
    color: #888;
    text-decoration: underline; }
  
  .half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px; }



    .form-block {
      background: rgb(255, 255, 255);
      padding: 40px;
      margin-top: -200px; }
      @media (max-width: 991.98px) {
        .form-block {
          padding: 25px; } }
    
   .login {
     width: 100%;
     font-size: 25px;
     font-weight: 500;
   }