/*@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/MyriadPro-Regular.otf') format('opentype'), url('/fonts/MyriadPro-Regular.woff') format('woff'), url('/fonts/MyriadPro-Regular.ttf') format('truetype'), url('/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    @font-face {
    font-family:'Poppins';
    src: url(Poppins-Regular.ttf);
}
}*/


@font-face {
    font-family: 'Timezone';
    src: url('/fonts/HALTimezone-Regular.47f289bb3b89.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Styrene';
    src: url('/fonts/StyreneALC-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Loos Normal';
    src: url('/fonts/loos_regular.62779ee2.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }
  
  h1, h2, h3, title {
    font-family: 'Timezone', sans-serif;
  }
  
  .subtitle, .highlight, th, h4,.login-options, .login-opt-box, a {
    font-family: 'Styrene', sans-serif;
    font-size: 25px;
  }
  a {
    font-size: 18px !important;
  }
  
  body, p, td {
    font-family: 'Loos Normal', sans-serif;
  }
  
.btn-sample {
    color: #ffffff;
    background-color: #0070cd;
    border-color: #0070cd;
}
.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
    color: #ffffff;
    background-color: #0071ce;
    border-color: #0071ce;
}
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
    background-image: none;
}
.btn-sample.disabled,
.btn-sample[disabled],
fieldset[disabled] .btn-sample,
.btn-sample.disabled:hover,
.btn-sample[disabled]:hover,
fieldset[disabled] .btn-sample:hover,
.btn-sample.disabled:focus,
.btn-sample[disabled]:focus,
fieldset[disabled] .btn-sample:focus,
.btn-sample.disabled:active,
.btn-sample[disabled]:active,
fieldset[disabled] .btn-sample:active,
.btn-sample.disabled.active,
.btn-sample[disabled].active,
fieldset[disabled] .btn-sample.active {
    background-color: #EE9A14;
    border-color: #EE9A14;
}
.btn-sample .badge {
    color: #EE9A14;
    background-color: #ffffff;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.login-page {
    font-family: 'Poppins', sans-serif;
    background: url('/img/fondo_nuevo.png') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.back-shadow {
    width: 100%;
    max-width: 500px;
    background: #000;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.login-box {
    margin: 5% 0 0 5%;
    z-index: 10;
    position: relative;
    width: clamp(300px, 35vw, 580px);
}

.btn.btn-flat {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.login-box-body {
    background: transparent;
}
.login-box-body .form-control-feedback {
    color: #0070cd;
}
.login-logo {
    margin-bottom: 0;
    padding: 20px 0;
}
.login-logo a img {
    width: clamp(180px, 30vw, 380px); /* mínimo 180px, ideal 30% del ancho, máximo 380px */
    height: auto;
}
.login-box-msg {
    font-size: 35px;
    color: #000000;
    margin-bottom: 10px!important;
}
.message.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
}
.alert-info {
    font-size: 12px;
    color:#000 !important;
    background: #9fd7e5!important;
    border-color: #9fd7e5!important;
    margin-bottom: 0;
    margin-top: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.alert-success {
    background: #00a65a!important;
    border-color: #00a65a!important;
    margin-bottom: 0;
    margin-top: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.alert-danger {
    background: #dd4b39 !important;
    border-color: #dd4b39 !important;
    margin-bottom: 0;
    margin-top: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.alert-info h4 {
    font-size: 16px;
}
.alert-reset {
    margin-bottom: 20px;
}
.r_password {
    font-family: "Timezone";
    color: #000000;
    position: relative;
    top: 4px;
}
.r_password:hover, .r_password:active, .r_password:focus {
    
    color: #0071ce;
}
.alert-error-box {
    margin-bottom: 20px;
}
/*Login Options*/
.login-options a {
    color: #000;
    font-weight: 500;
}
.login-options .login-opt-box {
    display: flex;
    align-items: center;
    height: 70px;
    margin: 5px 0;
    border-radius: 5px;
    padding: 5px 0 5px;
    justify-content: center;
    white-space: nowrap;
    color: #ffffff;
}

.color-0{
    background: #0070cd;
    border: 1px solid #0070cd;
}

.color-0:hover, 
.color-0:focus, 
.color-0:active {
    background: #4ab278; /* Darker green for sufficient contrast */
    border: 1px solid #4ab278; /* Match border color to the hover background */
}

.color-1 {
    background: #0070cd;
    border: 1px solid #0070cd;
}
.color-2 {
    background: #00c5c0;
    border: 1px solid #00c5c0;
}
.color-1:hover, .color-1:focus, .color-1:active {   
    background-color: #002dd0;
}
.color-2:hover, .color-2:focus, .color-2:active {   
    background-color: #01aaa6;
}
.login-options  .login-opt-box img {
    width: 100%;
    height: 100%;
    max-width: 75px;
    object-fit: contain;
}
.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 0px 20px;
}
.div-login {
    padding-right: 35px!important;
    padding-left: 35px!important;
}

@media (max-width: 900px) {
    .login-page {
        background: url('/img/fondo_nuevo_mob.png');
        background-size: cover;
        background-attachment: scroll;
        overflow: auto;
    }

    .login-box {
        margin: 10% auto 0 auto;        
        width: 90vw;                    
    }

    .login-box-body {
        padding: 5vw;
    }

    .login-logo a img {
        width: 80%;
        max-width: 280px;
    }

    .login-box-msg {
        font-size: 22px;
    }

    .login-options .login-opt-box {
        height: 60px;
    }
}

