body {
  background: #253746;
  float: left;
  width: 100%;
  padding: 50px 0;
  height: 100%;
}

a {
  color: #E97417;
}

.login-block {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
/* Remove arrows on number input for 2fa token */
.login-block input[type=number]::-webkit-outer-spin-button,
.login-block input[type=number]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}
.login-block input[type=number] {
  -moz-appearance: textfield;
}

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

.banner-sec img {
  border-radius: 0 10px 10px 0;
  height: 100%;
}

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

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

.carousel-caption {
  text-align: left;
  left: 5%;
  background-color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.login-sec {
  padding: 50px 30px 0 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: #E97417;
}

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

.btn-login {
  background: #E97417;
  color: #fff;
  font-weight: 600;
}

.banner-text {
  width: 100%;
  position: absolute;
  bottom: 40px;
  padding-left: 20px;
  background-color: inherit;
}

.banner-text h2 {
  color: #70BC14;
  font-weight: 600
}

.banner-text h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #70BC14;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}

.banner-text p {
  color: #70BC14;
}


@media (max-width: 767px) {
  .banner-sec {
    display: none;
  }
}

.login-locked {
  height: 200px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  color: #E97417;
}

.login-locked p {
  margin-bottom: 0em;
}