div#div_row_login_main {
    height: 100%;
}
img#img_login_logo {
    height: 60px;
    display: block;
    margin: auto;
}
#form_login [type=text],
#form_login [type=password]{
    width: 100%;
    height: 35px;
    background-color: #F5F5F5;
}
form#form_login label{
    display: none;
}
#div_col_login_form {

}
form#form_login {
    margin-top: 25px;
}
#div_log_corner1{
    position: absolute;
    bottom: 0px;
    left: -51px;
    overflow-y: hidden;
    height: 270px;
    width: 390px;
}
#div_log_corner1::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 270px;
    background-image: url(/immac26static/project_theme1/images/logo.jpg);
    background-size: cover;
    opacity: 0.1;
}
#div_log_corner2{
    position: relative;
    z-index: 1;
    color: black;
    padding: 10px;
}
a#btn_mod_login {
    width: 100%;
    z-index: 2;
    border-radius: 17px;
}
.notifyjs-wrapper {
    z-index: 3 !important;
}
/* 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){

}