html,body, .login-logo-area{
    height:100%;
}

.login-page-body{
    background-color: #003355;
}

body {
    background-color: #eee;
  }
  
  .form-signin .form-signin-heading,
  .form-signin .checkbox {
    margin-bottom: 10px;
  }
  .form-signin .checkbox {
    font-weight: normal;
  }
  .form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #sent-messages{
      width:600px;
      margin:0px auto;
  }
  #sent-messages th{
      padding: 10px;
  }
  nav{
    background-color: #003355 !important;
  }
.login-logo-area, .login-page-main-row, .login-form{
      background-color: #003355;
      height: 100%;
  }

  .login-logo-title, .login-label{
      color: #eee;
      text-align:center;
      padding: 1rem;
  }
.login-page-main-container{
    height: 100vh;
}
.login-page-main-row, .login-form{
    min-height: 100%;
}
.login-form{
    margin-top: -25rem;
}
.login-form-section{
    height: 100%;
    min-height: 100%;
}
.login-logo-pic{
    width: 50%;
    margin-top:20px;
}
.form-signin-heading{
    color: #eee;
}
.first-page-container{
    margin-top: 2rem;
    margin-bottom: 30px;
}
.fax-card-padding{
    margin-top:5px;
}
.dtr-data{
    word-break: break-word !important;
}
@media only screen and (max-width: 991px) {
    .nav-item{
        border-bottom: #ffc107 3px solid;
    }
    .nav-item.active{
        border-bottom: #007bff 3px solid !important;
    }
    .nav-item:hover{
        border-bottom: #007bff 3px solid;
    }
    #nav-username{
        margin-top: 10px !important;
    }
}
@media only screen and (min-width: 992px) {
    .nav-item{
        border-bottom: #ffc107 3px solid;
        margin-right: 14px;
    }
    .nav-item.active{
        border-bottom: #007bff 3px solid !important;
    }
    .nav-item:hover{
        border-bottom: #007bff 3px solid;
    }
}
