* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.login_background {
  background-image: url(../../images/login_images/login/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.login_logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bubble {
  position: relative;
  top: 40px;
}

.logo {
  z-index: 2;
}

.form {
  width: 100%;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.cloud {
  background: url("../../images/login_images/login/cloud2.png") no-repeat top left/cover;
  width: 100%;
  height: 80vh;
  position: absolute;
  bottom: 0px;
  display: block;
}

.login_title {
  color: #68aaff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
  width: 100%;
  height: 50px;
  align-items: center;
  padding: 0 20px 0 60px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  border: none;
  display: block;
  max-width: 350px;
}

.login_input {
  margin-top: 20px;
}

.login_input_email {
  border-radius: 10px 10px 0px 0px;
  background: #f0f0f0 url(../../images/login_images/login/Icon-Username.png) no-repeat left 20px center;
}

.login_input_password {
  margin-top: 4px;
  border-radius: 0px 0px 10px 10px;
  background: #f0f0f0 url(../../images/login_images/login/Icon-Password.png) no-repeat left 20px center;
}

.form_box {
  position: relative;
  max-width: 350px;
}

.password_view {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

.hide_password {
  background: url(../../images/login_images/login/icon_mata_garis.svg) no-repeat center/contain;
  height: 18px !important;
  width: 24px !important;
}

.show_password {
  background: url(../../images/login_images/login/icon_mata.png) no-repeat center/contain;
}

.login_button {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 68px;
  border-radius: 10px;
  background: #68aaff;
  border: none;
  max-width: 350px;
}

.login_button_text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.login_forget_password {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.login_forget_password_a {
  color: #000;
}

.login_sign_up {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.login_sign_up_a {
  text-decoration: none;
  color: #68aaff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.login_form_wrapper {
  position: absolute;
  z-index: 10;
  text-align: center;
  max-width: 350px;
  margin-left: 140px;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.ilustrator {
  height: 50%;
  width: 40%;
  max-width: 400px;
  margin-left: 100px;
  position: absolute;
  bottom: 40vh;
  left: auto;
}

.ilustrator img {
  width: 100%;
  display: block;
}

footer {
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1279px) {
  .login_background {
    position: relative;
    min-height: 100vh;
    height: auto;
  }
  .form {
    max-width: 100%;
  }
  .ilustrator {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
  .login_form_wrapper {
    position: relative;
    margin: 0 auto 0;
    padding-bottom: 20px;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .login_form_wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 20px;
    bottom: auto;
  }
}/*# sourceMappingURL=login.css.map */