/*Basura*/
.container .body-content {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.removeTrash1 {
    background-image: linear-gradient(52deg, rgba(163, 163, 163, 0.09) 0%, rgba(163, 163, 163, 0.09) 33.3%,rgba(100, 100, 100, 0.09) 33.3%, rgba(100, 100, 100, 0.09) 66.6%,rgba(162, 162, 162, 0.09) 66.6%, rgba(162, 162, 162, 0.09) 99%),linear-gradient(258deg, rgba(193, 193, 193, 0.06) 0%, rgba(193, 193, 193, 0.06) 33.3%,rgba(169, 169, 169, 0.06) 33.3%, rgba(169, 169, 169, 0.06) 66.6%,rgba(92, 92, 92, 0.06) 66.6%, rgba(92, 92, 92, 0.06) 99%),linear-gradient(129deg, rgba(45, 45, 45, 0.03) 0%, rgba(45, 45, 45, 0.03) 33.3%,rgba(223, 223, 223, 0.03) 33.3%, rgba(223, 223, 223, 0.03) 66.6%,rgba(173, 173, 173, 0.03) 66.6%, rgba(173, 173, 173, 0.03) 99%),linear-gradient(280deg, rgba(226, 226, 226, 0.06) 0%, rgba(226, 226, 226, 0.06) 33.3%,rgba(81, 81, 81, 0.06) 33.3%, rgba(81, 81, 81, 0.06) 66.6%,rgba(186, 186, 186, 0.06) 66.6%, rgba(186, 186, 186, 0.06) 99%),linear-gradient(85deg, rgba(225, 225, 225, 0.04) 0%, rgba(225, 225, 225, 0.04) 33.3%,rgba(95, 95, 95, 0.04) 33.3%, rgba(95, 95, 95, 0.04) 66.6%,rgba(39, 39, 39, 0.04) 66.6%, rgba(39, 39, 39, 0.04) 99%),linear-gradient(128deg, rgba(184, 184, 184, 0.06) 0%, rgba(184, 184, 184, 0.06) 33.3%,rgba(0, 0, 0, 0.06) 33.3%, rgba(0, 0, 0, 0.06) 66.6%,rgba(140, 140, 140, 0.06) 66.6%, rgba(140, 140, 140, 0.06) 99.89999999999999%),linear-gradient(323deg, rgba(40, 40, 40, 0.07) 0%, rgba(40, 40, 40, 0.07) 33.3%,rgba(214, 214, 214, 0.07) 33.3%, rgba(214, 214, 214, 0.07) 66.6%,rgba(190, 190, 190, 0.07) 66.6%, rgba(190, 190, 190, 0.07) 99.89999999999999%),linear-gradient(61deg, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 33.3%,rgba(241, 241, 241, 0) 33.3%, rgba(241, 241, 241, 0) 66.6%,rgba(55, 55, 55, 0) 66.6%, rgba(55, 55, 55, 0) 99%),linear-gradient(0deg, #2625e3,#0bbaef);
    width: 100% !important;
    padding: 20px !important;
}



.removeTrash2 {
/*    background: blue !important;*/
    height:100%;
    display:flex;
    justify-content:center;
    align-items: center;
}

ps {
    height: 100% !important;
    overflow: hidden !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: initial !important;
}

* {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
}

.container_login {
    /* border: 5px solid red; */
    margin: 0px;
    height: 100vh;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
}

.login_wrapper {
    /* border: 1px solid blue; */
    max-height: 700px;
    max-width: 1200px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px; */
}

.login_wrapper_left {
    /* border: 1px solid black; */
    width: 100%;
    max-width: 600px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    overflow: auto;
}

.login_wrapper_left__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
    pointer-events: none;
}

.login_wrapper_left__top__wrp_img {
    width: 50px;
    height: 50px;
    display: flex;
}

.login_wrapper_left__top__wrp_titles {
    line-height: 0px;
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
    justify-content: center;
    align-items: center;
}

.login_wrapper_left__top__wrp_h1 {
}


.login_wrapper_left__top__wrp_titles_description {
    color: #777777;
    font-size: 13px;
}

.login_wrapper_left__half {
    display: flex;
    grid-gap: 10px;
    flex-direction: column;

}

.input_container {
    grid-gap: 5px;
    display: flex;
    flex-direction: column;
}

.input_container__title {
    font-size: 14px;
    font-weight: 300;
/*    line-height: 6px;*/
    user-select: none;
    pointer-events: none;
    margin:0px
}

.input_container__input {
    height: 40px !important;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    width: 300px !important;
    transition: 0.5s;
}

.singup {
    max-width: 300px;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #141414;
    color: white;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
}

input:focus {
    outline: none; /* Eliminar el borde por defecto */
    /* border-color: #666666; Cambiar el color del borde al enfocarse */
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 2px;
    /* box-shadow: 0 0 5px rgba(102, 102, 102, 0.5); Agregar sombra al enfocar */
}

.login_wrapper_left__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    height: 90px;
}

.login_wrapper_left__bottom__request {
    font-size: 14px;
    cursor: pointer;
    transition: 0.5s;
}

    .login_wrapper_left__bottom__request:hover {
        text-decoration: underline;
    }

.login_wrapper_left__bottom__alert {
    color: Red;
    font-size: 14px;
    cursor: default;
    transition: 0.5s;
}

.login_wrapper_right {
    /* border: 1px solid yellow; */
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    display: flex;
    object-fit: contain;
    position: relative;
    /* background-image: linear-gradient(238deg, rgba(4, 4, 4, 0.05) 0%, rgba(4, 4, 4, 0.05) 56%,rgba(211, 211, 211, 0.05) 56%, rgba(211, 211, 211, 0.05) 100%),linear-gradient(223deg, rgba(96, 96, 96, 0.05) 0%, rgba(96, 96, 96, 0.05) 58%,rgba(161, 161, 161, 0.05) 58%, rgba(161, 161, 161, 0.05) 100%),linear-gradient(263deg, rgba(232, 232, 232, 0.05) 0%, rgba(232, 232, 232, 0.05) 65%,rgba(243, 243, 243, 0.05) 65%, rgba(243, 243, 243, 0.05) 100%),linear-gradient(90deg, rgb(204, 82, 252),rgb(17, 31, 118)); */
    /* background-image: radial-gradient(circle at center center, rgb(71, 71, 71),rgb(8, 8, 8)); */
}

.img_wrapper {
    /* border: 1px solid red; */
    max-height: 250px;
    max-width: 250px;
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    user-select: none;
    pointer-events: none;
}

.pch_logo {
    width: 100%;
    object-fit: contain;
}



.area {
    background: #04244C;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100%;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: #324C68;
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}



@media only screen and (max-width: 780px) {


    .container {
        padding: 30px;
    }

    .login_wrapper_right {
        display: none;
    }

    .login_wrapper_left {
        max-width: 100%;
        padding: 20px;
        box-sizing: content-box;
        display: flex;
    }
}
