.background {
    z-index: 1;
    margin: 0;
}
.forehead {
    display: flex;
    justify-content: space-between;
    z-index: 2;
    width: 100%;
    margin: 0;
}

.half-width {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.logo {
    width: 350px;
    margin: auto;
}
.btn-recomended {
    font-family: Open Sans Light, Open Sans, arial;
    cursor: pointer;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    flex-wrap: normal !important;
    text-align: center;
    background-color: red;
    color: white;
    border-radius: 3px;
    font-size: 12px;
}
.btn-recomended p {
    padding: 2px;
}
.btn-google {
    font-family: Open Sans Light, Open Sans, arial;
    cursor: pointer;
    z-index: 9999;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-color: rgb(184, 184, 184);
}
.btn-google:hover {
    color: #000;
}
.btn-google img {
    border-radius: 3px;
    width: 25px;
    margin-right: 5px;
}

.login-container {
    margin-top: auto;
    padding-bottom: 180px;
    padding-left: 110px;
    padding-right: 110px;
    font-size: 10px;
}
.part1 {
    width: 35%;
    position: relative;
    align-items: center;
}

#img-cinta-logos {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: white;
}

#img-logo-grupo-flesan {
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 1;
}
#img-back-login {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.formulario-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 70%;
}

.part2 {
    position: relative;
    width: 65%;
    background-repeat: repeat-x;
    background-size: cover;
    background-position-x: center;
    box-shadow: inset 5px -5px 20px 0px #5c5c5c;
}
.spinner-login {
    margin-left: 10px;
}
/* Login css mediasquerys  */
@media screen and (min-width: 2844px) {
    .login-container {
        padding-bottom: 400px;
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media screen and (min-width: 2560px) {
    .login-container {
        padding-bottom: 400px;
        padding-left: 200px;
        padding-right: 200px;
    }
}

.img-login-caroucel {
    height: 100vh;
    width: 100%;
}
.icons-control-caroucel {
    color: #000;
}

#banner-img-descripcion {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

#banner-img-descripcion span {
    position: absolute;
    bottom: 50px;
    right: 0;
    background-image: url("https://qa.grupoflesan.com/carta_fianza/carta_fianza_BE/public/img/login/fondo_texto_foto.png");
    background-size: cover;
    font-size: 30px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 500;
    color: #7b7873;
    transition: all 3s;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    padding: 20px;
    border-radius: 50%;
    color: #000 !important;
}

@media screen and (min-width: 2048px) and (max-width: 3000px) {
    #banner-img-descripcion span {
        font-size: 2rem !important;
    }
    #img-logo-grupo-flesan {
        width: 20rem !important;
        margin-top: 2rem;
    }
    #img-back-login {
        width: 70%;
    }
    .part1 {
        width: 30%;
    }
    .part2 {
        width: 70%;
    }
    .formulario-login {
        width: 50%;
    }
}
@media screen and (min-width: 1500px) and (max-width: 2049px) {
    #banner-img-descripcion span {
        font-size: 1.3rem !important;
    }

    #img-logo-grupo-flesan {
        width: 15rem !important;
        margin-top: 1rem;
    }
    .formulario-login {
        width: 50%;
    }
    .logo {
        width: 260px;
    }
}
@media screen and (min-width: 1265px) and (max-width: 1499px) {
    #banner-img-descripcion span {
        font-size: 1.3rem !important;
    }
    .part1 {
        width: 30%;
    }
    .part2 {
        width: 70%;
    }

    #img-logo-grupo-flesan {
        width: 15rem !important;
        margin-top: 1rem;
    }
    .logo {
        width: 250px;
    }
}
