input#signup {
   }
div#BotBootInputImage {
    padding: 3px 18px;
    font-size: 20px;
    margin: 5px 0;
    background: url(../captcha.png) no-repeat;
    color: #000000;
    font-weight: 700;
}
 .loader {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    background: rgba(255, 255, 255, 0.6);
}

pre {
    font-size: 11px;
    /* padding: 4px !important; */
    color: red;
    background: none !important;
    border: none !important;
    position: absolute;
    /* padding: 59.5px; */
    padding-top: 62px;
}

.error {
border: 1px solid red !important ;
}

.loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}

.alert.alert-success {
    font-size: 20px;
}


.alert.alert-success {
    font-size: 20px;
    position: absolute;
    top: 25%;
    left: 25%;
}


em {
    /* position: absolute; */
    color: red;
    /* padding-left: 25px; */
    font-size: 12px;
}

div.selector span {
    display: inline-block;
    width: 92%;
    line-height: 31px;
    height: 30px;
    display: none;
    padding: 0 4%;
    background: url(../images/ico/spinner.png) 97% 8px no-repeat;
    white-space: nowrap;
}

.countrycode {
    webkit-box-shadow: 0 1px 1px rgba(204, 204, 204, 1) inset, 0 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: 0 1px 1px rgba(204, 204, 204, 1) inset, 0 1px 0 rgba(255,255,255,1);
    box-shadow: 0 1px 1px rgba(204, 204, 204, 1) inset, 0 1px 0 rgba(255,255,255,1);
    width: 100%;
    margin-right: 1%;
    float: left;
    border: 1px solid #ccc;
    font: normal 11px 'OpenSansRegular';
    color: #999;
    padding: 6px 4%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
	
article.one-third {
    height: auto;
}

lable {
    padding: 5px;
    float: left;
}
 