.userAuth.dark {
  background: #F2F2F2;
  min-height: 300px;
  margin-bottom: 3.125em;
  padding: 0;
}
.userAuth .title-id {
  position: relative;
  padding: 0 15px;
  margin: 3em 0 1em;
}
.userAuth .id {
    color: #1e1e23;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    text-align: center;
    font-size: 28px;
}
@media screen and (min-width: 992px) {
    .userAuth .id {
        text-align: left;
        display: inline-block;
        background: #F2F2F2;
        z-index: 2;
        position: relative;
        padding-right: 10px;
        font-size: 32px;
    }
    .userAuth .title-id:after {
      content: "";
      display: block;
      height: 1px;
      background: #1e1e23;
      position: absolute;
      top: 24px;
      z-index: 1;
      left: 15px;
      right: 15px;
    }
}
.userAuth .whiteBg {
  background: #FFF;
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
/*   box-shadow: -0px 15px 20px rgba(0, 0, 30, 0.1); */
    margin-bottom:10px;
}
.userAuth .whiteBg .titleBlock {
    color: #1e1e23;
    font-weight: 100;
    display: inline-block;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 30px;
}
.userAuth .form-control.error {
    border-bottom: 2px solid #FA003C;
    box-shadow: none;
}
.userAuth .whiteBg p {
  color: #1e1e23;
  font-weight: 700;
  display:inline-block;
}
.userAuth .form input {
  outline: 0;
    background: #f8f8f8;
    /* width: 100%; */
    border: 0;
    border-bottom: 2px solid #64e61e;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    display: inline-block;
    color: #333;
}
.userAuth .boxes {
  margin: auto;
  padding: 15px;
  padding-left: 0;
  background: transparent;
  min-width: 120px;
  min-height: 50px;
}

/*Checkboxes styles*/
.userAuth input[type="checkbox"] {
  display: none;
}

.userAuth input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-weight: 100;
  font-size: 1em;
  line-height: 1.4em;
  margin-top:0;
}

.userAuth input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

.userAuth input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #64e61e;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
  background:transparent;
}

.userAuth input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background:transparent;
}
.userAuth .form button {
  text-transform: uppercase;
  outline: 0;
  background: #1e1e23;
  border: 0;
  width: 50%;
  padding: 15px;
  color: #FFF;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight:700;
}
.userAuth .form button:hover,
.userAuth .form button:active,
.userAuth .form button:focus {
  background: #64e61e;
}
.userAuth .form a {
  color: #64e61e;
}
.userAuth .form a:visited {
  color: #64e61e;
}
.userAuth p.message {
  font-weight: 100;
  font-size: 1em;
  display:inline-block;
}

.userAuth select.form-control.phonePrefix {
  width: 100%;
  outline: 0;
  background: #f8f8f8;
  border: 0;
  border-bottom: 2px solid #64e61e;
  margin: 0 0 20px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  box-shadow: none;
}
.userAuth select.form-control.phonePrefix:focus {
    border-color: #64e61e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(56, 167, 187, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(56, 167, 187, 0.6);
}
.userAuth form .phoneSuffix-ctn {
    border-left: 3px solid #fff;
}
.userAuth form input.phoneSuffix {
  outline: 0;
  background: #f8f8f8;
  border: 0;
  border-bottom: 2px solid #64e61e;
  margin: 0 0 20px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  height:52px;
  width: 100%;
  border-radius:0;
}
.userAuth .nopadding {
  padding:0;   
  }

.userAuth .call {
  border:1px solid #64e61e;
  margin-top:15px;
}
.userAuth .call p {
  display:inline-block;
  margin:15px;
}

/*Radio */
.userAuth input[type="radio"] {
  /*display: none;*/
}

.userAuth input[type="radio"] + label {
 /* position: relative;
  padding: 18px 17px 17px;
  margin-bottom: 20px;
  color: #777;
  cursor: pointer;
  font-size: 12px;
  margin-top:0;
  background: #f8f8f8; */
  border: 0;
  box-shadow: none!important;
  background: transparent!important;
  text-transform: initial!important;
}

/*
.userAuth .btn-group {
    border-spacing: 1px;
    background: #e4e4e4;
}
*/

.userAuth input[type="radio"] + label:last-child {
  margin-bottom: 0;
}

div.userAuth .red a {
    color: #8C8C96;
}

/*.userAuth input[type="radio"] + label:before {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  border: 1px solid #64e61e;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  opacity: 0.6;*/
/*  -webkit-transition: all 0.12s, border-color 0.08s;*/
/*  transition: all 0.12s, border-color 0.08s;*/
/*  background:transparent;*/
/*}*/

.userAuth input[type="radio"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background:transparent;
}

.userAuth .form-control {
    height:52px;
}
@media only screen and (max-width: 1000px) {
    .userAuth form input.phoneSuffix {
    margin-left: 0;
}
}
@media only screen and (max-width: 468px) {
    .userAuth .form button {
        width: 100%;
    }
}

/*#16956 */
.userAuth .input-group-addon {
    background: #f8f8f8;
    border: none;
    border-bottom: 2px solid #64e61e;
    border-radius: 0;
    opacity: 1;
}
.userAuth .input-group-addon.error {
    border-bottom: 2px solid #FA003C;
}
/*/#16956 */

#createAccount, #loginAccount {
    margin-top: 20px;
}

.civ_bl {
    margin-bottom: 1em;
}

#last_name:hover:read-only, #first_name:hover:read-only {
    cursor: not-allowed;
}
#contact_form select option:first-of-type {
    color:#CCC;
}
#contact_form select option:disabled {
    color:#CCC;
}
#contact_form select.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #64e61e;
    border-color:#64e61e;
    outline:#64e61e;
}
#contact_form select, select option {
    color: #1e1e23;
}
#contact_form select:invalid, select option[value=""] {
    color: #CCC;
}
#contact_form .form-control:focus {
    border-color:#64e61e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #64e61e;
}
#contact_form .form-control:active {
    border-color:#64e61e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #64e61e;
}
#contact_form .form-control, #contact_form select.form-control {
    height:45px;
}
#contact_form textarea.form-control {
    height: auto;
}
#contact_form .fa.fa-user {
    padding-left: 14px;
}


.oppacity {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 25%;
}

#btn-group-choice label {
	width: 50%;
}