.login_back_color {
  background: #98EBE8;
  height: 100vh;
}

.login_head_text {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
  color: #006B67;
}

.login_sub_text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
  color: #006C68;
}

.login_logo_text {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
}

.login_header_text {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
}

.login_input_lable {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.login_input {
  height: 45px;
  border: 1px solid #CCCCCC;
  border-radius: 10px !important;
}

.login_input:focus {
  height: 45px;
  border-radius: 10px;
}

.input-icon {
  margin-top: -45px;
  margin-right: 20px;
  float: right;
  height: 18px;
  width: 19px;
  cursor: pointer;
  filter: grayscale(100%);
}

.form-control:focus {
  box-shadow: 0 0 2px 0.5px #01BAB3;
  border: 1px solid #01BAB3 10%;
  background-color: white;
}

.forget_link {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #01BAB3;
}

.forget_link:hover {
  color: #01BAB3;
}

.login_btn {
  text-align: center;
  font-size: 17px;
  height: 50px;
  width: 100%;
  border-radius: 10px;
  color: #ffffff;
  border: 2px solid #01BAB3;
  cursor: pointer;
  background: #01BAB3;
  background-repeat: repeat-x;
  background-position: 0 -100%;
  transition: 1.5s ease;
  font-weight: bold;
}

.login_btn:hover {
  color: white;
  background-position: center;
}

.mobile_login {
  display: none;
}

.desktop_login {
  display: block;
}

@media screen and (max-width: 768px) {
  .log_div_desktop {
    display: none;
  }
  .login_header_text {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
  }
  .mobile_login {
    display: block;
  }
  .desktop_login {
    display: none;
  }
}
