@font-face {
    font-family: 'Lexend';
    src: url('../fuentes/Lexend-VariableFont_wght.ttf');
}

body {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Lexend', sans-serif;
    min-height: 100vh;
    background-image: url('../imagen/fond.jpg');
    background-repeat: no-repeat;
    background-size: cover;

 }

.login-centrar .row{
    min-width: max-content !important;
}
.account-block {
    text-align: center;
    padding-top: 40px;
    background-color: #000000;
    background-image: url("../imagen/fondo2.svg");
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    position: relative;

    justify-content: center;
    align-items: start;
}

.account-block .account-testimonial {
    text-align: center;
    color: #fff;
    font-family: 'Lexend', sans-serif;
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.text-theme {
    /* color: #1E265B !important; */
    font-family: 'Lexend', sans-serif;
}

.btn-theme {
    background-color: #1E265B;
    border-color: #1E265B;
    color: #fff;
}

.btn:hover{
    background: #fff;
    border-color: #1E265B;
    color: #1E265B;
}

.bloque-login{
    border-end-end-radius: 2%;
    border-start-end-radius:  2%;
}

.no-gutters{
    box-shadow: 0px 0px 10px 0px #00000041;
    border-radius: 2%;

}

.container {
    display: flex;
}