.options{
  margin: 0px;
  padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: 'oswald',sans-serif;
font-size: 18px;
}

h1{
  color: white;
}



.yesno {
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
}

.button-wrap {
  position: relative;

  top: 50%;

}


.button-label {
  display: inline-block;
  padding: 10px 10px;

  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  color: #292929;

  background: #efefef;

  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button-label h1 {
  font-size: 20px;
  font-family: "oswald", sans-serif;
}
.button-label:hover {
  background: #d6d6d6;
  color: #101010;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
.button-label:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}


#already-have-an-account-1:checked + .button-label {
  background: #2ECC71;
  color: #efefef;
}
#already-have-an-account-1:checked + .button-label:hover {
  background: #29b765;
  color: #e2e2e2;
}

#already-have-an-account-2:checked + .button-label {
  background: #D91E18;
  color: white;
}
#already-have-an-account-2:checked + .button-label:hover {
  background: #c21b15;
  color: #e2e2e2;
}
.hidden {
  display: none;
}
.panel-title{
  font-family: 'oswald',sans-serif;
  font-size: 20px;
  color: #fff;
}

.panel-default > .panel-heading {

    background-color: #41bb8e;
    border-color: #ddd;
    }

    .form-control {
    background-color: #428c5430;
    }


.input-group-addon{
    padding-right: 15px;

    padding-left: 15px;
}
.select-row{
 margin-bottom: 15px;
}
.fa{
  width: 24px;

}
.form-group {
    margin-bottom: 10px;
}
.final{
  margin-bottom: 0px;
  margin-top: 15px;
}
.first-email{
  margin-bottom: 0px;
}

label {
    margin-bottom: 10px;

}
.no-margin{
margin-bottom: 0px;
}
.select2-container .select2-choice {
  padding: 15px 25px !important;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 7px 15px !important;
}


@media (min-width: 1200px){
  .close-b{
    margin-right: 15px;
  }
}

@media (max-width: 992px)
{
label.team{
  margin-top: 10px;
}
}
.last{
  margin-bottom: 0px;
}
  @media (max-width: 400px) {
 .form-control {
    padding: 15px 10px;
  }
    }

h3.main-title {
  margin-bottom: 10px;
}
.col-xs-12{
padding-left: 0px;
padding-right: 0px;
}
.remove-individual-form{
      width: 35px;
    height: 35px;
}