

@media (min-width:768px){
   body {
       
        background: url('../img/bg-login.gif') no-repeat;
        background-color: #acacac!important;
        color: #fff!important;
      } 
}
@media (max-width:767px){
   body {
       
        background: url('../img/bg-login.gif') no-repeat;
        background-color: #acacac!important;
        color: #fff!important;
        background-position: -217px 45px;
      } 
}

.notification{
    border: 0;
    background-color: #585b66;
    background:#585b66 url('../img/icons/information.png') no-repeat 17px 12px;
    color: #fff !important;
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}
.log{
    padding-top: 75px;
    font-size: 31px;
    font-weight: bold;
    font-family: Calibri, Helvetica, Arial, sans-serif;

    color: #fff;
    -webkit-text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    -moz-text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    padding-bottom: 32px;
}
