
.container {
  margin: 20px auto;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 30px #00000033;
  overflow: hidden;
  padding-bottom: 20px;
}

.container img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.form-box {
  background: #fff;
  color: #333;
  padding-top: 20px;
}

.input-box {
  position: relative;
  margin-bottom: 20px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

input,
select {
  width: 100%;
  /* padding: 12px 40px 12px 15px; */
  padding: 10px;
  background: #eee;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  box-sizing: border-box;
}

input::placeholder,
select:invalid {
  color: #888;
  font-weight: 400;
}

.input-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
}

.form-check-input {
    position: static;
    margin-top: 0;
    margin-left: 0;
}

.logo{
    max-width: 150px;
    height: 50px;
}