
body {
  background: white;
  font-family: 'Inter UI', sans-serif;
  margin: 0;
  padding: 20px;
}
.page {
  background: #e2e2e5;
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
  position: absolute;
  place-content: center;
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .page {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.container {
  display: flex;
  height: 450px;
  margin: 0 auto;
  width: 640px;
}
@media (max-width: 767px) {
  .container {
    flex-direction: column;
    height: 650px;
    width: 320px;
  }
}

.left_box {
  background: white;
  height: calc(100% - 40px);
  top: 20px;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .left_box {
    height: 100%;
    left: 20px;
    width: calc(100% - 0px);
    max-height: 240px;
  }
}
.login {
  font-size: 50px;
  font-weight: 900;
  margin: 50px 40px 40px;
}
.eula {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  margin: 40px;
}


.right_box {
  background: #474A59;
  box-shadow: 10px 0px 40px 16px rgba(0,0,0,0.22);
  color: #F1F1F2;
  position: relative;
  width: 55%;

}
@media (max-width: 767px) {
  .right_box {
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    max-height: 430px;
  }
}

.form {
  margin: 30px;
  position: absolute;
}


.label_judul{
  text-align:center;
  font-size:14px;
  color:#c2c2c5;
  display:
  block;
  font-size:14px;
  height:20px;
  margin-bottom:3px;
  margin-top: 3px;
}
.label_error{
  color:red;
  font-weight:bold;
  display: block;
  font-size: 14px;
  height: 1px;
  text-align:center;
  margin-top: 13px;
}
.in_filed{
  background: #e6ffff; // transparent;
  border: 1;
  color: black; // #f8f73d; //#f2f2f2;
  height: 35px;
  outline: none !important;
}
.in_okay{
  background-color: #fed000;
  padding:3px;
  border:0px;
  width:245px;
  color:#724F27;
  font-weight:bold;
  border-radius:5px;
  margin-top: 23px;
}
