
.logo_login {
  width: 139px;
  height: auto;
}

.text_login {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.input_size {
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin-top: 8px;
}

.card_size {
  padding: 0px 32px;
  width: 100%;
  /* height: 100%; */
  background: #FFFFFF;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  position: absolute;
  bottom: 20%;
  max-width: 432px;
  height: fit-content;
}

.logo_miagi {
  padding-bottom: 40px;
  padding-top: 40px;
}

.togglePassword-login {
  position: absolute;
  right: 20px;
  top: 50%;
  cursor: pointer;
  transform: translate(0, -50%);
}

input::-ms-reveal, input::-ms-clear {
  display: none;
}

input[type="checkbox"] {
  appearance: none;
  width: 20px !important;
  height: 20px !important;
  margin-left: 11px !important;
  margin-top: 3px !important;
  border: 1px solid #666666 !important;
  border-radius: 5px !important;
  cursor: pointer;
}

input[type=checkbox]:checked {
  background: url('../images/tick-checkbox.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.save_login {
  margin-top: 5px;
  margin-left: 9.67px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.btn-login {
  padding: 12px 28px;
  margin-top: 40px;
  width: 100%;
  background: #38435C;
  border-radius: 4px;
  color: #FFFFFF;
}

.subtract {
  position: absolute;
  width: 100%;
  height: 90%;
  bottom: 0px;
}

.copy_right {
  position: absolute;
  bottom: 38.6px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  flex: none;
  order: 1;
  flex-grow: 0;
}

@media screen and (max-width: 768px) {
  .video-login {
    display: none;
  }

  .image-subtract {
    display: none;
  }
}

.image-subtract {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 10%;
}

.video-login {
  z-index: -2;
  width: 100%;
}

.form-login {
  width: 100%;
}

.login-page {
  overflow: hidden;
}

.form-control.is-invalid {
  background: none;
}