body {
  font-family: 'Overpass', sans-serif;
  background-color: #f4f6f9;
}

.login-wrapper {
  max-width: 900px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.login-left {
  padding: 40px;
}

.login-right {
  background-color: #e6f0fc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-right img {
  max-width: 100%;
  max-height: 400px;
}

.form-control-lg {
  border-radius: 0.5rem;
}

.btn-primary {
  background-color: #1a73e8;
  border: none;
  border-radius: 0.5rem;
}

.btn-primary:hover {
  background-color: #155ac3;
}

.small a {
  color: #1a73e8;
}
