body {
  background-color: #344a72;
  font-family: "Roboto", sans-serif;
}

.signup-box {
  width: 100%;
  height: 690px;
  margin: auto;
  background-color: white;
  border-radius: 3px;
}

.signup-box h4 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding-top: 25px;
  color: #A50000;
}

.signup-box h4 {
  text-align: center;
}

form {
  width: 90%;
  margin-left: 18px;
}

form label {
  display: flex;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 13px;
}

.signup-box input {
  width: 100%;
  border: none;
  border: 1px solid #dbdbdb !important;
  border-radius: 6px !important;
  outline: none;
}

form select {
  width: 105%;
  padding: 7px;
  border: none;
  border: 1px solid #dbdbdb !important;
  border-radius: 6px !important;
  outline: none;
  font-size: 15px;
}
		
.chosen-container-single .chosen-single span {
	color: grey;
}
		
input[type="submit"] {
  width: 100%;
  height: 35px;
  margin-top: 30px;
  border: none;
  background-color: #A50000;
  color: white;
  font-size: 18px;
}

.signup-box p {
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
}

.para-2 {
  text-align: center;
  color: white;
  font-size: 15px;
  margin-top: -10px;
}

.para-2 a {
  color: #A50000;
}