
body {
    background-image: url('../background.jpg');
    background-position: center;
    background-size: cover;
}

html {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.bcr-logo{
    width:100%;
    text-align: center;
    margin: auto;
    padding-top: 10px;
}

.bcr-logo img {
    text-align: center;
    margin: auto;
    width: 180px;
}


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #1c1e2b !important;
}

.alert {
    position: absolute;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    margin: 24px;
    max-width: 33vw;
    min-width: 290px;
    padding: 14px 16px;
    min-height: 86px;
    transform-origin: center;
    top: 0px;
    right: 0px;
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.flex-container {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 40%);
}

.flex-container ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.validation-summary-errors {
    padding-left: 20px;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.path-svg {
    fill: #721c24;
}

.cerrar-icon {
    margin-right: 10px;
}
.info-icon {
    margin-left: 10px;
    transform: rotate(180deg);
}

.flex-container {
    animation-fill-mode: forwards;
    animation-name: zoomIn, zoomOut;
    animation-delay: 0s, 4s;
    animation-duration: 0.2s;
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* forgot password confirmation */
.forgot-pass.container,
.error-page.container,
.access-denied.container {
    color: #ffffff;
}
/* forgot password confirmation */


/* login */
.login-container {
    min-width: 400px;
    min-height: 420px;
    background-color: #f7f7f7;
    border-radius: 25px;
}

form.login-form {
    margin: 0px 30px;
}

.login-button, .home-button {
    margin-top: 30px;
}
/* login */

/* home is4 */
.home-container {
    min-width: 649px;
    background-color: #f7f7f7;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;   
    padding: 0px 20px 20px 20px;
}

.home-gestion-logo {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding-top: 10px;
}

.home-gestion-logo img {
    text-align: center;
    margin: auto;
    width: 180px;
}

.home-button-container{
    min-width: 300px;
}

.home-bcr-logo{
    width: 75%;
}

.social-icon{
    width: 24px;
}

.social {
    width: 100%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

.home-info-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    width: 100%;
    min-height: 250px;
    padding-top: 30px;
}

.info-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.info-right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
}

.info-right-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.info-right-icon {
    height: 100%;
    padding: 3px 10px;
    padding-top: 0px;
}

.button-container {
    margin: 0px 30px;
}

.link-external {
    text-decoration: none;
    color: white;
}

.link-external:hover {
    text-decoration: none;
}

.body-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-button {
    margin-top: 20px;
}

.home-info-title {
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .container {
        width: 95vw !important;
    }

    .login-page {
        height: 93vh !important;
        display: grid !important;
        align-content: center !important;
    }

    .forgot-page {
        height: 93vh !important;
        display: grid !important;
        align-content: center !important;
    }

    .reset-page {
        height: 93vh !important;
        display: grid !important;
        align-content: center !important;
    }

    .login-container {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    .login-container {
        width: 90vw;
        min-width: 90vw;
    }
    
}
@media screen and (max-width: 700px) {

    p {
        margin: 0px;
    }

    .home-container {
        max-width: 400px;
        width: 90vw;
        min-width: unset;
        min-height: auto !important;
        padding: 0px 10px 10px 10px !important;
    }

    .home-info-container {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 10px;
        gap: 10px;
    }

    .info-left, .info-right {
        width: 100%;
        max-width: 262px;
    }

    .home-gestion-logo {
        padding-top: 0px !important;
    }

    .home-bcr-logo {
        max-height: 100px;
        max-width: 200px;
    }

    .home-button-container {
        min-width: 200px;
    }

    .home-bottom-container {
        padding-top: 10px;
    }

    .social-list {
        max-width: 380px;
    }

    .social {
        height: 50px;
    }

    .info-right {
        gap: 10px;
        font-size: 13px;
    }

    .home-button{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .info-right-icon {
        padding-left: 0px;
    }
    .social-list {
        justify-content: space-between;
    }
}


/* home is4 */
        /* Carousel */
        /*.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
*/
        /* Make .svg files in the carousel display properly in older browsers */
        /*.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}*/
        /* QR code generator */
        /*#qrCode {
    margin: 15px;
}*/
        /* Hide/rearrange for smaller screens */
        /*@media screen and (max-width: 767px) {*/
        /* Hide captions */
        /*   .carousel-caption {
        display: none;
    }*/
        /*}*/


.fade-in {
    animation: fadeIn ease 0.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
