.login-block {
  background: #de6262; /* fallback for old browsers */

  background: #fff; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  float: left;
  width: 100%;
  padding: 10px 0;
}
.banner-sec {
  background-image: url(../../dist/img/the-background-292720.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  border-radius: 0 10px 10px 0;
  padding: 0;
}
.container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 25px hsla(0, 0%, 5%, 0.4),
    2px -2px 25px hsla(0, 0%, 5%, 0.4), -2px 2px 25px hsla(0, 0%, 5%, 0.4),
    -2px -2px 25px hsla(0, 0%, 5%, 0.4);
}
.carousel-inner {
  border-radius: 0 10px 10px 0;
}
.carousel-caption {
  text-align: left;
  left: 5%;
}
.login-sec {
  padding: 2px 30px;
  position: relative;
}
.login-sec .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 13px;
  text-align: center;
}
.login-sec .copy-text i {
  color: #feb58a;
}
.login-sec .copy-text a {
  color: #e36262;
}
.login-sec h2 {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 30px;
  color: #06223b;
}
.login-sec h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #3884c8;
  display: block;
  margin-top: 15px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}
.btn-login {
  background: #06223b;
  color: #fff;
  font-weight: 600;
}
.btn-login:hover {
  background: #06223b;
  color: #fff;
  font-weight: 600;
}
.banner-text {
  width: 55%;
  position: absolute;
  bottom: 210px;
  padding-left: 20px;
}
.banner-text h2 {
  color: #fff;
  font-weight: 600;
}
.banner-text h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #fff;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}
.banner-text p {
  color: #fff;
}
.img-control {
  width: 50%;
  aspect-ratio: 0.7;
  object-fit: contain;
  margin: 0 0 0 auto;
  max-height: 90vh;
}
.img-extra-control {
  width: 55%;
  aspect-ratio: 0.7;
  object-fit: contain;
  margin: 0 0 0 auto;
  max-height: 90vh;
}
.input-group-prepend span {
  width: 50px;
  background-color: #007bff;
  color: black;
  border: 0 !important;
}
.remember {
  color: #000;
}
.remember input {
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-right: 9px;
}
.login_btn {
  color: #fff;
  background-color: #06223b;
  width: 100px;
}
