/* Copyright © 2020. Enfil de México SA de CV.
 * All Rights Reserved/Todos los derechos reservados.
 * Proprietary and confidential - Información propietaria y confidencial.
 */

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Corporate image:
    - Red color: #e4002b
    - White color: #ffffff
    - Dark Red color: #651d32
    - Black color: #101820
    - Secondary Red color: #c5003e
    - Gray color: #d4d2d5
*/


/* Main Layout
 * ---------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/* Login 
 * ---------------------- */
.login-page {
    /*-ms-flex-align: center;*/
    align-items: center;
    background: linear-gradient(0, black, #e4002b);
    /*display: -ms-flexbox;*/
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    /*-ms-flex-pack: center;*/
    justify-content: center;
}

.login-box {
    margin-bottom: 30%;
    width: 360px;
}
@media (max-width: 576px) {
    .login-box {
        width: 100%;
    }
}

.login-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: .9rem;
    text-align: center;
}
.login-logo a {
    color: #d4d2d5;
}
.login-logo a:hover {
    color: white;
    text-decoration: none;
}

.login-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
}

.login-card-body {
    background: #ffffff;
    border-top: 0;
    color: #666;
    padding: 20px;
}

.login-card-body .input-group .form-control {
    border-right: 0;
}
.login-card-body .input-group .form-control:focus {
    box-shadow: none;
}
.login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text {
    border-color: #80bdff;
}
.login-card-body .input-group .input-group-text {
    background-color: transparent;
    border-bottom-right-radius: 0.25rem;
    border-left: 0;
    border-top-right-radius: 0.25rem;
    color: #777;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



/* Sticky footer styles
-------------------------------------------------- */
/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/*a {
  color: #0366d6; // Provide sufficient contrast against white background
}*/

/*.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/*html {
  font-size: 14px;
}*/

/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

/*.border-top {
  border-top: 1px solid #e5e5e5;
}*/

/*.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}*/

/*.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}*/

/*button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/