body{ color:#333; font-size:13px;}
input,select,textarea{color:#333;}
.bg{ width:100%; height:100%; position:absolute; background:url(./images/bg.jpg) }
.panel{background:#fff;}
form .form-group:last-child{padding-bottom:0;}
.passcode{position:absolute;right:0;bottom:0;height:32px;margin:1px;border-left:solid 1px #ddd;text-align:center;line-height:32px;border-radius:0 4px 4px 0;}
ul,li{ list-style-type:none;}

.field-icon-right .icon{ bottom:0px; top:auto}
.loginbox { background:url(./images/tmbg-white.png); border:0px;}

.preloader {
    display:inline-block;
    background-color: #ffffff;
    background-image: url("./loader1.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

#overlay {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:#111;
    /*	opacity:0.1;
    filter:alpha(opacity=10);*/
    z-index:1000;
    display: none;
}
#preloader {
    background: #000000 url("../../img/preloader.gif") no-repeat 12px 10px;
    font-size: 11px;
    height: 36px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -45px;
    padding: 10px;
    position: fixed;
    text-align: left;
    text-indent: 36px;
    top: 50%;
    width: 120px;
    z-index: 1209;
    opacity:0.8;
    filter:alpha(opacity=80);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #FFF;
    text-shadow:none;
    display: none;
}

body.error {
    background-image: url("../images/pick_bg.error.jpg");
}

/*alertMessage*/

.alertMessage,#alertMessage
{
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: -webkit-gradient(linear, left top, right bottom,
    color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
    color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
    color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    font-size:13px;
    text-transform:capitalize;
    /*	font-weight:bold;*/
    border: 1px solid!important;
    color: #fff;
    padding: 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    margin-bottom: 10px;
}
#alertMessage{
    position:fixed;
    /*	display:none;
    position: absolute;
    opacity:0;
    filter:alpha(opacity=0);*/
    right: -90px;
    text-transform: uppercase;
    bottom: 35px;
    z-index:100001;
    cursor:pointer;
    border: 1px solid;
    display: none;
}

.alertMessage.info ,#alertMessage.info
{
    border-color: #3b8eb5!important;
    background-color:#C2E3F0;
    color:#34667A!important;
    text-shadow:1px 1px 1px #C8EBFB;
}

.alertMessage.error ,#alertMessage.error
{
    border-color: #c43d3d!important;
    background-color:#fc4a48;
    color:#5A0000 !important;
    text-shadow:1px 1px 1px #E64040;
}
.alertMessage.warning ,#alertMessage.warning
{
    border-color: #d99a36 !important;
    background-color:#fcdb72;
    color:#987402 !important;
    text-shadow:1px 1px 1px #e7b104;
}
.alertMessage.success ,#alertMessage.success
{
    background-color: #61b832;
    border-color: #55a12c !important;
    /*	color:#324e03 !important;*/
    text-shadow:1px 1px 1px #5c9201;
}

.alertMessage h3
{
    margin: 0  !important;
    border:none;
    line-height: 25px !important;
    color:#FFF;
}
.text_success {
    font-size:14px;
    text-align:center;
    margin:0px 0 35px 0;
    line-height:25px;
    position: absolute;
    left: 50%;
    width: 200px;
    top: 50%;
    z-index: 50;
    margin-left: -100px;
    text-transform: uppercase;
    padding: 20px 0px;
    margin-top: -100px;
    display: none;
}
.text_success img {
}
.text_success span {
    display: block;
    padding: 10px;
    color: #CCC;
}
.input_error{
    border-color: red;
}