
@font-face {
  font-family: 'Myriad Pro';
  src: url('../assets/myriadpro-regular.otf') format('woff2'),
    url('../assets/myriadpro-regular.otf') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../assets/myriadpro-bold.otf') format('woff2'),
    url('../assets/myriadpro-bold.otf') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../assets/myriadpro-black.otf') format('woff2'),
    url('../assets/myriadpro-black.otf') format('woff');
  font-weight: 800;
  font-style: normal;
}

body {
  background-color: #FFD500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}

.popup {
  position: relative;
  width: 360px;
  height: 580px;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#myForm {
  font-family: 'Myriad Pro', sans-serif;
  position: relative;
  z-index: 99999999;
}

.logo {
  width: 200px;
}

.title ,.title2 {
  font-size: 26px;
  font-weight: bold;
  color: #DD252A;
  margin-top: 10px;
}


.form-group {
  margin-top: 20px;
}

::placeholder {
  color: #949597 !important;
}


.form-group input,
.form-group select,
.form-group button {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #FFD500 !important;
}

.form-group input {
  font-size: 16px;
}


.form-select {
       --bs-form-select-bg-img: none !important;
      padding: 5px !important;
      text-align: center;
      
}

.form-group select {
  width: 90px;
  height: 38px;
  color: #000;
}

.form-group .row {
  margin-top: 10px;
}


.form-group select {
  width: 102px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  
}

.form-group .idNam,
.idNu {
  font-family: 'Myriad Pro', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  /* Viết hoa toàn bộ */
  color: #949597;
  padding: 0 !important;
  margin: 0 !important;


}

.btn-submit {
  background-color: #FFD500;
  width: 188px;
  color: #DD252A !important;
}

.form-group {
  margin-top: 20px;
}

button.btn.btn-primary.btn-submit {
  margin-top: 22px;
}

form#myForm {
  margin-top: 10px;
}

.bg {
  position: absolute;
  opacity: 0.1;
  top: 142px;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 380px;
}

button[type="submit"]:hover {
  background-color: #666;
  /* Màu xám khi hover, có thể thay đổi theo ý muốn */
}

.form-check-input:checked {
  background-color: #FFD500;
  border-color: #FFD500;
}
.select-check{
  position: relative;
  width: 102px;
  margin: 0;
  padding:0;
  display: flex;
  top: -4px;
}

.check {
  text-align: center;
  margin: 0 12px;
}
.check span {
    display: block;	
  }
      button.btn.btn-primary.btn-submit {
  padding: 9px;
}
@media screen and (max-width: 500px) {
  .form-group input,
.form-group select,
.form-group button {
  font-size: 13px;
}
.form-group input {
  font-size: 15px;
}
.form-group .idNam, .idNu {
  font-size: 13px;
}

}

@media screen and (max-width: 400px) {
  img.bg {
    width: 100%;
}
.popup {
  max-width: 320px;
  padding: 10px;
}
.form-group select{
  max-width: 96px;
  text-align: center;
  text-align-last: center; /* Canh giữa nội dung */
}
.select-check{
  max-width: 96px;
}
.form-group input,
.form-group select,
.form-group button {
  font-size: 13px;
}
.form-group input {
  font-size: 15px;
}
.form-group .idNam, .idNu {
  font-size: 13px;
}
}

