
*:focus {
  outline:0 !important;
}
label{
  cursor: pointer;
}
.userForm {
  padding: 0 !important;
}
.userForm h4 {
font-family: 'Open Sans', sans-serif;  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.userForm h5 {
font-family: 'Open Sans', sans-serif;  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  margin-bottom: 2px;
  margin-right: 5px;
}
.span-12 {
  width: 100%;
}

.span-10 {
  width: 83.3%;
}

.span-2 {
  width: 16.6%;
}

.userForm p {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
#showPassword span {
  pointer-events: none;
}
.userForm a {
  text-align: center;
}
.userForm label {
  font-size: 15px;
}

.userForm input[type="text"],
input[type="password"],
input[type="email"],
.userForm select {
  padding-left: 10px;
  font-size: 14.5px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  border-radius: 3px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  outline: none;
  height: 37px;
  width:100% !important;
}

.userForm select:first-child {
  color: rgba(0, 0, 0, 0.3);
}

.btn {
  display: block;
  height: 37px;
  padding: 5px;
  margin: 0 auto;
  font-family: 'Open Sans',Sans-serif;
  color: white;
  background-color: rgb(23, 161, 207);
  border: 1px solid rgb(23, 161, 207);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.userForm select:focus {
  box-shadow: 0 0 0px #51cbee;
}

.userForm small {
  margin: 0;
  padding: 0;
  font-size: 65%;
  position: absolute;
  bottom: -19px;
  left: 0;
}
.input {
  padding: 1px !important;
}
.userForm h5 {
  display: inline-block;
}
.social_wrapper .button{
  padding-top:14px;
  padding-bottom:14px;

}
.split.button {
  width: 100%;
  border-radius: 3px;
  padding-right: 0;
  padding-left: 3.09375rem;
  text-align: center;
  color: white;
   }
.split.button:hover {
  opacity: 0.9;
    }
.split.button:active {
  opacity: 1;
    }
  .split.button.facebook {
    background: #3b5998;
    text-transform: uppercase;
    margin-bottom: 0;
}
    .split.button.facebook span {
      background: #2d4373;
      border-radius: 3px 0 0 3px;
      border: none;
    }
      .split.button.facebook span:after {
        border: none;
        font-family: "FontAwesome";
        content: "\f230";
        font-size: 1.8rem;
        line-height: 0.25rem;
        margin-left: -0.7rem; }

  .split.button.google {
    background: #d50f25;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
    .split.button.google span {
      background: #a50c1d;
      border-radius: 3px 0 0 3px;
            border: none;

    }

      .split.button.google span:after {
        border: none;
        font-family: "FontAwesome";
        content: "\f1a0";
        font-size: 1.8rem;
        line-height: 0.25rem;
        margin-left: -0.7rem; }
  .split.button.left-icon {
    text-align: center; }
    .split.button.left-icon span {
      left: 0; }

.login .tabs{
  background-color: #efefef;
}
.login .tabs-content{
  margin: 2rem 0 1.5rem 0;
}

.login .tabs .tab-title{
  width: 50%;
  text-align: center;
  border-top:6px #bfbfbf solid;
  background-color: #cfcfcf

}
.login .tabs .tab-title:hover{
  width: 50%;
  text-align: center;

}
.login .tabs .tab-title >a {
  font-weight: 600;
  font-size: 18px;
  font-family: "Open Sans", Helvetica, sans-serif;
    color: #666;
    background-color: #cfcfcf;

}
.login .tabs .tab-title >a:hover {
  font-weight: 600;
  font-size: 18px;
  font-family: "Open Sans", Helvetica, sans-serif;
    color: #666;
    background-color: #dfdfdf;

}
.login .tabs .tab-title.active{
  border-bottom: none;
  border-top:6px rgba(20,189,110,1) solid;

}
.login .tabs .tab-title.active >a {
  background-color: #fff;
  color: #000;
}
.divisor{
  margin: 30px 0 20px 0;
  height: 14px;
}
  .divisor .line{
    border-bottom: 1px solid #acacac;
    height: 9px;
    width: 42.5%;
    float: left;
  }
  .divisor .divisor_text{
    color: #888;
    font-style: italic;
    line-height: 14px;
    width: 15%;
    float: left;
    text-align: center;
  }

.login_button{
  font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.35rem;
}

.login label h5{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 9.889px;
}
.login label h5 > .forgot{
text-align: right;
    position: absolute;
    right: 0;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    padding-right: 12px;
  margin-top: -20px;
}


/*---------------------------------
Parent only for alignment purposes

*/
.parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e8e8e8;
  height: 100vh;
  width: 100vw;
}

/*-----------------------------------
Override progress bar default styles

*/

.progress {
  min-width: 100%;
  height: 8px;
  padding-top: 1px;

}


.progress-meter {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #43ac6a;
  height: 5px;

}

.round {
  border-radius: 4px;
}

.round__right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.round__left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}



/*---------------------------

    ~ User Forms Form Styles ~

---------------------------*/

.userForm {
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 3px #aaa;
}

@media screen and (min-width: 320px) {
  .userForm {
    padding: 25px 1rem 25px 1rem;
  }
}
@media screen and (min-width: 520px) {
  .userForm {
    padding: 25px 5rem 25px 5rem;
  }
}

.userForm--group {
  padding-top: 16px;
  clear: both;
}

.userForm--group label {
  text-align: left;
  cursor: default;
}




/*---------------------------

    ~ Signup Form Styles ~

---------------------------*/



.signup--title {
  padding-bottom: 5px;
}

.signup--title span {
  color: #43ac6a;
}


.signup--terms {
  margin: 0 auto;
}

.userForm--field {
  position: relative;
}

.userForm--field:nth-of-type(1)  {
  float: left;
}

.userForm--field:nth-of-type(2){
  float: right;
}

.userForm--field-error-form {
  position: absolute;
  left: 1px;
  bottom: 0;
  height: 0;
  transition: all 0.3s ease-out;
}

.userForm--field i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}



.userForm--group:last-child .button {
  margin-top: 15px;
}

.fi-check {
  color: #43ac6a;
}

.fa-info-circle {
  color: #2199e8;
}

/*
  Form validation Styles
  based on form-validation
  classes
*/
input.valid {
  border-color: #43ac6a;
}
.help-block.form-error-form {
  display: block;
}



.hide_pass_label{
  display: none;
}

/* -----------------------------

  ~ Autocomplete Styles ~

---------------------------- */

.autocomplete-suggestions {

  background-color: white;
  overflow-x: hidden;
  border-left: 1px solid rgb(204, 204, 204);
  border-right: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
  box-shadow: 0 1px 6px rgba(0,0,0,0.3);
  color: rgba(0,0,0,0.75);

}
.autocomplete-suggestion {
  color: rgba(0,0,0,0.75);

}

.autocomplete-suggestions .autocomplete-selected{
  color: white;
  background-color: #008cba;
  overflow-x: hidden;

}

@media screen and (min-width:500px) {
  .userForm {
    min-width: 450px;
  }
}
