#login-wrapper{
 height: 100vh;
 background: linear-gradient(rgba(15, 12, 224, 0.63), rgba(91, 12, 195, 0.78)) 0% 0% / cover no-repeat, url(../images/login1.jpg) 50% 87%;
 background-size: cover;
 background-repeat: no-repeat;
 padding: 80px;
}
.login-wrapp{
  height: 80vh;
  background: linear-gradient(rgb(235, 234, 241), rgba(245, 245, 245, 0.48)) 0% 0% / cover no-repeat,  url(../images/upper-back.jpg) 50% 87%;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  border-radius: 10px;
  
}
.img-wrapper{
  padding: 100px;
}
.img-wrapper img{
  width: 500px;
  height: auto;
}
.login-wrap{
  /* box-shadow: 1px 2px 7px 2px #cecdcd; */
    padding: 10px 20px;
    width: 280px;
    border-radius: 10px;
    margin-top: 25px;
    background: white;
}
.login-heading h4{
  color: white;
    font-size: 25px;
    font-family: inherit;
    font-weight: 600;
    margin-bottom: 40px;
}
.login-wrap i{
  color: orange;
  margin-top: 3px;
}
.login-form{
  padding: 66px 64px;
    background: linear-gradient(rgba(15, 12, 224, 0.63), rgba(91, 12, 195, 0.78)) 0% 0%;
    width: 365px;
    border-radius: 10px;
    margin: 100px 0px;
}
.login-wrap input{
  border: none;
}
.login-wrap input:focus{
  outline: none;
  border: none;
}
.wrap-input{
  margin-left: 20px;
}
.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: linear-gradient(rgba(15, 12, 224, 0.63), rgba(91, 12, 195, 0.78)) 0% 0% / cover no-repeat, url(../images/login1.jpg) 50% 87%;
  background-size: cover;
  background-repeat: no-repeat;
}
.remember p{
  float: left !important;
  font-size: 12px;
    color: white;
    margin-top: 22px;
    margin-right: 15px;
}
.forget{
  float: right !important;
    font-size: 12px !important;
    color: orange;
    margin-left: 15px;
    margin-top: 25px;
}
.login-btn{
  background: #ffbf49;
    text-align: center !important;
    padding: 2px 30px;
    width: 120px;
    margin-left: 61px;
    margin-top: 24px;
    border-radius: 21px;
    border: 2px solid white;
}
.login-btn a{
  color: white;
    font-size: 20px;
    font-weight: 600;
}

/* responsive */

@media(max-width: 440px){
  #login-wrapper{
    padding: 15px;
  }
  .login-wrapp{
    height: 40vh;
  }
  .login-form{
    margin: 0;
    padding: 66px 55px;
    width: 350px;
    background: none  ;
  }
  .img-wrapper{
    padding: 50px;
  }
  .img-wrapper img{
    width: 230px;
  }

}

@media only screen
and (min-width : 1000px)
and (max-width : 1400px){
  .login-wrapp{
    height: 40vh;
  }
  .login-form{
    margin-top: 60px;
    margin-left: -115px;
  }

  #login-wrapper{
    height: 52vh;
  }
  .img-wrapper img{
    width: 350px;
  }
  .img-wrapper{
    padding: 77px 90px 10px 10px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 700px) 
and (max-device-width : 1000px) {
  .img-wrapper img{
    width: 240px;
  }
  .login-form{
    margin-top: 0;
    margin-left: -153px;
    width: 366px;
    
  }
  .img-wrapper {
    padding: 77px 135px 10px 10px;
}
  #login-wrapper{
    height: 47vh;
    padding: 35px;
  }
  .login-wrapp{
    height: 40vh;
  }
}
@media (max-width: 320px){
  .img-wrapper {
    padding: 5px;
}
.login-form {
  margin: 0;
  padding: 0px 27px;
  width: 300px;
  background: none;
}
}
@media(max-width: 380px){
  .img-wrapper img {
    width: 175px;
}
}