@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  font-family: 'Lato', sans-serif;
}
#login-box {
  height: 100vh;
}
.form button {
  outline: 0;
  border: 0;
  border-radius: 5px;
  width: 106px;
  height: 40px;
  color: #fff;
  background: #0761a6;
  font-size: 16px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.carousel-inner .carousel-caption h5 {
  font-size: 27px;
  line-height: 34px;
  font-weight: 400;
}
.carousel-inner .carousel-caption p {
  font-size: 14px;
  line-height: 18px;
}
.l-in {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.l-in .c-btn {
  font-size: 14px;
  color: #000;
  background-color: #ddd;
  padding: 10px 50px;
  border-radius: 100px;
  text-decoration: none;
}
.l-in .s-up {
  font-size: 14px;
  color: #606060;
  background-color: #27ae60;
  color: #fff;
  padding: 10px 50px;
  border-radius: 100px;
  text-decoration: none;
}
.left-box {
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.carousel-indicators {
  left: 10%;
}
.carousel-indicators li {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50px;
  width: 50px;
}
.carousel-indicators .active {
  width: 50px !important;
}
.carousel-caption {
  bottom: 40% !important;
  width: 85%;
  left: 50% !important;
  transform: translateX(-50%);
}
.slide-box {
  position: relative;
}
.brand-logo {
  position: absolute;
  top: 30px;
  width: 100%;
}
.brand-img {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}
.right-box {
  height: 100vh;
  position: relative;
  background: #fff;
}
.brand-logos, .brand-logos1 {
  position: absolute;
  top: 79%;
  display: flex;
  padding: 0px 20px 0px 20px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.brand-logos1 {
  position: absolute;
  top: 88%;
  display: flex;
  padding: 0px 20px 0px 20px;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
.f-p {
  display: flex;
  align-items: center;
}
.f-p a {
  color: #606060;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}
.f-p a:hover {
  color: #606060;
}
.f-p .c-box input[type=checkbox] {
  width: 20px;
  height: 30px;
  display: table-row;
  border: 5px solid red;
  margin-right: 10px;
  margin-top: 1px;
}
.brand {
  padding: 40px 0px 40px 40px;
  text-align: left;
}
.brand img {
  width: 240px;
}
.brand h4 {
  font-size: 25px;
  color: #000;
  font-weight: bold;
}
.brand p {
  font-size: 18px;
  line-height: 22px;
  color: #707070;
}
@supports (-ms-ime-align: auto) {
  .carousel-item img {
    height: 100vh;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: none;
 }
}
.login-form {
  margin-bottom: 20px;
}
.l-form {
  position: relative;
  height: 80px;
  overflow: hidden;
  margin: 0px auto;
  border: 1px solid #ddd;
}
.l-form input {
  width: 100%;
  color: #707070;
  padding-top: 33px;
  border: none;
  /* font-size: 18px; */
  padding-left: 30px;
}
.l-form label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #707070;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid white;
  margin-bottom: 0px !important;
  top: -21px;
}
.l-form label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 5px solid #393864;
  transform: translateY(130%);
  transition: all 0.3s ease;
  top: 22px;
}
.content-name {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding-bottom: 5px;
  transition: all 0.3s ease;
  margin-left: 30px;
  font-size: 0.8rem;
}
.l-form input:focus {
  outline: none;
}
.l-form input:focus + .label-name .content-name, .l-form input:valid + .label-name .content-name {
  transform: translateY(-90%);
  font-size: 14px;
  left: 0px;
  color: #707070;
  padding-bottom: 2px;
}
.l-form input:focus + .label-name::after, .l-form input:valid + .label-name::after {
  transform: translateX(0%);
}
.form {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 50px;
  border-radius: 3%;
  position: absolute;
  width: 70%;
  left: -70px;
  right: 30px;
  transform: translateY(-50%);
  top: 62%;
}
.form .signup h3 {
  color: #393864;
  text-align: left;
  font-weight: bold;
  position: relative;
  padding: 0px 0px 11px 0px;
  font-size: 1.4rem;
}
.form .signup h3::after {
  position: absolute;
  content: "";
  height: 4px;
  background-color: #27ae60;
  width: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 40px;
}
.form .signup p {
  font-size: 0.8rem;
  color: #333;
  text-align: left;
}
@supports (-ms-ime-align: auto) {
  .carousel-item img {
  height: 100vh;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: none;
}
}
.carousel-indicators {
  left: 0;
  right: 74%;
  margin-left: 0;
  margin-right: 0;
}
.carousel-inner {
  background-color: #000;
}

.left-box .carousel img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: .3;
}
.left-box .carousel, .left-box .carousel-inner, .left-box .carousel-item {
  height: 100%;
}
.logo-brand {
    position: absolute;
    top: 5%;
    right: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 30px;
}

.logo-brand img{
    width : 150px;
}

@media (max-width:768px) {
  .form {
    width:auto;
    left:30px;
    right: 30px;
    padding: 20px;
    top: 60%;
  }
  .logo-brand {
    right: 0;
    left: 0;
    justify-content: space-between;
    padding:0px 20px;
    align-items: center;
    display: flex;
    width:100%;
  }
    .logo-brand img{
        width:100px;
    }

}
.equal-h {
	display: flex;
	flex-wrap: wrap;
 }
 
 .equal-h > div[class*='equal-c'] {
   display: flex;
   width: 100%;
 }
 @media (max-width:420px) {
  .l-in .c-btn, .l-in .s-up {
    padding: 10px 20px;
  }
  .right-box {
    height: 72vh;
  }

 }