/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


/* Hide default WHMCS header on login page */

body.login .navbar,
body.login .navbar-default,
body.login #header,
body.login .header,
body.login > nav:first-of-type {
  display: none !important;
}

body.login {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.login .container,
body.login #main-body {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}