input#signup {
   }
div#BotBootInputImage {
    float: left;
    padding: 8px 24px;
    font-size: 20px;
    margin: 5px 0;
    background: url(../captcha.png) no-repeat;
}
 .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: 0px !important;
    color: red;
    background: none !important;
    border: none !important;
	    position: absolute;
}

.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: 0px;
    font-size: 12px;
}
	