#login-box {
  width: 100vw;
  height: 100vh;
  margin: auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#login-form {
  width: 500px;
  height: 500px;
  border: 2px solid #efefef;
  border-radius: 10px;
  padding: 50px;
}

#login-form #login-top {
  padding: 25px;
  margin-bottom: 40px;
}

#login-form #login-top img {
  width: 100%;
}

.loginBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.login-put-field input {
  width: 100%;
  height: 47px;
  border-radius: 3px;
  background-color: #FCFCFC;
  border: 1px solid #DADADA;
  padding: 0 15px;
}

.login_button {
  background-color: #067FFF !important;
  color: #ffffff !important;
  height: 47px;
}

button.login_button:hover {
  color: white !important;
  background-color: #022D81 !important;
}

.save{margin-left: 10px;}

.save label {
  cursor: pointer;
}