.login-window {
  margin: auto;
  margin-top: 100px;
}

html,
body {
  height: 100%;
  margin: 0;
}

.white-color {
  color: white;
}

.flexer {
  display: flex;
}

.flexer > div:nth-child(1) {
  min-height: 100%;
  width: 30%;
  background-color: #f2bc68;
}

.flexer > div:nth-child(2) {
  min-height: 100%;
  width: 70%;
  background-color: #232f3e;
}

@media screen and (max-width: 600px) {
  .flexer > div:nth-child(1) {
    min-height: 100%;
    width: 30%;
    background-color: #f2bc68;
    min-width: 284px;
    padding: 20px;
  }
}

td,
tr {
  border: 1px solid black !important;
}


.register-image{
  background-image: url('/side.webp');
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 65%;
}

.register-container{
  background-color: #f2bc68;
  height: 100vh;
  padding: 3rem;
  color: white;
  width: 35%;
}

.register-container h1{
  font-weight: 500;
}

.register-container label{
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.register-container input , .register-container select{
  font-size: 12px !important;
  padding: 6px !important;
  max-width: 100% !important;
}

.register-btn{
  max-width: 100%;
  font-size: 18px !important;
  font-weight: 600;
}
