
body{
        background: url(../images/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

a{
    color:#000;
}

a:hover{
    color: #4a4a4a;
}

.login-logo {
    margin-bottom: 15px;
}
.top-links {
    margin-bottom: 15px;
}
.top-links a.active {
    border-bottom: 2px solid #061c39;
    padding-bottom: 3px;
}

.signup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.76); */
  background-color: rgba(0, 0, 0, 0.33);
}

.disp-block{
    display: table;
    width: 100%;
}

.login-block .custom-control.custom-checkbox {
        display: inline-block;
    margin-right: 10px;
}

.banner-sec {
  
}

.login-block {
  width: 100%;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-indicators {

  bottom: -41px;
}

.carousel-indicators li {
  background-color: #000;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

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

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

.login-sec {
  padding: 50px 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: $vilotecolor;
}

.login-sec .copy-text a {
  color: $vilotecolor;
}

.login-sec h2 {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 30px;
  color: $vilotecolor;
}

.login-sec h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: $vilotecolor;
  display: block;
  margin-top: 8px;
  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;
}



/* login start */

.container-login100-form-btn {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 8%;
  padding-bottom: 5%;
}

.login100-form {
  width: 100%;
}


.validate-input {
  position: relative;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 10%;
}

.label-input100 {

  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

.input100:focus+.focus-input100::before {
  width: 100%;
}

.font-light{
    font-family: 'Roboto-Light';
}

.input100 {
  font-size: 12px;
  color: #333333;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 30px;
  font-family: 'Roboto-Light';
  background: transparent;
  padding: 0 7px 0 0px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}



input {
  outline: none;
  border: none;
}

form.login100-form.validate-form {
    margin-top: 50px;
}

.register .wrap-input100 {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 3%;
}

.register .login-sec {
    padding: 30px 60px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #061c39;
    background-color: #061c39;
}

select.input100 {
    border: none;
}
.custom-control-label {
    font-family: 'Roboto-Light';
}

@media screen and (max-width: 768px){

body{
    background: #ffffff;
}    
    
    .register .login-sec {
    padding: 30px 30px;
}
    
    .login-sec {
    background: #fff;
    height: 100vh;
}
}




