body {
  height: 100%;
  width: 100%;
  background-color: #d4db00;
  text-transform: uppercase;
}
.desktop-form {
  display: block;
  margin-bottom:50px;
}
.mobile-form {
  display: none;
  margin-bottom:50px;
}
span {
  /* max-width: 250px; */
  display: block;
}
.title {
  font-size: 2em;
  margin-top: 20px;
  font-family: "Dela Gothic One", cursive;
}
.subtitle {
  font-size: 10px;
  font-family: "Kanit", sans-serif;
  font-weight: bold;
}
.message-title {
  font-size: 2.25em;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Dela Gothic One", cursive;
  color: #e956ba;
  text-shadow: -4px 3px black;
}
.form-control {
  width: 500px;
  border-radius: 0;
  margin: auto;
}
label {
  font-family: "Dela Gothic One", cursive;
  font-size: 12px;
  width: 71.5%;
  margin-left: 100px;
  margin-right: 100px;
  max-width: 500px;
  /* display: flex; */
}
select {
  text-align: center;
  font-family: "Kanit", sans-serif;
  color: #f76e00 !important;
}
.placeholder-input::-webkit-input-placeholder {
  /* Edge */
  color: #f76e00;
  font-style: italic;
  text-align: center;
  font-size: 12px;
  font-family: "Kanit", sans-serif;
}

.placeholder-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f76e00;
  font-style: italic;
  text-align: center;
  font-size: 12px;
  font-family: "Kanit", sans-serif;
}

.placeholder-input::placeholder {
  color: #f76e00;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  font-family: "Kanit", sans-serif;
}
button {
  width: 500px;
  border: none;
  border-radius: 0 !important;
  background-color: #f76e00 !important;
  font-size: 1.5em !important;
  font-family: "Dela Gothic One", cursive;
  display: flex !important;
  justify-content: center;
}
.sun {
  position: absolute;
  top: 100px;
  right: 0;
  transform: translate(-50%, -50%);
}
.sun img {
  height: 150px;
  width: auto;
}
.center-element {
  text-align: center;
}
.success-main-title {
  font-size: 2.25em;
  margin-top: 20px;
  font-family: "Dela Gothic One", cursive;
}
.success-subtitle {
  font-size: 14px;
  font-family: "Kanit", sans-serif;
  font-weight: bold;
}
.main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.success-title {
  font-size: 2.5em;
  font-family: "Dela Gothic One", cursive;
  color: #e956ba;
  text-shadow: -4px 3px black;
  text-align: center;
}
@media screen and (min-width: 1800px) {
  label {
    margin-left: 400px;
    margin-right: 400px;
    /* display: block; */
  }
}
@media screen and (max-width: 1800px) {
  label {
    margin-right: 400px;
    margin-left: 400px;
    width: 38%;
  }
}
@media screen and (max-width: 1400px) {
  label {
    margin-right: 312px;
    margin-left: 312px;
    width: 44%;
  }
}

@media screen and (max-width: 1200px) {
  label {
    margin-right: 220px;
    margin-left: 220px;
    width: 53%;
  }
}

@media screen and (max-width: 992px) {
  label {
    margin-right: 103px;
    margin-left: 103px;
    width: 70.5%;
  }
  .sun {
    top: 65px;
  }
  .sun img {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main-title {
    width: 80%;
  }
  label {
    margin-right: 10px;
    margin-left: 10px;
    width: 96.5%;
  }
}
@media only screen and (max-width: 550px) {
  .message-title img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .title {
    font-size: 2.75em;
  }
  .subtitle {
    font-size: 12px;
  }
  .message-title {
    font-size: 1.75em;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: "Dela Gothic One", cursive;
    color: #e956ba;
    text-shadow: -4px 3px black;
  }
  .form-control {
    width: 80%;
    border-radius: 0;
  }
  label {
    font-family: "Dela Gothic One", cursive;
    width: 78%;
    margin-left: 11%;
    margin-right: 11%;
  }
  select {
  }
  .placeholder-input::-webkit-input-placeholder {
    /* Edge */
  }

  .placeholder-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
  }

  .placeholder-input::placeholder {
  }
  button {
    width: 80%;
    font-size: 1.2em !important;
  }
  .sun {
    position: absolute;
    top: 65px;
    right: -15px;
    transform: translate(-50%, -50%);
  }
  .sun img {
    height: 100px;
    width: auto;
  }
  .success-title {
    font-size: 2em;
  }
  .main-title {
    width: 100%;
  }
  .success-small > p {
    font-size: 18px !important;
  }
  span {
    max-width: 100%;
  }
  /* .span-top1 {
    margin-top: -34px !important;
  }
  .span-top2 {
    margin-top: -70px !important;
  } */
  .desktop-form {
    display: none;
  }
  .mobile-form {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .message-title {
    font-size: 1.3em;
  }
}
/* data table */

.dt-buttons {
  width: 265px;
  display: flex !important;
}
.dt-buttons button {
  font-size: 14px !important;
  background-color: grey !important;
}
