#top-wrapper {
  display: grid;
  grid-template-columns: 2fr 3fr;
  min-height: 100vh;
}

#left-side {
  background-color: #2194cd;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#left-side > div {
  padding: 30px;
}

#left-side h1 {
  color: inherit !important;
  font-weight: 800;
}

#left-side .logo {
  width: 200px;
  height: auto;
  margin-bottom: 50px;
}

#illust {
  width: 50%;
  height: auto;
  margin-top: 30px;
}

#right-side {
  background-color: #fff;
  padding: 50px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#right-side > .wrapper {
  width: 500px;
  margin: auto;
}

.btn {
  margin-left: 0 !important;
  background-color: #1b84ff !important;
}

.form-control {
  background-color: #f9f9f9 !important;
  margin-bottom: 1em;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset !important;
}

.input-group.mb-3 {
    margin-bottom: 0 !important;
}