.customers-motto {
  width: 100%;
  text-align: center;
  font-size: 20px; 
}

.customers-content-frame {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;  
  box-sizing: border-box;
}

.customers-content {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 10px;
  box-sizing: border-box;
}

.customers-content img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* login */
.customers-login-frame {
  margin: 30px 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  padding: 10px;
  background-color: #fdfdfd;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}
.customers-login-frame input {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.customers-login-frame p {
  font-size: 16px;
  margin-bottom: 5px;
}
.customers-login-frame button {
  width: 100%;
}
.customers-checkbox {
  width: 15px !important;
  height: 15px;
}
