@font-face {
    font-family: Plus Jakarta Sans;
    src: url(../fonts/plus-jakarta-sans/PlusJakartaText-Regular.otf);
  }
body{
    /* font-family: Poppins, Arial; */
    /* overflow-y: hidden; */
    overflow-x: hidden;
}
.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
    
}
.login-form-1{
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}
.login-form-2{
    padding: 5%;
    background: #0062cc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
    text-align: center;
    color: #fff;
}
.login-container form{
    padding: 10%;
}
.btnSubmit
{
    /*width: 50%;*/
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}
.terminos{
  font-family:Poppins, Arial;
  font-size:14px;
  font-style:normal;
  font-weight:500;
  color: #525050;
  margin-top: 20px;
}
.imgcol {
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 84.5%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  vertical-align: middle;
}
.headtitle{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    line-height: 35px;
    color: #0075FF;
}
.subtitle{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #022E60;
}
.mybutton{
    width: 100%;
}
.custom-col{
    padding-top: 5%; 
    padding-left: 5%; 
    padding-right: 5%;
}

.img-center{
    position: absolute;
    top: 40%;
    left: 50%;
    width: 30%;
    /*height: 500px;*/
    /*margin-top: -250px;*/ /* Half the height */
    margin-left: -15%; /* Half the width */
}
.slogan{
    margin-top: 40px;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 30%;
    margin-left: -15%; /* Half the width */
}


.heads{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #022E60;
}
.inputsLogin {
    background-color: #FFFFFF !important;
    border: 1px solid #7588A4;
    box-sizing: border-box;
    border-radius: 5px;
    height: 40px;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #7588A4;
}

.minsub{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 19px;
    color: #0075FF;
}
.custom-button{
    background: #0075FF;
    border-radius: 5px;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
}
.alternativetext1{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    color: #022E60;
}
.car-image{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.container-indicator{
    bottom: 0px;
    width: 100%;
    height: 30%;
    background: linear-gradient(360deg, #0F1E27 0%, rgba(15, 30, 39, 0) 80.66%);
    z-index: 700;
}
.carousel-indicators{
    right: unset;
    left: 0px;
    z-index: 900;
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
@media screen and (max-width: 414px) {
    .slogan{
      font-size: 12px;
    }
    .carousel-indicators{
          display: none !important;
      }
      .container-indicator{
          display: none;
      }
  }
.carousel-indicators .active{
    background-color: #0075FF;
}
.static-slide-container{
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 20%;
    z-index: 800;
}
.white-medium{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.white-large{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.white-small{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.gray-small{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #7588A4;
}

.blue-small{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #0075FF;
}

.video-login {
    position: absolute;
    height: 50vh;
    width: 100%;
    object-fit: cover;
    @media (min-width: 768px) {
        height: 100vh !important;
    }
}

.vh-center-container {
    @media (min-width: 768px) {
        position: relative;
        height: 100vh;
        overflow: auto;
    }
}

.vh-center {
    @media (min-width: 768px) {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    margin-left: auto;
    margin-right: auto;
}

.w-350 {
    width:350px;
}

.control-input-label {
    position: relative;
    label {
        font-family: Plus Jakarta Sans;
        font-size: 10px;
        position: absolute;
        top: -6px;
        border-radius: 5px;
        line-height: 10px;
        background-color:white;
        margin-left:6px;
        margin-right: 6px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.alert-danger,
.help-block {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 19px;
    color: #AC2F29; 
}
