/* Slide login Button */
form {
    margin: 0px;
    width: 100%
}

label {
    float: left;
    clear: both;
    width: 100px;
    margin-top: 10px
}

select,
input {
    float: left;
    margin-top: 10px
}

label.large {
    width: 150px
}

.clr {
    clear: both
}

.notice {
    background-color: #d8e6fc;
    color: #35517c;
    border: 1px solid #a7c3f0;
    padding: 10px;
    margin-top: 10px;
}

.code {
    margin: 30px;
    border: 1px solid #F0F0F0;
    background-color: #F8F8F8;
    padding: 10px;
    color: #777;
}
/* Slide login Button */
/* Paste this css to your style sheet file or under head tag */
    /* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/Preloader_2.gif') center no-repeat #fff;
}
