@charset "utf-8";



/* mobile resonsive */
@media screen and (max-width: 767px) {
  html{
    position: fixed;
    overflow-x: hidden;
    width: 100%;
  }
  body {
    background-color: #F1FFFD;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 100% 50%;
    background-size: contain;
    overflow-x: hidden;
    width: 100%;
    min-width: 100%;
  }

  .card {
    width: 100% !important;
  }

  #img-mobile{
    height: 30vh !important;
    width: 80vw !important;
  }
}

@media (max-width: 767px) {
  #loginImg {
    display: none;
  }

  #mobileDnone {
    display: none !important;
  }
}

/* Desktop resonsive */
@media screen and (min-width: 768px) {
  html{
    overflow-x: hidden;
  }
  body {
    background-image: url("../assets/bgHomeAlvin1.png"),
      url("../assets/bgHomeAlvin2.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right center, left bottom;
    background-color: #f1fffd;
    background-size: auto;
    max-height: 100%;
  }

  #img-mobile{
    max-height: 30vh !important;
    max-width: 30vw !important;
  }
}


input[type="username"],
input[type="password"],
input[type="text"],
input[type="tel"],
.input-group-text {
  background: white;
  border-radius: 5px !important;
  height: 44px;
}
.icon-hide {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

#test{
  color: blue;
}


