﻿:root {
    --def: #45A2D7;
    --inv: #fff;
}

.container {
    max-width: 700px;
    width: auto;
    background: transparent;
    padding: 25px 30px;
    border-radius: 5px;
    color: black;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

body {
    font-family: 'Playfair Display', serif;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.login-form {
    /*background: #222;
    //box-shadow: 0 0 1rem rgba(0,0,0,0.3);*/
    min-height: 10rem;
    margin: auto;
    max-width: 50%;
    box-shadow: 14px 10px 20px -11px;
    border-radius: 1rem;
}

#fileList {
    height: 13rem;
    overflow: auto;
}

.inner-table {
    width: 100%;
    transition: 1s all;
}

#myTable_wrapper,
#UpdateTable_wrapper {
    overflow: auto;
    width: 100% !important;
    padding: 3rem !important;
    border-radius: 2rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    /*    box-shadow: rgb(0 36 224 / 12%) 0px 4px 6px -1px, rgb(56 121 181 / 6%) 0px 2px 4px -1px !important;
*/
}

#fileList > p {
    padding: 1rem;
    margin: 1rem;
    text-align: start;
    background-color: #2288dd36;
}

.login-text {
    /*    //background: hsl(40,30,60);
    //border-bottom: .5rem solid white;*/
    color: white;
    font-size: 1.5rem;
    margin: 0 auto;
    max-width: 50%;
    padding: .5rem;
    text-align: center;
    /*    //text-shadow: 1px -1px 0 rgba(0,0,0,0.3);*/
}

.fa-stack-1x {
    color: red;
}



.login-username, .login-password {
    background: transparent;
    border: 5px solid;
    border-color: #fff;
    border-bottom: 1px solid rgba(white, .5);
    color: white;
    display: block;
    margin: 1rem;
    padding: .5rem;
    transition: 250ms background ease-in;
    width: calc(100% - 3rem);
}

    .login-username:focus, .login-password:focus {
        background: white;
        color: black;
        transition: 250ms background ease-in;
        outline: none;
    }

    .login-username::placeholder, .login-password::placeholder {
        color: white;
    }
    .login-username:active {
        border: none;
        outline: none;
    }


.login-forgot-pass {
    /*    border-bottom: 1px solid white;*/
    bottom: 0;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 75%;
    left: 0;
    opacity: 0.6;
    padding: .5rem;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

    .login-forgot-pass:hover {
        opacity: 1;
    }


.login-submit {
    border: none;
    background: #12466c;
    color: white;
    display: block;
    margin: 1rem auto;
    min-width: 1px;
    padding: .25rem;
    transition: 250ms background ease-in;
    padding: 0.5rem;
}

    .login-submit:hover, .login-submit:focus {
        background: #07838f;
        border: none;
        /*    color: black;
*/ transition: 250ms background ease-in;
    }






[class*=underlay] {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
}

/*FONDO DE INICIA SESION*/
.underlay-photo {
    /*    animation: hue-rotate 6s infinite;
*/ /*background: url('/Images/Archivo.png'); #E7d6d3*/
    /*background: linear-gradient(to bottom right, #dd78ee, #e69597);*/
    background: linear-gradient(to bottom right, #00ff23, #001a98);
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(30%);
    z-index: -1;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.underlay-gradient-blue {
    /*background: url('/Img/Imagen_capital.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2;*/
    background: #b485c0;
}

.regexp label {
    margin: 1rem
}

.regexp {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

@keyframes hue-rotate {
    from {
        -webkit-filter: grayscale(30%) hue-rotate(0deg);
    }

    to {
        -webkit-filter: grayscale(30%) hue-rotate(360deg);
    }
}

.btn-index {
    position: relative;
    padding: 1.4rem 0.2rem;
    padding-right: 3.1rem;
    font-size: 1.4rem;
    color: var(--inv);
    letter-spacing: 1.1rem;
    text-transform: uppercase;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    user-select: none;
}

    .btn-index::before, .btn-index::after {
        content: '';
        position: absolute;
        transition: inherit;
        z-index: -1;
    }

    .btn-index:hover {
        color: var(--def);
        transition-delay: .5s;
    }

        .btn-index:hover::before {
            transition-delay: 0s;
        }

        .btn-index:hover::after {
            background: var(--inv);
            transition-delay: .35s;
        }


/* From center */

.from-center::before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    border: 1px solid var(--inv);
    border-left: 0;
    border-right: 0;
}

.from-center::after {
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: var(--inv);
}

.from-center:hover::before {
    left: 0;
    width: 100%;
}

.from-center:hover::after {
    top: 0;
    height: 100%;
}

.formestilo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.contenedorform {
    display: flex;
    align-content: center;
    height: 600px;
}


.raleway-300 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
