.section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
}

.section .img-bg {
  position: relative;
  width: 50%;
  height: 100%;
}

.section .img-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section .noi-dung {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}

.section .noi-dung .form {
  width: 50%;
}

.section .noi-dung .form h2 {
  color: #607d8b;
  font-weight: 500;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 4px solid #088178;
  display: inline-block;
  letter-spacing: 1px;
}

.section .noi-dung .form .input-form,
.input-gt {
  margin-bottom: 20px;
}

.section .noi-dung .form .input-gt {
  display: flex;
  justify-content: start;
  font-size: 16px;
  color: #607db8;
  line-height: 20px;
  padding: 10px;
}

.section .noi-dung .form .input-gt label {
  display: inline-block;
  letter-spacing: 1px;
}

.section .noi-dung .form .input-gt input {
  font-size: 16px;
  margin-right: 5px;
  margin-left: 14px;
}

.section .noi-dung .form .input-form label {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
  color: #607db8;
  letter-spacing: 1px;
}

.section .noi-dung .form .input-form input {
  width: 100%;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #607d8b;
  font-size: 16px;
  letter-spacing: 1px;
  color: #607d8b;
  background: transparent;
  border-radius: 30px;
}
.section .noi-dung .form .input-form p {
  color: #088178;
  font-size: 16px;
}

.section .noi-dung .form .input-form input[type="submit"] {
  background: #088178;
  color: #fff;
  outline: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12),
    0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12),
    0 16px 16px rgba(0, 0, 0, 0.12);
}

.section .noi-dung .form .input-form input[type="submit"]:hover {
  background: #088178;
}

.section .noi-dung .form .nho-dang-nhap {
  margin-bottom: 10px;
  color: #088178;
  font-size: 14px;
}

.section .noi-dung .form .input-form p {
  color: #088178;
}

.section .noi-dung .form .input-form p a {
  color: #088178;
}

@media (max-width: 768px) {
  .section .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section .noi-dung {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .section .noi-dung .form {
    width: 100%;
    padding: 40px;
    background: rgba(255 255 255 / 0.9);
    margin: 50px;
  }
  .section .noi-dung .form h3 {
    color: #3f5a68;
    text-align: center;
    margin: 30px 0 10px;
    font-weight: 500;
  }
}

.icons {
  display: flex;
  position: absolute;
  align-items: end;
  justify-content: end;
  border-bottom-left-radius: 30px;
  right: 10%;
  top: 10px;
}
