/* Scss Document */
.table01 {
  white-space: nowrap; }

.bg-login {
  background: #14a6a3;
  padding-top: 5rem; }
  @media (max-width: 767px) {
    .bg-login {
      padding-top: 2rem; } }

.login-logo {
  position: relative; }
  .login-logo div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 200px;
    height: 150px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem; }
    .login-logo div img {
      margin-bottom: .5rem; }
    @media (max-width: 767px) {
      .login-logo div {
        position: relative;
        width: 120px;
        height: auto; } }

.sidebar-logo {
  width: 70px; }

.bg-sidebar {
  background: #14a6a3; }

form.user .form-control-user {
  font-size: 1rem; }

form.user .btn-user {
  font-size: 1rem; }
