.login-form{
position:relative;
min-height:100vh;
z-index: 0;
background: #e9ecef;
padding:25px;
padding-top: 0;;
justify-content: center;
display: grid;
/* grid-template-rows: 1fr auto 1fr; */
align-items: center;

}
.container{
    min-width: 800px;
    margin: 0 auto;
    margin-top: -60px;
}
.login-form h5{
    text-align: center;
    font-family:  Georgia, serif;
    font-weight: 400;
    color: #495057;
    margin-bottom: 0;
    margin-top: -70px;
}
.login-form .main{
    position: relative;
    display: flex;
    margin: 0px 0;
    box-shadow: rgba(0,0,0,0.8) 0 0 10px;
}
.content{
    flex-basis: 50%;
    padding: 3em 3em;
    background: #fff;
    
  /*  border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; */
}
.form-img{
    flex-basis: 50%;
    background: #f4f9fd;
    background-size: cover;
    /* padding: 35px;
  
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; */
    align-items: center;
    display: grid;
}
.form-img img{
    max-width: 100%;
    min-height: 100%;
    display: block;
}
/* Responsive */
@media(max-width:736px){
    .login-form .main{
        flex-direction: column;
    }
    .login-form form{
margin-top: 30px;
margin-bottom: 10px;
    }
    .form-img{
        border-radius: 0;
     
        order: 1;
    }
    .content{
        order: 2;
        border-radius: 0;
     /*   border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; */
    }
    .form-img img{
        min-width: 100%;
    }
    .form-img{
    flex-basis: 50%;
    background: #f4f9fd;
    background-size: cover;
    max-width: 800px;
    /* border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
    align-items: center;
    display: grid;
}
.container{
    max-width: 800px;
    min-width: 365px;
    margin-top: 15px;
}

.login-form h5{
   
    margin-top: 15px;
}
.login-form{
    
    padding:25px;
   
    
    }
}


.did-floating-label-content {
    position:relative;
    margin-bottom:20px;
  }
  .did-floating-label {
    color:#62666e;
    font-size:15px;
    position:absolute;
    pointer-events:none;
    font-weight: normal !important;
    left:15px;
    top:6px;
     padding:0 5px;
    background:#fff;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
  }
  .did-floating-input, .did-floating-select{
    font-size:12px;
    display:block;
    width:100%;
    height:40px;
    padding: 0 20px;
    background: #fff;
    color: #323840;
    border: 1px solid #62666e;
    border-radius: 4px;
    box-sizing: border-box;
    &:focus{
      outline:none;
      ~ .did-floating-label{
        top:-8px;
        font-size:15px;
      }
    }
  }
  
  .did-floating-textarea
  {
      font-size:12px;
    display:block;
    width:100%;
    height:60px;
    padding: 10px 20px;
    background: #fff;
    color: #323840;
    border: 1px solid #62666e;
    border-radius: 4px;
    box-sizing: border-box;
    &:focus{
      outline:none;
      ~ .did-floating-label{
        top:-8px;
        font-size:15px;
      }
    }
  }
  
  select.did-floating-select {
    -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  select.did-floating-select::-ms-expand {
    display: none;
  }
  
  .did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top:-8px;
    font-size:15px;
  }
  .did-floating-input:focus ~ .did-floating-label {
    top:-8px;
    font-size:15px;
  }
  .did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top:-8px;
    font-size:15px;
  }
  .did-floating-select[value=""]:focus ~ .did-floating-label {
    top:-8px;
    font-size:15px;
  }
  .did-floating-textarea:not(:placeholder-shown) ~ .did-floating-label {
    top:-8px;
    font-size:15px;
  }
  .did-floating-textarea:focus ~ .did-floating-label {
    top:-8px;
    font-size:15px;
  }
  .did-floating-select:not([multiple]):not([size]) {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
      background-position: right 15px top 50%;
      background-repeat: no-repeat;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice{
       color: #1153d0 !important;
      margin-top: 14px !important;
  }
  
  
  /* .did-error-input{
    .did-floating-input, .did-floating-select {
      border: 2px solid #9d3b3b;
      color:#9d3b3b;
    }
    .did-floating-label{
      font-weight: 600;
      color:#9d3b3b;
    }
    .did-floating-select:not([multiple]):not([size]) {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
  }
  } */
  