div#div_row_login_main {
    height: 100%;
}
div#div_row_login_logo {
    margin-bottom: 60px;
}
img#img_login_logo {
    width: 248px;
}
#rev_row_tit_log{
    margin-bottom: 30px;
}
#lbl_tittle{
    line-height: 30px;
}
label#id_username_label,
#id_password_label{
    color: #FFF;
}
div#div_row_login_form {
    padding-top: 25px;
    padding-bottom: 25px;
}
#form_login label{
    width: 25%;
}
#form_login [type=text],
#form_login [type=password]{
    width: 65%;
    height: 35px;
}
a#btn_mod_login{
    margin-top: 20px;
    margin-bottom: 20px;
}
a#btn_mod_login:hover{
    background-color: #C1282D !important;
}
img#img_login_ray {
    position: absolute;
    height: 670px;
    right: 50px;
    margin-top: -500px;
}
.row.row_line_deco {
    height: 35px;
}

/* Small and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
    img#img_login_ray {
        
    }   
}