﻿.PruebaBL {
    background-image: url('../img/login-magna-restaurant-costa-rica-magna-it-solutions-1280px..png');
    background-position: center;
    background-size: cover;
}

.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;
    }

.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(255,255,255,0.4);
    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 > .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: #fff;
    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;
        background-color: #034920;
        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: #fff;
        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;
        margin-left: 18px;
    }

        .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: #034920;
            border-bottom-width: 2px;
        }

    .popup_form > .form_data > .form-element > input[type="checkbox"] {
        margin-right: 5px;
    }

    .popup_form > .form_data > .form-element > button {
        width: 100%;
        height: 40px;
        border: none;
        outline: none;
        font-size: 16px;
        background-color: #034920;
        /* background-image: linear-gradient(to left,#cfb53b, #C5B358, #C5B358);*/
        color: #fff;
        font-weight: 700;
        border-radius: 10px;
        transition: all ease-in-out 0.5s;
        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 {
            background: #13430f;
            transition: all ease-in-out 0.5s;
        }

    .popup_form > .form_data > .form-element > a {
        display: block;
        text-align: right;
        font-size: 15px;
        color: #1C3354;
        text-decoration: none;
        font-weight: 600;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

/*    Responsivo imagen y login*/
@media (max-width:900px) {
    .PruebaBL {
        background-image: url('../img/login-magna-restaurant-costa-rica-magna-it-solutions-900px.png') !important;
        background-position: center !important;
        background-size: cover !important;
    }

    .popup_form > .form_data > h2 {
        font-size: 34px;
    }

        .popup_form > .form_data > h2::after {
            top: 80px;
        }

    .popup_form > .form_data > .form-element > label {
        font-size: 30px;
    }

    .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 {
        width: 96%;
        height: 70px;
        font-size: 24px;
    }

    .popup_form > .form_data > .form-element > button {
        width: 100%;
        height: 68px;
        font-size: 31px;
    }

    .popup_form {
        top: 180%;
        height: 540px;
        width: 540px;
    }
}

@media (max-width:500px) {
    .PruebaBL {
        background-image: url('../img/login-magna-restaurant-costa-rica-magna-it-solutions-500px.png') !important;
        background-position: center !important;
        background-size: cover !important;
    }

    .popup_form > .form_data > h2 {
        font-size: 34px;
    }

        .popup_form > .form_data > h2::after {
            top: 80px;
        }

    .popup_form > .form_data > .form-element > label {
        font-size: 30px;
    }

    .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 {
        width: 96%;
        height: 70px;
        font-size: 24px;
    }

    .popup_form > .form_data > .form-element > button {
        width: 100%;
        height: 68px;
        font-size: 31px;
    }

    .popup_form {
        top: 180%;
        height: 540px;
        width: 540px;
    }
}
