body{
  background-image: url('../gradient.jpg');
  background-size: cover;
  background-position: top;
}

.wrapper{
  margin: 5% auto;
  vertical-align: middle;
  background-color: white;
  max-width: 500px;
  padding: 30px;
  border-radius: 10px;
}

.title-wrapper{
  text-align: center;
}

.title{
  font-size: 34px;
  font-weight: 100;
  text-align: center;
  font-family: sans-serif;
  margin: 20px 0 10px 0;
  display: inline-block;
  color: black;

}

input.custom, select.custom{
  background-color: white;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  border-bottom: solid 1px grey;
  font-size: 16px;
  margin: 5px;
  outline: none;
  color: gray;
}


input[type=text], input[type=tel]{
  width: 100%;
}

input[type=text]:focus{
  width: 100%;
}


input:focus{
  background-color: white;
}

input[type="submit"]{
  display: inline !important;
  width: 47%;
  background-color: #e2e2e2;
  color: white;
  margin-bottom: 15px;
  margin-top: 15px;
  border: none;
  color: black;
  font-weight: 100;
}

input[type="submit"]:hover{
  background-color: #b4b4b4;
  color: #282828;
  cursor: pointer;
}

.hide{
  display: none;
}
#myjob2,
#myjob2Multi,
#myjob2Ardent{
  font-style: italic;
}

/* 2-28-25 Ardent Resource Team Specific Styling */

.ardent #myname2,
.ardent #myjob2,
.ardent #phoneContainer,
.ardent #mPhoneContainer,
.ardent #url a,
.ardent #pronouns2{
    color: #005088 !important;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.ardent #myname2 {
    font-size: 12pt !important; /*12pt*/
    font-weight: bold !important;
}

.ardent #myjob2 {
    font-size: 11pt !important; /*11pt*/
    font-style: italic !important;
}

.ardent #phoneContainer,
.ardent #mPhoneContainer,
.ardent #url,
.ardent #pronouns2{
    font-size: 10pt !important; /*10pt*/
}
