* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(MembershipImages/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* align items center vertically and horizontally  */
.container {
  display: flex;
  justify-content: center;
  align-items: center !important;
  height: 100vh;
}

.form {
  width: 550px;
  min-height: 500px;
  background-color: rgba(41, 39, 39, 0.514);
  box-shadow: 0 5px 30px black;
  padding-bottom: 30px;
  padding-top: 100px;
}

.form-regist {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 90%;
  text-align: center;
  font-size: 30px;
  padding: 3px;
  border-style: none;
  background-color: transparent;
  color: #ffffff;
  font-weight: 550;
}

.Form-reg-desc {
  width: 80%;
  margin-left: 10%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.btn button {
  padding: 3px;
  margin: 30px 0px 40px 30px;
  border-style: none;
  background-color: transparent;
  color: beige;
  font-size: 18px;
  font-weight: 550;
}

.formGroup {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 10%;

}

.Age_Sex {
  display: flex;
  justify-content: space-between;
  border: none;
  width: 80%;
  /* border-bottom: 2px solid white; */
  padding: 10px;
  margin-left: 8.2%;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: white;
}

.Prof {
  display: flex;
  justify-content: space-between;
  border: none;
  width: 80%;
  margin-left: 10%;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: white;
}

.radio_sex {
  display: flex;
  width: 300px;
  margin-left: 10px;
}

.ageclass {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: max-content;
  margin-left: 90px;
}

#span-1,
#span-1a,
#span-2,
#span-2a,
#span-3,
#span-3a,
#span-4,
#span-4a {
  display: none;
  color: red;
  font-size: 12px;
}

.formGroup input {
  border: none;
  width: 80%;
  border-bottom: 2px solid white;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: white;
}

.formGroupSince {
  display: flex;
  margin-left: 10%;
  border: none;
  width: 80%;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: white;
}

.formGroupAge input {
  border: none;
  width: 65px;
  border-bottom: 2px solid white;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  color: white;
  margin-right: 10px;
}

input:focus {
  outline: none !important;
  border-bottom: 2px solid rgb(91, 243, 131);
  font-size: 17px;
  font-weight: bold;
  color: white;
}

::placeholder {
  color: white;
}

.checkBox {
  display: flex;
  justify-content: center;
  margin: 16px !important;
}

#checkbox {
  margin-right: 10px;
  height: 15px;
  width: 15px;
}

.text {
  color: rgb(199, 197, 197);
  font-size: 13px;
}

.buttonClass {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnclss {
  padding: 10px;
  width: 150px;
  border-radius: 20px;
  background-color: rgb(10, 136, 43);
  border-style: none;
  color: white;
  font-weight: 600;
}

.ButGroup {
  display: flex;
  justify-content: flex-end;
  width: 90%;
}

.btn2:hover {
  background-color: rgba(10, 136, 43, 0.5);
}

.btn3:hover {
  background-color: rgba(10, 136, 43, 0.5);
}

.btn button:hover {
  border-bottom: 2px solid rgb(91, 243, 131);
}

/* hide signup form */
.login {
  display: none;

}

/* Login form code */
.login {
  margin-top: 40px;
}

.login .checkBox {
  margin-top: 30px !important;
}

.Formdiv1 {
  height: 280px;
}