@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;300;600&display=swap');

body {
    background-image: url('Background-Login-Academia.png');
    font-family: 'Lexend', sans-serif;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-size: cover;

}

.box {
    width: auto;
    height: auto;
    padding: 50px;
    background: #0088ff5c;
    /* backdrop-filter: blur(5px) saturate(180%); */
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    display: flex
;
    justify-content: end;
    align-items: center;
    border: 0px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 20px 3px #d2d2d282;
    margin-left: 800px;
    border-radius: 20px;
}

.box-login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.campos {
    width: 320px;
}

.campos input {
    height: 40px;
    background-color: #fdfdfdad;
}

.bg-btn {
    background-color: #fdfdfdad;
}

.campos label {
    color: #053493;
    font-size: 18px;
    font-weight: 600;
}

.campos i {
    font-size: small;
    color: #053493;
}

i {
    color: #053493;
}

.btn-ingresar {
    background-color: #053493;
    color: whitesmoke;
    height: 45px;
}

.btn-ingresar:hover {
    color: white;
    background-color: #00943a;
}

@media screen and (max-width: 450px) {
    body {
        background-image: url('img_movil.png')!important;
        font-family: 'Lexend', sans-serif;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
    }
    .box {
        margin-left: 0px;
        padding: 15px;

    }
    .logo_ccs{
        width: 150px;
    }

}