.banner
{
  background-color : #002d5f;
  width            : 100%;
  height           : 133px;
}

.bannerImage
{
  margin-left : 38px;
  margin-top  : 39px;
}

.formContainer
{
  margin-top  : 52px;
  margin-left : 74px;
}

.startTitle
{
  height      : 93px;
  width       : 222px;
  color       : #002d5f;
  font-family : "Futura Std", sans-serif;
  font-size   : 67px;
  font-weight : 300;
  line-height : 80px;
}

.subTitle
{
  height      : 60px;
  color       : #002d5f;
  font-family : "Futura Std", sans-serif;
  font-size   : 43px;
  font-weight : 300;
  line-height : 55px;
}

.mainTitle
{
  height        : 9.08%;
  width         : 15.42%;
  color         : #002d5f;
  font-family   : "Futura Std", sans-serif;
  font-size     : 54px;
  font-weight   : 300;
  line-height   : 80px;
  margin-top    : 3%;
  margin-bottom : 3%;
  padding-left  : 30px;
}

.genderValue
{
  height      : 5.86%;
  width       : 7.57%;
  color       : #000000;
  font-family : "Futura Std", sans-serif;
  font-size   : 25px;
  font-weight : 300;
  line-height : 55px;
}

.genderGroup
{
  display : inline-block;
}

.modal-header
{
  padding                         : 9px 15px;
  border-bottom                   : 1px solid #eeeeee;
  background-color                : #002d5f;
  -webkit-border-top-left-radius  : 5px;
  -webkit-border-top-right-radius : 5px;
  -moz-border-radius-topleft      : 5px;
  -moz-border-radius-topright     : 5px;
  border-top-left-radius          : 5px;
  border-top-right-radius         : 5px;
}

.img-center
{
  margin : 0 auto;
}

.img-responsive
{
  margin : 0 auto;
}

.textRadioButton
{
  color       : #000000;
  font-family : "Futura Std", sans-serif;
  font-size   : 25px;
}

.iconSelected
{
  background-color : #dae2e5;
}

.iconImage
{
  padding-top : 1vh;
}

.iconText
{
  color       : #000000;
  font-family : "Futura Std", sans-serif;
  font-size   : 25px;
  font-weight : 300;
  line-height : 45px;
  text-align  : center;
}

.todos-los-campos-field
{
  color       : #002d5f;
  font-family : "Futura Std", sans-serif;
  font-size   : 25px;
  font-weight : 300;
  line-height : 50px;
  text-align  : left;
}

.rowPaddingTop
{
  padding-top : 3vh;
}

.ageRangeRequiredError
{
  border-color     : red;
  border-style     : solid;
  background-color : #f4c3c9;
  color            : #d0021b !important;
}

.textRequiredError
{
  color : red !important;
}

#ageRangeId, .mouseIcon, .handIcon, .iconImage, .iconText
{
  cursor : pointer;
}

#ageRangeId
{
  height             : initial;
  color              : #000000;
  background         : url(../media/images/legalConditionsPage/select_arrow.png) no-repeat right #dae2e5;
  background-origin  : content-box;
  -moz-appearance    : none; /* Firefox */
  -webkit-appearance : none; /* Safari and Chrome */
  font-family        : "Futura Std", sans-serif;
  font-size          : 25px;
  font-weight        : 300;
  line-height        : 50px;
}

.radioError label::before
{
  border : 1px solid #d0021b !important;
}

.userLogoDiv
{
  background-color : #002d5f;
  text-align       : center;
}

.fixMargins
{
  width        : 100%;
  margin-left  : 0;
  margin-right : 0;
}