.userAuth.dark {
  background: #F2F2F2;
  min-height: 300px;
  margin-bottom: 3.125em;
  padding: 0;
}
.userAuth .title-id {
  position: relative;
  padding: 0 15px;
  margin: 3.125em 0;
}
.userAuth .id {
  color: #1e1e23;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    display: inline-block;
    background: #F2F2F2;
    z-index: 2;
    position: relative;
    padding-right: 10px;
    font-size: 34px;
}
.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;
    margin-bottom: 30px;
    font-size: 24px;
}
.userAuth .form-control.error {
    border-bottom: 2px solid #FA003C;
    box-shadow: none;
}
.userAuth .whiteBg p {
  color: #1e1e23;
  font-weight: 700;
  display:inline-block;
  margin-bottom:30px;
}
.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;
}

/*Checkboxes styles*/
.userAuth input[type="checkbox"] {
  display: none;
}

.userAuth input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #1e1e23;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-weight: 100;
  font-size: 1em;
  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;
  margin-bottom: 30px;
  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;
  margin-bottom:30px;
}

.userAuth select.form-control.phonePrefix {
  width: 100%;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  border-bottom: 2px solid #64e61e;
  margin: 0 0 20px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.userAuth form input.phoneSuffix {
  outline: 0;
  background: #f2f2f2;
  border: 0;
  border-bottom: 2px solid #64e61e;
  margin: 0 0 20px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  height:53px;
  border-radius:0;
  width: 98%;
  margin-left: 2%;
}
.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 {
  /*display: block;*/
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #1e1e23;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-weight: 100;
  font-size: 1em;
  margin-top:0;
}

.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 */