html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* ==========================
   Identidad Tiein
   ========================== */

.navbar-tiein {
    background: linear-gradient( 90deg, #136391 0%, #0098DA 55%, #04A1DD 100% );
}


.btn-tiein {
    background-color: #0098DA;
    border-color: #0098DA;
    color: white;
}


.btn-tiein:hover {
    background-color: #136391;
    border-color: #136391;
    color: white;
}

.user-info a.btn {
    color: white !important;
    border-color: rgba(255,255,255,.6);
}

.user-info a.btn:hover {
    color: white !important;
    background-color: rgba(255,255,255,.15);
}

.menu-link {
    color: white;
    text-decoration: none;
    margin-left: 15px;
}

.menu-link:hover {
    color: white;
    text-decoration: underline;
}

.user-info .btn-outline-light {
    color: white !important;
}

    .user-info .btn-outline-light:hover {
        color: white !important;
    }

.navbar-tiein .nav-link {
    margin-left: 15px;
    margin-right: 15px;
}
