﻿* {
    margin-top: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Popins', sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    transition: 0.5s;
    background-image: url(../../Content/images/bkg/_fondo3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contenido {
    position: relative;
    float: left;
    /*border: 1px dashed #cccccc;*/
    margin: 3px;
}

.field-validation-error {
    color: red;
    display: flex;
    justify-content: center;
    font-size: 13px;
}

.box_1 ._img {
    width: 100%;
    height: 100vh;
    background-image: url(../../Content/images/bkg/pantalla.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-color: white;
    border-top-right-radius: 20px;
}


body.active {
    background: #f43648;
}

.contenedor {
    position: relative;
    width: 800px;
    height: 500px;
    border-radius: 6px;
}

._contenedor_cards {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 45px, rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

    ._contenedor_cards .box_1 {
        position: relative;
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

._contenedor_solicitud {
    background: #004f9f;
    width: 100%;
    text-align: center;
    padding-top: 19px;
    color: white;
    font-weight: 700;
    border-bottom-right-radius: 20px;
}


    ._contenedor_solicitud:hover {
        background: #76b729;
        color: white;
        transition: 1s;
    }

        ._contenedor_solicitud:hover button {
            background: #004f9f;
        }

/* ._contenedor_solicitud:hover i {
        margin-left: 80px;
        transition: 2s;

    } */

._contenedor_cards .box_1 h2 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 10px;
}

.formBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
    transition: 0.5s ease-in-out;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

    .formBx.active {
        left: 50%;
    }

    .formBx .form {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 50px;
        transition: 0.5s;
    }

    .formBx.active .signinForm {
        left: -100%;
        transition-delay: 0s;
    }

    .formBx .signupForm {
        left: 100%;
        transition-delay: 0.s;
    }

    .formBx.active .signupForm {
        left: 0%;
        transition-delay: 0.25s;
    }

    .formBx .signinForm {
        transition-delay: 0.25s;
    }

    .formBx .form form {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .formBx .form form h3 {
            font-size: 1.5em;
            color: #333;
            margin-bottom: 20px;
            font-weight: 500;
        }

        .formBx .form form input {
            width: 100%;
            margin-bottom: 20px;
            padding: 10px;
            outline: none;
            font-size: 16px;
            border: 1px solid #333;
        }

            .formBx .form form input[type="text"] {
                border-radius: 20px !important;
                border-inline-end-style: none !important;
                border-bottom-color: #76b729 !important;
                border-bottom-width: 3px !important;
                padding: 9px !important;
            }

            .formBx .form form input[type="password"] {
                border-radius: 20px;
                border-inline-end-style: none;
                border-bottom-color: #76b729;
                border-bottom-width: 3px;
                padding: 9px !important;
            }

._btn_inicio {
    background: #004f9f;
    border: none;
    color: #fff;
    width: 100%;
    cursor: pointer;
    padding: 10px;
}

._btn_solicitudServicio {
    background: #76b729;
    padding: 5px;
    width: 60%;
    color: white;
    margin-bottom: 10px;
    border-radius: 20px;
}

    ._btn_solicitudServicio:hover {
        transition: 1s;
        background-color: #004f9f;
    }


._btn_inicio:hover {
    transition: 1s;
    background-color: #76b729;
}


.formBx .form form .forgot {
    color: #333;
}

._contenedor_logo {
    display: flex;
    justify-content: center;
}

._logo {
    width: 82%;
    margin-bottom: 26px;
}



._alert_message {
    position: absolute;
    top: 86%;
    left: 7px;
    font-size: 11px;
    width: 97%;
    max-height: 69px;
    border-radius: 12px;
}

._icon_close {
    position: absolute;
    font-size: 17px;
    left: 94%;
    color: #c91818;
    background: #ffffff;
    border-radius: 40px;
    cursor: pointer;
}


#_olvidoContraseña {
    font-size: 13px;
    margin-left: 14px;
    margin-top: 11px;
}

@media (max-width:991px) {
    .contenedor {
        /*max-width: 70%;
        height: 49%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        top: -5%;*/
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-height: 52%;
        max-height: 100%;
    }

    .box_1 ._img {
        height: 0px;
        width: 0px;
    }


    .contenedor ._contenedor_cards {
        top: 0;
        height: 100%;
    }

    /*.formBx {
        width: 100%;
        height: 87%;
        top: 0;
        box-shadow: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }*/
    .formBx {
        width: -webkit-fill-available;
        height: -webkit-fill-available;
        top: 0;
        box-shadow: none;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }

    ._contenedor_cards .box_1 {
        position: absolute;
        width: 100%;
        height: 100px;
        bottom: 0;
    }


    ._contenedor_solicitud {
        background-color: white;
        color: black;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        display: none;
    }

    .box.signin {
        top: 0;
    }

    .formBx.formBx.active {
        left: 0;
        top: 150px;
    }

    ._alert_message {
        position: absolute;
        top: 84.5%;
        left: 7px;
        font-size: 11px;
        width: 97%;
        max-height: 91px;
        border-radius: 12px;
    }

    .formBx .form {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 50px;
        transition: 0.5s;
        height: auto;
    }

    ._logo {
        width: 86%;
        margin-bottom: 13%;
        margin-top: 12%;
    }

    .formBx .form form input[type="text"] {
        border-radius: 107px !important;
        border-inline-end-style: none !important;
        border-bottom-color: #76b729 !important;
        border-bottom-width: 3px !important;
        padding: 5% !important;
        font-size: 30px;
    }

    .formBx .form form input[type="password"] {
        border-radius: 107px !important;
        border-inline-end-style: none !important;
        border-bottom-color: #76b729 !important;
        border-bottom-width: 3px !important;
        padding: 5% !important;
        font-size: 30px;
    }

    .formBx .form form input[type="checkbox"] {
        border-radius: 111px !important;
        border-inline-end-style: none !important;
        border-bottom-color: #76b729 !important;
        border-bottom-width: 3px !important;
        padding: 42px !important;
        font-size: 31px;
        height: 41px;
        width: 31px;
    }

    .contenido label {
        position: relative;
        float: left;
        margin: 3px;
        font-size: 27px;
        padding: 9px;
    }

    ._btn_inicio {
        padding: 33px;
        font-size: 27px;
        margin-top: 17px;
    }

    #_olvidoContraseña {
        margin-top: 30px;
        font-size: 28px;
        margin-left: 15px;
    }

    ._contenedor_solicitud {
        font-size: 25px !important;
    }

    ._btn_solicitudServicio {
        padding: 25px;
        font-size: 26px;
    }

    #_textSolicitud {
        font-size: 24px;
        padding: 10px;
    }

  
}
