body {
  background-size: 400px;
  background-position: right top;
  background-color: #fff;
  background-repeat: no-repeat;
}

body.register{
  background-size: 400px;
  background-position: right top;
  background-color: #efefef;
  background-repeat: no-repeat;
}

.login-sect, #login-form-cont, #fistlogo-cont {
  min-height: 100vh;
}
.login-sect{
  background-color: transparent;
  flex-direction: row;
}
.login-sect.d-flex.align-items-center {
  flex-direction: row;
}

.login-form input[type="email"], 
.login-form input[type="password"], 
.login-form input[type="text"] {
  padding: 10px 10px 10px 45px;
  width: 100%;
  background-color: #ebebeb;
  border: 0px;
  background-position: 8px center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.login-form input[type="email"]:focus, 
.login-form input[type="password"]:focus, 
.login-form input[type="text"]:focus {
  border-color: #8AC626 !important;
}

.login-form input[type="text"] {
  background-image: url("../img/fullname-icon.jpg");
  background-size: 22px;
}
.login-form input[type="password"] {
  background-image: url("../img/password-icon.jpg");
  background-size: 22px;
}
.login-form input[type="email"] {
  background-image: url("../img/img6.png");
  background-position: 5px center;
  background-size: 21px;
}
button{
  padding: 10px;
}

.login-form{
  width: 100%;
  max-width: 400px;
}

.login-sect, .login-sect > div.col-md-8{
  background-size: 50vh;
  background-position: right top;
  background-repeat: no-repeat;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  background: red;
  color: white;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 100%;
  padding: 10px;
}

.btn-style-one .btn-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  z-index: 1;
}

.btn-style-one:hover {
  background: red;
  color: #ffffff;
}

.btn-style-one .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: blue;
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
 
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}
.register.btn.theme-btn.btn-style-one.mt-4 {
  background: #363636;
}

.register.btn.theme-btn.btn-style-one.mt-4 .btn-curve{
  background-color: #000;
}


@media (max-width: 991px){
  .login_image {
    width: 310px;
    margin-right: 50px;
  }

  .login-form{
    width: 100%;
    max-width: 700px;
    border-top: 1px solid #949494;
    padding: 25px 0px;
  }

  .login-sect.d-flex.align-items-center {
    flex-direction: column-reverse;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 20vh;
  }
  #fistlogo-cont {
    padding: 50px;
  }
  .login-sect, #login-form-cont, #fistlogo-cont {
    min-height: 0px;
  }
  body {
    background-size: 150px;
    min-height: 100vh !important;
    height:100% ;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .div-shadow {
    box-shadow: none !important;
  }
  .login-form input[type="email"], .login-form input[type="password"], .login-form input[type="text"] {
    padding: 20px 10px 20px 45px;
  }
}



/* Extra Large Devices (Desktops, 1200px and up) */
@media (min-width: 1200px) {
  .login_image {
    width: 100%;
    max-width: 700px;
    min-height: 100vh;
    min-height: 0px;
    margin: 0;
    padding: 0;
    display: block;
  }
}

/* Large Devices (Desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Styles for small desktops */
  .login_image {
    width: 100%;  
    max-width: 600px;
    min-height: 100vh;
    min-height: 0px;
    margin: 0;
    padding: 0;
    display: block;
  }
}

/* Medium Devices (Tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  body.register{
    background-size: 300px;
  }
  #login-img-section{
    display: none;
  }
  .login_image {
    display: none;
  }
  .logo-cont.d-flex img {
    width: 80%;
    max-width: 240px;
  }
  .login-sect.d-flex.align-items-center {
    flex-direction: column-reverse ;
  }
  .login-sect, .login-sect > div {
    height: 100%;
  /*  justify-content: start !important;*/
    padding: 30px;
    box-shadow: none;
  }
  .login-sect, .login-sect > div.col-md-8 {
    background-size: 250px;
    background-position: right top;
    background-repeat: no-repeat;
  }
  #login-form-cont {
    padding-top: 0px !important;
  }

  .login-form{
    width: 100%;
    max-width: 500px;
  }
}


/* Small Devices (Phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  #login-img-section{
    display: none;
  }
  .login_image {
    display: none;
  }
  body.register{
    background-size: 200px;
  }
  .login-form{
    width: 100%;
    max-width: 400px;
  }
}

/* Extra Small Devices (Phones, < 576px) */
@media (max-width: 575.98px) {
  #login-img-section{
    display: none;
  }
  .login_image {
    display: none;
  }
  .login-sect, .login-sect > div.col-md-8 {
    background-size: 250px;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  body {
    background-size: 100px;
  }
}





