.theme_image {
    text-align: center;
}

.theme_image img {
    height: 226px;
}

@media(min-width:992px){
    .theme_image {
        text-align: right;
    } 
}

.loginbox{

    background-color: rgb(245, 245, 245);
    padding: 20px;
    border-radius: 2px;
}
.loginbody{
    background-image: url("../img/login-image.c8431d639bee.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.asteriskField {
    display: none;
}
#div_id_login_language > label{
    display: none;
}
.lang-div{
    background:#fff;
    color:#500E18;
    width: 100%;
    padding: 7px;
    padding-left: 11px;
    padding-right: 23px;
    border-radius: 2px;
}
#div_id_login_language{
    margin-bottom:0px;
}
.loginbox h3{
    margin-top: -20px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 21px;
    background-color:#06F;
    padding: 22px;
    margin-right: -20px;
    margin-left: -20px;
    color: #FFF;
}
body{
    background-image: url("../img/back.bb0db4e30bce.png");
    background-size: cover;
    padding-top: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
.login_label{
    color: #888;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 15px;

}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
}
.footer p{
    margin: 0px;
    float: right;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: bolder;
    color: #444;
}
#login_form{
    margin-bottom: 20px;
}
.icon1{
    position: absolute;
    right: 418px;
    bottom: 290px;
}
.icon2{
    position: absolute;
    left: 406px;
    bottom: 73px;
}
.icon3{
    position: absolute;
    right: 247px;
    bottom: 136px;
}
.icon4{
    position: absolute;
    left: 266px;
    bottom: 428px;
}
.icon5{
    position: absolute;
    left: 357px;
    bottom: 400px;
}
.icon6{
    position: absolute;
    left: 984px;
    bottom: 437px;
}
.icon7{
    position: absolute;
    left: 571px;
    bottom: 557px;
}
.icon8{
    position: absolute;
    left: 731px;
    bottom: 136px;
}
.icon9{
    position: absolute;
    left: 382px;
    bottom: 231px;
}
#c{
    position: absolute;
    margin-top: -125px;
    opacity: 0.4;
}
.flash-alert{

    text-align: center;
    margin: auto;
    left: 37%;
    margin-top: 10px;
}
.alert-error{
    color: #DD3B3B;
    background-color: #EAC6B9;
    border-color: #FACCCC;
}

#fgt_password{
    font-style  : italic;
    padding     : 5px;
    line-height : 2.3;
}