.container{
    height: 100%;
    padding: 0px !important;
    background-color: rgba(22, 22, 22, 1) !important;
    
}
body{
    background-color: rgba(22, 22, 22, 1) !important;
}

.wrap{
  padding: 0;
  height: 100%;
}
.login-page {
    display: flex;
    height: 100%;
    overflow: hidden;
    background-color: rgba(22, 22, 22, 1);
    color: white;
    margin: 0;
  
    .form-side,
    .images-side {
      width: 50%;
      height: 100%;
    }
    @media only screen and (max-width: 1200px) {
      .images-side {
        width: 0%;
      }
      .form-side{
        width: 100%;
        form{
          width: 285px !important;
      }
        .card{
          .air-icon{
            left: 26% !important;
          }
        }
      }
    }
  
    .form-side {
      display: flex;
      align-items: center;
      justify-content: center;
  
      .card {
        position: relative;
        align-items: center;
        max-width: 510px;
        min-width: 210px;
        height: 400px;
        padding: 48px;
        padding-top: 87px;
  
        .air-icon {
          position: absolute;
          width: 150px;
          bottom: 325px;
          left: 35%;
        }
        form{
          width: 411px;
        .text-field {   
          width: 100%;
          height: 58px;
          margin: 24px 0;
          .show-password {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 100%;
            cursor: pointer;
            margin-right: 8px;
  
            svg-icon {
              width: 16px;
            }
          }
          .form-group{
            position: relative;
            width: 100% !important;
            input{
              position: relative;
              height: 50px;
              top: 9px;
              margin-left: 1px;
              width: 100%;
              background-color: transparent !important;
            }
            p{
              position: absolute;
              top: 65px;
            }
            label{
              position: absolute;
              top: 4px;
            }
          }
        }
      }
        a{
          &:hover{
            color:forestgreen;
          }
        }
        .row{
          margin: 0;
        }
        .btn {
          width: 100%;
        }
      }
    }
  
    .images-side {
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }

 /*  .footer-login{
    position: relative;
    z-index: 3;
    background-color:#100c0c
  } */

  