﻿#myTabContent {
    padding: 35px 30px;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 5%);
}
.swal-footer {
    text-align: center;
}
.boton-ingresar {
    background: #a0d8d1;
    color: #fff;
    font: Arial;
    font-weight: Bold;
    font-size: 18px;
}

    .boton-ingresar:hover, .boton-login:hover {
        opacity: 0.5;
    }

.boton-login {
    background: #E5E5E5;
    color: #747679;
    font: Arial;
    font-weight: normal;
    font-size: 18px;
}

.titulo-login {
    font: Arial;
    font-weight: bold;
    font-size: 35px;
    color: #2E1C46;
}

.container {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 200% !important;
}

.fondo-logo {
    background-image: url(../../Image/Login/Residuos.gif);
    background-color: #f7f6f7;
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: center;
    height: 100%;
}

.label-login {
    color: #747679;
    font: Arial;
    font-weight: 700;
    font-size: 24px;
}

.imagen-logo {
    width: 40% !important;
    height: 40%;
    margin-top: 30%;
    margin-left: 25%;
}

.border-md {
    border-width: 2px;
}

a:hover {
    color: black;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2D1D45;
}

body {
    min-height: 100vh;
}



.form-control:not(select) {
    padding: 1.5rem 0.5rem;
}



select.form-control {
    height: 52px;
    padding-left: 0.5rem;
}



.form-control:focus {
    color: #495057;
    background-color: #fff !important;
    border-color: #ced4da !important;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

label.error {
    color: red;
    width: 100% !important;
    margin-top: 10px;
}

.caja-texto {
    position: fixed;
    width: 0;
    height: 64px;
    right: 92px;
    bottom: 3px;
    overflow: hidden;
    z-index: 9999;
}

    .caja-texto p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px !important;
        font-weight: bold !important;
        text-align: center !important;
        color: #443357;
    }

.boton-chat {
    position: fixed;
    background-image: url(../../Image/Login/logo.gif);
    background-size: cover;
    border: 1px solid;
    right: 20px;
    bottom: 17px;
    width: 70px;
    height: 70px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    z-index: 9999;
    background-color: #fff;
}

.pqs-logo {
    position: fixed;
    background-image: url(../../Image/Login/logo.gif);
    background-size: cover;
    width: 250px;
    height: 250px;
}

#myTabContent {
    border-radius: 21px 21px 21px 21px;
    -moz-border-radius: 21px 21px 21px 21px;
    -webkit-border-radius: 21px 21px 21px 21px;
    border: 2px solid #2D1D45;
}
