/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 20, 2017, 8:34:58 AM
    Author     : YassirTaqatqa
*/
.title_login{
    color:white;
    font-size: 17px;
}
.footer_custom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../img/top-bg.jpg) repeat-x;
    border-width: 0;
    height: 60px;
    text-align: center;
    width: 100%;
}
.footer_text{
    width: 247px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    color: white;
}
.footer_text a{
    text-decoration: none;
    cursor: pointer;
}
.link_footer{
    color: white;
 }
 .wrong_username{
     color: #e17f90;
 }
 #login{
     margin: 69px auto 0;
 }
 .logo_bjs{
     width: 198px;
 }
 @media only screen and (max-width : 768px) {
    .logo_bjs{
       width: 150px;
   }
   #login{
     margin: 11px auto 0 !important;
 }
}
