@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap" rel="stylesheet');
@font-face {
  font-family: 'Great Vibes';
  src: url("../fonts/GreatVibes-Regular.woff") format("woff"), url("../fonts/GreatVibes-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
* {
  margin: 0;
  padding: 0;
  outline: none; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #111C88;
  background: #F0F0F0;
  width: 100%;
  max-width: 700px;
  margin: auto; }

.container {
  max-width: 700px; }

h1 {
  font-family: 'Great Vibes';
  font-size: 180px;
  color: #e1c778; }

.title-section {
  display: inline-block;
  width: 100%; }
  .title-section h4 {
    font-size: 22px;
    color: #DCAF01;
    font-weight: 600; }
  .title-section h2 {
    font-size: 56px;
    color: #fff;
    margin: 24px 0 40px 0; }
  .title-section span {
    font-size: 22px;
    color: #fff;
    font-weight: 600; }

.bg-login {
  display: inline-block;
  width: 100%; }

.logo {
  width: 100%;
  display: inline-block;
  margin: 80px auto; }
  .logo img {
    max-width: 40%; }

.enter-phonenumber {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center; }
  .enter-phonenumber .box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: inline-block; }

.step-1 .form-group.item-form-label-input ::placeholder {
  color: #414142; }

.box-content {
  padding: 0 40px; }

.box-form-input {
  display: inline-block;
  width: 100%; }

.bg-login {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0; }

.box-form-input {
  margin-top: 40px; }
  .box-form-input span {
    color: #fff;
    font-size: 14px; }

.form-group.item-form-label-input select {
  height: 52px;
  border-radius: 24px;
  color: #111C88;
  border: 1px solid #111C88;
  font-size: 16px;
  padding: 8px 16px;
  width: 100%;
  position: relative; }
.form-group.item-form-label-input label {
  color: #fff;
  font-size: 14px;
  font-weight: 300; }
.form-group.item-form-label-input input {
  height: 52px;
  border-radius: 24px;
  color: #111C88;
  border: 1px solid #111C88;
  font-size: 16px;
  padding: 8px 16px; }
.form-group.item-form-label-input ::placeholder {
  color: #111C88; }
.form-group.item-form-label-input .form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25); }

.button-action {
  margin-top: 24px;
  padding: 10px 24px;
  width: 220px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(-34deg, #E9C97C 0%, #FDDDB5 50%, #E9C97E 100%);
  font-size: 16px;
  font-weight: bold;
  color: #002C54;
  margin-bottom: 80px; }

/* CSS nền hiển thị Modal */
.nenmodal .nenmodal2 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none; }

/* CSS bảng nội dung Modal */
.nenmodal .ndmodal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  width: 600px;
  z-index: 2;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans",sans-serif;
  border-radius: 20px;
  display: block;
  position: fixed;
  box-shadow: 0px 0px 10px #111; }
  .nenmodal .ndmodal img {
    width: 30%;
    max-width: 100px;
    margin: 24px auto; }

@media (max-width: 700px) {
  .nenmodal .ndmodal {
    width: 90%; } }
/* CSS nút tắt modal */
.nenmodal .closemodal {
  margin: 0 auto;
  text-align: center;
  margin-top: 24px;
  border: 0;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #002C54; }
  .nenmodal .closemodal button {
    padding: 12px 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: transparent;
    border-top: 1px solid #DEE3ED; }

/* CSS tieu de của Modal */
.titlemodal {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px; }

.nenmodal.active .nenmodal2 {
  display: block; }

/* CSS hiệu ứng hiển thị Modal */
.nenmodal.active .ndmodal {
  transition: all 300ms ease-in-out;
  transform: translate(-50%, -50%) scale(1); }

/*# sourceMappingURL=style.css.map */
