body {
background-color: black;
color: black;
}

img {
display: block;
margin: auto;
width: 666px;
height: 666px;
}

.Form {
background-color: #6307F0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
width: 666px;
border-radius: 45px;
}

.Fname {
margin-bottom: 30px;
margin-left: 6px;
width: 166px;
text-align: center;
font-size: 14px;
border-radius: 6px;
cursor: pointer;
}

.Fname::placeholder {
text-align: center;
font-size: 11px;
}

.Lname {
margin-bottom: 30px;
margin-left: 6px;
width: 166px;
text-align: center;
font-size: 14px;
border-radius: 6px;
cursor: pointer;
}

.Lname::placeholder {
text-align: center;
font-size: 11px;
}

.Username {
margin-bottom: 30px;
margin-left: 6px;
width: 166px;
text-align: center;
font-size: 14px;
border-radius: 6px;
cursor: pointer;
}

.Username::placeholder {
text-align: center;
font-size: 11px;
}

.Password {
margin-bottom: 30px;
margin-left: 6px;
width: 166px;
text-align: center;
font-size: 14px;
border-radius: 6px;
cursor: pointer;
}

.Password::placeholder {
text-align: center;
font-size: 11px;
}

.PasswordConf {
margin-bottom: 30px;
margin-left: 6px;
width: 166px;
text-align: center;
font-size: 14px;
border-radius: 6px;
cursor: pointer;
}

.PasswordConf::placeholder {
text-align: center;
font-size: 11px;
}

.Gender {
margin-bottom: 30px;
margin-left: 6px;
width: 166px;
text-align: center;
font-size: 14px;
border-radius: 6px;
cursor: pointer;
}

.Gender::placeholder {
text-align: center;
font-size: 11px;
}

.Country {
margin-bottom: 30px;
margin-left: 6px;
width: 166px;
text-align: center;
font-size: 14px;
border-radius: 6px;
cursor: pointer;
}

.Country::placeholder {
text-align: center;
font-size: 11px;
}

.Number {
margin-bottom: 30px;
margin-left: 6px;
width: 166px;
text-align: center;
font-size: 14px;
border-radius: 6px;
cursor: pointer;
}

.Number::placeholder {
text-align: center;
font-size: 11px;
}

.Birthday {
margin-bottom: 15px;
margin-left: 6px;
width: 166px;
text-align: center;
font-size: 11px;
border-radius: 6px;
cursor: pointer;
}

.termsCheckbox {
margin-bottom: 30px;
margin-left: 6px;
text-align: center;
font-size: 14px;
border-radius: 6px;
cursor: pointer;
}

.FnameL {
margin-bottom: 6px;
font-size: 16px;
}

.LnameL {
margin-bottom: 6px;
font-size: 16px;
}

.UsernameL {
margin-bottom: 6px;
font-size: 16px;
}

.PasswordL {
margin-bottom: 6px;
font-size: 16px;
}

.PasswordConfL {
margin-bottom: 6px;
font-size:16px;
}

.GenderL {
margin-bottom: 6px;
font-size: 16px;
}

.CountryL {
margin-bottom: 6px;
font-size: 16px;
}

.NumberL {
margin-bottom: 6px;
font-size: 16px;
}

.BirthdayL {
margin-bottom: 6px;
font-size: 16px;
}

.termsCheckboxL {
margin-bottom: 10px;
font-size: 16px;
}

.Button {
margin-top: 15px;
margin-bottom:15px;
margin-right: 6px;
background-color: #6307F0;
color: rgb(0, 0, 0);
border-radius: 6px;
text-decoration: none;
cursor: pointer;
}

.Button2 {
margin-top:15px;
margin-bottom: 15px;
background-color: rgb(0, 0, 0);
color: #6307F0;
border-radius: 6px;
text-decoration: none;
cursor: pointer;
}

.Button3 {
margin-top: 15px;
margin-bottom: 15px;
margin-left: 6px;
background-color: #6307F0;
color:rgb(0, 0, 0);
cursor: default;
border-radius: 6px;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}

.PH {
text-align: center;
font-size: 11px;
}

.warningWrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.warning-box {
  display: none; /* Initially hidden */
  background-color: #6307F0;
  color: black;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px; /* Adds space between the boxes */
  text-align: center;
  font-size: 16px;
}

#warningBox.show, #warningBox1.show {
  display: block;
}

.warning-box button {
  margin-top: 6px; /* Adds space above the button */
  padding: 10px 15px; /* Optional: Makes the button larger */
  background-color: #6307F0; /* White background for the button */
  color: black; 
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.ErrorWrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.Error {
  background-color: #6307F0;
  color: black;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px; /* Adds space between the boxes */
  text-align: center;
  font-size: 16px;
}

.termsCheckbox {

}

#termsModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: black;
  padding: 20px;
  border-radius: 5px;
  max-height: 400px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  color: #6307F0;
  overflow-y: auto;
}

.modal-header {
  font-size: 20px;
  margin-bottom: 10px;
}

.modal-body {
  font-size: 18px;
  margin-bottom: 20px;
}

.modal-footer {
  text-align: right;
}

#acceptButton {
  cursor: pointer;
}

#cancelButton {
  cursor: pointer;
}

p {
    text-align: center;
    font-size: 18px;
}
