.bv-form .help-block {
    margin-bottom: 0
}

.nav-tabs li.bv-tab-success>a {
    color: #3c763d
}

.nav-tabs li.bv-tab-error>a {
    color: #a94442
}

.center {
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
    width: 100%;
    min-height: calc(100vh - 45px);
    height: auto;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
    color: #999;
    background: #f5f5f5;
    font-family: 'Sarabun', sans-serif;
}

.form-control,
.form-control:focus,
.input-group-addon {
    border-color: #e1e1e1;
    border-radius: 0;
}

.signup-form {
    color: #202124;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
}

.signup-form h2 {
    color: #636363;
    margin: 0 0 15px;
    text-align: center;
}

.signup-form .lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}

.signup-form form {
    border-radius: 1px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.signup-form .form-group {
    margin-bottom: 30px;
}

.signup-form label {
    font-weight: normal;
    font-size: 16px;
}



.signup-form .form-control {
    min-height: 38px;
    box-shadow: none !important;
    border-width: 1px 1px 1px 1px;
}

.signup-form .input-group-addon {
    max-width: 42px;
    text-align: center;
    background: none;
    border-width: 1px 1px 1px 1px;
    padding-left: 5px;
}

.label-group-addon {
    color: #000000;
    text-align: left;
    padding-left: 11px;
    padding-bottom: 3px;
    /* margin: 20px 0 12px 0;*/
}

.label-group-addonview {
    color: #000000;
    text-align: left;
    padding-left: 11px;
    padding-bottom: 3px;
    margin: 5px 5px 5px 5px;
}

.label-group-addon span {
    color: red !important;
    /* text-align: left;
    padding-left: 11px;
    padding-bottom: 3px; */
    /* margin: 20px 0 12px 0;*/
}

.signup-form .btn {
    font-size: 16px;
    /* font-weight: bold;*/
    /* background: #4585F1; */
    border-radius: 3px;
    border: none;
    min-width: 140px;
    outline: none !important;
    /* float: right; */
}
.btn-link:hover, .btn-link:focus{
    /* font-size: 13px!important; */
    /* outline: none !important; 
    float: right!important; */
    background: transparent!important;
} 
.signup-form .btn .modal {
    /* font-size: 16px; */
    color : #000000;
    /* font-weight: bold;*/
     background: transparent;
     color : #000000;
    /* border-radius: 3px;
    border: none;
    min-width: 140px;
    outline: none !important;
    float: right; */
} 

.signup-form .has-error {
    color: red!important;
}

.signup-form .help-block {
    color: red!important;
    font-size: 14px!important;
}

.signup-form .btn:hover,
.signup-form .btn:focus {
    background: #3367D6;
}

.signup-form a {
    color: #3367D6;
    text-decoration: none;
}

.signup-form a:hover {
    text-decoration: underline;
}

.signup-form .fa {
    font-size: 21px;
}

.signup-form .fa-paper-plane {
    font-size: 17px;
}

.signup-form .fa-check {
    color: #fff;
    left: 9px;
    top: 18px;
    font-size: 7px;
    position: absolute;
}

.footerlabel {
    padding-top: 0%;
    padding-bottom: 2%;
    text-align: center;
    font-size: 85%;
    color: #999;
}

.copyfooter { 
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding: 5px 0 5px 0;
text-align: center;
font-size: 85%;
line-height: 1.33;
/* color: #fff;  */
} 
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
  }


  .img-responsive{
    display: block;
    height: auto;
    max-width: 100%;
	  margin:0 auto;
  }

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.sub-heading {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 17px;
    top: -11px;
    font-size: 16px;
    color: #058;
    background-color: #fff;
}

msg-error {
    color: #c65848;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.g-recaptcha.error {
    border: solid 2px #c64848;
    padding: .2em;
    width: 19em;
}

