﻿.PruebaBL {
    background-image: url('../imagenes/magnamachinery-maquinaria-de-construccion-pavimentos-equipos-de-pavimentacion-costa-rica.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.alert {
    position: relative;
    padding: 0;
    min-width: 250px;
}
.alert button.close {
    margin: 0.45rem 1rem;
    opacity: 0.75;
}
.alert button.close:hover {
    opacity: 1;
}
.alert-icon,
.alert-text {
    display: table-cell;
    vertical-align: middle;
}
.alert-icon {
    min-width: 40px;
    text-align: center;
    font-size: 2.2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 1rem;
}
.alert-text {
    color: #2d3a51;
    padding: 2.4rem;
    width: 100%;
}
.alert-text > h5 {
    margin-top: 0;
    font-weight: 600;
}
.alert .alert-link {
    font-weight: normal;
    color: #4790e6;
}
.alert ul {
    margin: 0;
}
.alert ul li {
    margin-bottom: 0.2rem;
}
.alert ul li:last-child {
    margin-bottom: 0;
}
.alert-warning {
    background-color: #fff8f5;
    border-color: #ffccb3;
}
.alert-warning .alert-text h5 {
    color: #ff5400;
}
.alert-warning button.close {
    color: #ff5400;
}
.alert-warning .alert-icon {
    background-color: #ff5400;
}
.alert-help {
    background-color: #fffcf5;
    border-color: #ffe4ad;
}
.alert-help .alert-text h5 {
    color: #ffab00;
}
.alert-help button.close {
    color: #ffab00;
}
.alert-help .alert-icon {
    background-color: #ffab00;
}
.alert-info {
    background-color: #f7fbff;
    border-color: #cee5ff;
}
.alert-info .alert-text h5 {
    color: #3592ff;
}
.alert-info button.close {
    color: #3592ff;
}
.alert-info .alert-icon {
    background-color: #3592ff;
}
.alert-danger {
    background-color: #fdf5f5;
    border-color: #f6d3d3;
}
.alert-danger .alert-text h5 {
    color: #d33534;
}
.alert-danger button.close {
    color: #d33534;
}
.alert-danger .alert-icon {
    background-color: #d33534;
}
.alert-success {
    background-color: #edf8ed;
    border-color: #b9e4b9;
}
.alert-success .alert-text h5 {
    color: #42ae42;
}
.alert-success button.close {
    color: #42ae42;
}
.alert-success .alert-icon {
    background-color: #42ae42;
}
   /*Contenedor formulario*/
.popup_form {
    position: absolute;
    top: 150%;
    left: 50%;
    backdrop-filter: blur(7px);
    transform: translate(-50%, -50%) scale(1.25);
    width: 380px;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    border-radius: 10px;
    transition: top 0ms ease-in-out 200ms, opacity 200ms ease-in-out 8ms, transform 200ms ease-in-out 0ms;
}
.popup_form.active {
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: top 0ms ease-in-out 0ms, opacity 200ms ease-in-out 8ms, transform 200ms ease-in-out 0ms;
}
.popup_form > .form_data > .form-element > label {
    font-size: 17px;
    font-weight: bold;
}
.popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
    font-size: 16px;
    margin-left: 0rem;
}
.popup_form > .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: #eee;
    text-align: center;
    line-height: 15px;
    border-radius: 15px;
    cursor: pointer;
}
.close-btn > i {
    color: #1C3354;
    font-size: 30px;
}
.close-btn > i:hover {
    color: #c5b358;
    transform: rotate(135deg);
}
.popup_form > .form_data > h2 {
    text-align: center;
    color: #B68B2E;
    margin: 10px 0px 20px;
    font-size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.popup_form > .form_data > h2::after {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 3px;   
    width: 50px;
    left: 30%;
    top: 60px;
}
.popup_form > .form_data > .form-element {
    margin: 15px 0px;
}
.popup_form > .form_data > .form-element > label {
    font-size: 16px;
    color: #B68B2E;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.popup_form > .form_data > .form-element > input[type="text"],
.popup_form > .form_data > .form-element > input[type="password"],
.popup_form > .form_data > .form-element > #COMPANIA {
    margin-top: 5px;
    display: block;
    width: 96%;
    padding: 10px;
    outline: none;
    border: 1px solid #aaa;
    border-radius: 5px;
}
.popup_form > .form_data > .form-element > input[type="text"]:focus,
.popup_form > .form_data > .form-element > input[type="password"]:focus,
.popup_form > .form_data > .form-element > #COMPANIA {
    border-color: #c5b358;
    border-bottom-width: 2px;
}
.popup_form > .form_data > .form-element > input[type="checkbox"] {
    margin-right: 5px;
}
/*Botón login*/
.popup_form > .form_data > .form-element > button {
    width: 96%;
    height: 40px;
    border: none;
    outline: none;
    font-size: 15px;
    transition: all ease 5s;
    background-color: #B68B2E;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.popup_form > .form_data > .form-element > button:hover {
    transition: all ease .5s;
    background-color: #D4AF37;
}
.popup_form > .form_data > .form-element > a {
    display: block;
    text-align: right;
    font-size: 15px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/*Responsivo*/
@media screen and (max-width: 1024px) {
    .PruebaBL {
        background-image: url('../imagenes/magnamachinery-maquinaria-de-construccion-pavimentos-equipos-de-pavimentacion-costa-rica-responsivo-900.png');
    }
    .popup_form {
        width: 44rem;
        height: 41rem;
    }
    .popup_form > .form_data > h2 {
        font-size: 37px !important;
    }
    .popup_form > .form_data > .form-element > label {
       font-size: 35px !important;
       font-weight: bold;
    }
    .popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
       font-size: 34px !important;
       margin-left: 0rem;
    }
    .popup_form > .form_data > .form-element > button {
        margin-top: 2rem;
        font-size: 28px;
        width: 97%;
        height: 5rem;
    }
}
@media screen and (max-width: 912px) {
    .popup_form {
        width: 37rem;
        height: 38rem;
    }
}
@media screen and (max-width: 853px) {
    .popup_form {
        width: 36rem;
        height: 35rem;
    }
    .popup_form > .form_data > h2 {
        font-size: 34px !important;
    }
    .popup_form > .form_data > .form-element > label {
        font-size: 32px !important;
    }
    .popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
       font-size: 31px !important;
       margin-left: 0rem;
    }
}
@media screen and (max-width: 820px) {
    .popup_form {
        width: 30rem;
        height: 32rem;
    }
    .popup_form > .form_data > h2 {
        font-size: 30px !important;
    }
    .popup_form > .form_data > .form-element > label {
       font-size: 30px !important;
    }
    .popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
       font-size: 30px !important;
       margin-left: 0rem;
    }
    .popup_form > .form_data > .form-element > button {
       margin-top: 1rem;
       font-size: 23px;
       width: 14rem;
       height: 3rem;
    }
}
@media screen and (max-width: 800px) {
    .popup_form {
        height: 30rem;
    }
    #mostrarLabel {
        font-size: 20px;
    }
    .popup_form > .form_data > .form-element > label {
        font-size: 25px !important;
    }
}
@media screen and (max-width: 768px) {
    .popup_form {
        width: 28rem;
        height: 32rem;
    }
    .popup_form > .form_data > .form-element > button {
        font-size: 19px;
        width: 97% !important;
        height: 3.5rem !important;
    }
}
@media screen and (max-width: 712px) {
    .popup_form {
        text-rendering: optimizeLegibility; /* Mejora la legibilidad del texto */
       -webkit-font-smoothing: antialiased; /* Para navegadores WebKit */
       -moz-osx-font-smoothing: grayscale;
    }
    #mostrarLabel {
        font-size: 24px;
    }
    .popup_form > .form_data > h2 {
        font-size: 27px !important;
    }
    .popup_form > .form_data > .form-element > label {
        font-size: 25px !important;
    }
    .popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
        font-size: 27px !important;
        margin-left: 0rem;
    }
}
@media screen and (max-width: 640px) {
    .popup_form {
        width: 20rem;
        height: 14rem;
        margin-top: 0.8rem;      
    }
    #mostrarLabel{
        font-size: 9px;
    }
    .popup_form > .form_data > h2 {
        margin-top: -10.5px !important;
        font-size: 10px !important;
    }
    .popup_form > .form_data > h2::after {        
        width: 20px;
        height: 1px;
        left: 40%;
        top: 43px;        
    }
    .popup_form > .form_data > .form-element > label {
        font-size: 9px !important;
    }
    .popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
        font-size: 0px !important;
        margin-left: 0rem;
    }
    .popup_form > .form_data > .form-element > button {
        margin-top: 0rem;
        font-size: 9px;
        width: 5rem;
        height: 1.5rem;
    }
}
@media screen and (max-width: 600px) {
    .popup_form {
        width: 26rem;
        height: 29rem;
    }
    #mostrarLabel{
        font-size: 20px;
    }
    .popup_form > .form_data > h2 {
        font-size: 24px !important;
    }
    .popup_form > .form_data > .form-element > label {
        font-size: 21px !important;
    }
    .popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
        font-size: 20px !important;
        margin-left: 0rem;
    }
}
@media screen and (max-width: 540px) {
    .PruebaBL {
        background-image: url('../imagenes/responsivo apartir de 500px (2).png');
    }
    .popup_form {
        width: 18rem !important;
        height: 24rem !important;
    }
    .popup_form > .form_data > h2 {
        font-size: 20px !important;
    }
    .popup_form > .form_data > .form-element > label {
        font-size: 17px !important;
    }
    .popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
        font-size: 16px !important;
        margin-left: 0rem;
    }
    .popup_form > .form_data > .form-element > button {
        font-size: 19px;
        width: 97% !important;
        height: 3.5rem !important;
    }
}
@media screen and (max-width: 480px) {
    .popup_form {
        width: 20rem !important;
        height: 22rem !important;
    }
    .popup_form > .form_data > h2 {
        font-size: 21px !important;
    }
    .popup_form > .form_data > .form-element > label {
        font-size: 18px !important;
    }
    .popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
        font-size: 19px !important;
    }
    .popup_form > .form_data > .form-element > button {
        font-size: 17px;
        width: 9rem;
        height: 3rem;
    }
}
@media screen and (max-width: 414px) {
    .popup_form > .form_data > h2 {
        font-size: 23px !important;
    }
    .popup_form > .form_data > .form-element > label {
        font-size: 20px !important;
    }
    .popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 412px) {
    .popup_form {
        width: 20rem !important;
        height: 22rem !important;
    }
    #mostrarLabel {
        font-size: 16px;
    }
}
@media screen and (max-width: 393px) {
    .popup_form > .form_data > h2 {
        font-size: 19px !important;
    }
    .popup_form > .form_data > .form-element > label {
        font-size: 17px !important;
    }
    .popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
        font-size: 16px !important;
    }
    .popup_form > .form_data > .form-element > button {
        margin-top: -0.1rem;
        font-size: 15px;
        width: 94%;
        height: 2rem;
    }
}
@media screen and (max-width: 390px) {
    .popup_form {
        width: 17rem !important;
        height: 22rem !important;
    }
}
@media screen and (max-width: 384px) {
    .PruebaBL {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .popup_form > .form_data > h2 {
        font-size: 16px !important;
    }
    .popup_form > .form_data > .form-element > label {
        font-size: 13px !important;
    }
    .popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 375px) {
    #mostrarLabel {
        font-size: 12px;
    }
}
@media screen and (max-width: 360px) {
    .popup_form {      
        text-rendering: optimizeLegibility; /* Mejora la legibilidad del texto */
        -webkit-font-smoothing: antialiased; /* Para navegadores WebKit */
        -moz-osx-font-smoothing: grayscale;
    }
    #mostrarLabel {
         font-size: 15px; 
    }
    .popup_form > .form_data > h2 {
        font-size: 18px !important;
    }
    .popup_form > .form_data > .form-element > label {
        font-size: 16px !important;
    }
    .popup_form > .form_data > .form-element > input[type="text"], .popup_form > .form_data > .form-element > input[type="password"], .popup_form > .form_data > .form-element > #COMPANIA {
        font-size: 14px !important;
    }
    .popup_form > .form_data > .form-element > button {
        margin-top: -0.1rem;
        font-size: 15px;
        width: 98%;
        height: 2rem;
    }
}
@media screen and (max-width: 353px) {
    .popup_form {
        width: 12rem;
        height: 21rem;
    }
    .popup_form > .form_data > h2 {
        font-size: 17px !important;
    }
    .popup_form > .form_data > .form-element > label {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 320px) {
    .popup_form {
        width: 76% !important;
        height: 21rem !important;
        margin-top: 2rem;
    }
}

