:root {
  --vt-blue:#0489B1;
  --vt-green:#439e5b;
  --vt-dark-green:#2f7240;
  --vt-white:#fff;
  --vt-black:#000;
  --vt-gray:#DDDDDD;
  --vt-background1:rgba(67, 158, 91, 1);
  --vt-background2:rgba(4, 137, 177, 1);
  --vt-degree:352deg;

}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.login_left_side {
  background-color: white;
  width: 100%;
  height: 100vh;
  display: flex;
  border-start-end-radius: 50px;
  border-end-end-radius: 50px;
  position: relative;
  right: 12px;
  padding: 100px 1px 1px 100px;
}

.LoginTitle {
  color: #101828;
  font-family: Nunito Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 5px
}

.loginDes {
  color: #475467;
  font-family: Nunito Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.forgetPass a {
  color: var(--blue, #43749E);
  text-align: right;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.Loginbtn {
  border-radius: 5px;
  background: var(--blue, #43749E);
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  color: #FFF;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.Loginbtn:hover{
  border-radius: 5px;
  background: #01929d;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  color: #FFF;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-container {
  background: linear-gradient(90deg, #43749E 0%, #43749E 39.58%, #438682 57.29%, #27AC2C 100%);
}

.registerUserLink {
  text-align: center
}

/* forget password form */
.forget_password_form{ 
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    border-start-end-radius: 50px;
    border-end-end-radius: 50px;
    position: relative;
    right: 12px; 
    align-content: center;
    justify-content: center;
    align-items: center
}

