@charset "UTF-8";

.card-title{
    color: #FF6600;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-size: 30px;
    font-style: normal;
    font-weight: bolder;

}

body {
    position: relative;
    background-image: url("../img/background-Login.jpg");
    overflow: hidden; /* Oculta el desborde de las figuras */
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.glass-container{
    width: 380px;
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    background: rgba(128, 148, 156, 0.44);
    border: 1px solid rgb(255, 255, 255, 0.4);
    box-shadow:0 25px 45px rgb(0, 0, 0, 0.4);
    z-index: 10;
    overflow: hidden;
}

.titulo{
    font-family: "Quicksand", sans-serif;
    color: white;
    font-weight: bold;
    font-size: 30px;
}

input {
    opacity: 0.5; /* Valor entre 0 (totalmente transparente) y 1 (totalmente opaco) */
    border-radius: 50px;
    font-family: "Quicksand", sans-serif;
}

.remember-forgot{
    font-family: "Quicksand", sans-serif;
}