﻿
html, body {
    height: 100%;
}

body {
    background-image: url(/Imagenes/Fondos/bg-bachillerato.png);
    background-size: cover;
    background-position: top center;
}

.floating-container {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    height: 100%;
}

.logo-uat {
    width: 150px;
    max-width: 80%;
}

.logo-uat-sm {
    height: 60px;
}

.escudo-uat {
    width: 150px;
    display:block;
    margin: 2.5em auto;
}

.f-black {
    filter: brightness(0);
}