
div#BotBootInputImage {
 float: left;
 padding: 4px 20px;
 font-size: 20px;
 margin: 5px 0;
 background: url('/static/images/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;
 top:10px;
}

.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;
}
 