.login-main-wrapper{
    width: 100%;
    min-height: 100vh;
    background: url(../images/login-bg.jpg) no-repeat center center;
    display:flex ;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-size: cover;
 }

 .login-in-main-wrapper{
     max-width: 1177px;
     width: 100%;
     background: #fff;
     padding: 20px;
     border-radius: 30px;
     gap: 50px;
     align-items: center;
 }

 .login-in-main-wrapper > div{
     max-width: 50%;
     flex-basis:50%;
 }

 .login-form-wrapper{
     padding: 10px 0;
 }

 .login-logo img{
     width: 150px;
 }

 .login-form-wrapper h1{
     font-size: 21px;
     font-weight: bold;
     margin: 40px 0 55px;
 }

 .login-form-wrapper label{
     font-size: 13px;
     font-weight: bold;
     padding-bottom: 10px;
     display: inline-block;
 }

 .login-form-wrapper input[type='text'],
 .login-form-wrapper input[type='email'],
 .login-form-wrapper input[type='password']{
     width: 100%;
     height: 46px;
     -webkit-appearance: none;
     appearance: none;
     border-radius: 5px;
     border: solid 1px #afafaf;
     padding: 5px  15px;
     font-family: 'SFProDisplay';
     color: #2e2e2e;
     font-size: 13px;
 }

 .login-form-wrapper .form-group{
     margin-bottom: 25px;
 }

 .login-form-wrapper .form-group:last-child{
     margin-bottom: 0;
 }

 .password-bottom-wrapper{
     justify-content: space-between;
     align-items: center;
 }

 .forgot-password{
     font-weight: bold;
     cursor: pointer;
     color: #2e2e2e;
 }

 .login-btn-container{
     margin-top: 40px;
 }

 .btn-login{
     width: 100%;
     height: 46px;
     border-radius: 7px;
     background: #0b73b5;
     border: solid 1px #0b73b5;
     color: #fff;
     font-family: 'SFProDisplay';
     font-size: 15px;
     cursor: pointer;
 }

 .login-bg-wrapper{
     background: url(../images/login-bg.jpg) no-repeat 50% 50%;
     height: 755px;
     border-radius: 15px;
     position: relative;
     overflow: hidden;
     padding-top: 100px;
     display: flex;
     justify-content: center;
 }

 .login-bg-wrapper::after{
     position: absolute;
     content: '';
     background: url(../images/login-dark-tiles.png) no-repeat 0 0;
     background-size: cover;
     left: -20px;
     bottom: -40px;
     width: calc(100% + 20px);
     height: calc(100% + 40px);
 }

 .login-bg-text{
     color:#fff;
     position: relative;
     z-index: 1;
     width: 85%;
 }

 .login-bg-text h1{
     font-size: 56px;
     font-weight: 500;
     margin: 0;
 }

 .login-bg-text h1 span{
     font-family: 'PP Eiko';
     font-weight: 300;
     font-style: italic;
     display: block;
 }

 .login-bg-text p{
     font-size: 24px;
     line-height: 32px;
     text-shadow: 0px 1px 5px rgba(0,0,0,0.67);
     width: 80%;
     padding-top: 25px;
 }

 .password-input{
     position: relative;
 }

 .show-password{
     position: absolute;
     background: url(../images/icon-eye.png) no-repeat 0 0;
     background-size: 100%;
     display: inline-block;
     width: 14px;
     height: 11px;
     right: 10px;
     top: 50%;
     transform: translateY(-50%);
     transition: all ease .3s;
     cursor: pointer;
 }

 .show-password.cross::before {
     position: absolute;
     content: "";
     width: 2px;
     height: calc(100% + 7px);
     top: -3px;
     left: 6px;
     background: #2e2e2e;
     transform: rotate(128deg);
 }

 .login-form-wrapper-in{
     max-width: 415px;
     width: 100%;
     margin: 0 auto;
 }
 a.back-to-login{
    font-size: 13px;
    font-weight: bold;
    color: #0b73b5;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}
 @media screen and (max-width:1280px) {
      .login-in-main-wrapper{
          max-width: 91.95vw;
          padding: 1.56vw;
          gap: 3.91vw;
      }



      .login-logo img{
          width: 11.72vw;
      }

      .login-form-wrapper h1{
          margin: 3.12vw 0 4.3vw;
      }


      .login-btn-container{
          margin-top: 3.12vw;
      }


      .login-bg-text h1{
          font-size: 4.37vw;
      }

      .login-bg-text p{
          font-size: 1.87vw;
          line-height: 2.5vw;
          padding-top: 1.95vw;
      }

      .login-bg-wrapper{
         height: 56vw;
      }
 }

 @media screen  and (max-width:1024px) {
     .login-form-wrapper {
         padding: 30px 0;
     }

     .login-bg-wrapper {
         height: 560px;
     }
 }

 @media screen and (max-width:991px){
     .login-bg-text p{
         font-size: 16px;
         line-height: 24px;
         padding-top: 10px ;
     }
 }

 @media screen and (max-width:768px) {
     .login-in-main-wrapper{
         flex-direction: column-reverse;
     }

     .login-in-main-wrapper > div {
         max-width: 100%;
         flex-basis: 100%;
     }

     .login-bg-wrapper{
         min-height: 300px;
         padding: 50px 20px;
     }

     .login-bg-text{
         width: 100%;
     }

     .login-bg-text h1 {
         font-size: 32px;
     }

     .login-form-wrapper {
         padding-top: 0px;
     }

     .login-in-main-wrapper {
         max-width: 100%;
         padding: 10px;
         gap: 30px;
         border-radius: 15px;
     }

     .login-logo img {
         width: 65px;
     }

     .login-form-wrapper h1 {
         margin: 15px 0 20px;
         font-size: 18px;
     }

     .login-form-wrapper input[type='text'], .login-form-wrapper input[type='email'], .login-form-wrapper input[type='password'] ,.btn-login
     {
         height: 32px;
     }

     .login-form-wrapper .form-group {
         margin-bottom: 18px;
     }

     .login-btn-container {
         margin-top: 25px;
     }

     .login-in-main-wrapper{
         align-items: stretch;
     }

     .login-form-wrapper-in {
         max-width: 100%;
     }

 }

 @media screen and (max-width:480px) {
     .login-main-wrapper{
         padding: 12px;
     }

     .login-bg-text p{
         width: 100%;
     }
 }

 @media screen and (max-width:380px) {
     .login-bg-text h1 {
         font-size: 28px;
     }
 }
