.ff-montserrat{
    font-family: "Montserrat", "Nunito", sans-serif;
}
body{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", "Nunito", sans-serif;
    overflow: auto;
}
.contenedor{
    width: 100%;
    max-width: 550px !important;
}
form{
    width: 100%;
    max-width: 550px !important;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    color: #d9d9d9;
}
.form-control{
    background-color: rgba(0, 0, 0, 0.342);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #fff;
}
label{
    font-size: 1.3rem;
}
.logo-login{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    width:100%;
}
.login-button{
    height: 46px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: transparent;
    width: 100%;
    max-width: 300px;
    transition: all 0.2s ease-out;
    font-weight: bold;
}
.login-button:hover{
    background-color: #155E40;
    border: 1px solid #ffffff;
    transform: scale(0.98);
}
