/* Extra Small Devices (Mobiles – portrait) */
@media (max-width: 575px) {
  
}

/* Small Devices (Mobiles – landscape / small tablets)*/
@media (min-width: 576px) and (max-width: 767px) {

}

/*Medium Devices (Tablets)*/
@media (min-width: 768px) and (max-width: 991px) {
 nav .brand-logo{
    left: 20%;
 }
 .loginCard {
    margin-left: 90px;
    margin-top: 335px;
    } 
}

/*Large Devices (Laptops / small desktops)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*Extra Large Devices (Desktops / large monitors)*/
@media (min-width: 1200px) {

}