body {
  background-color: #d0d0ce;
  min-height: 100vh;
}

.container-fluid {
  margin-top: -120px;
}

.login-block {
  float: left;
  width: 100%;
  @media (max-width: 1200px) {
    padding : 10px;
  }
}

.banner-sec {
  background-size: cover;
  border-radius: 0 10px 10px 0;
  padding: 0;
}

.container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
}

.carousel-inner {
  border-radius: 10px 0 0 10px;
}

.carousel-caption {
  text-align: left;
  left: 5%;
}

.login-sec {
  padding: 70px 25px;
  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: #eec54e;
}

.login-sec h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #eed281;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}

.banner-text {
  width: 70%;
  position: absolute;
  bottom: 40px;
  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;
}

.logo {
  height: 200px;
}

@media (max-width: 1200px) {
  #carousel-div {
    display: none;
  }
}

.modal-content {  
  border-radius: 20px 20px 10px 10px;
}

.modal-header{
  border-radius: 10px 10px 0px 0px;
}