
* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0;
}

.full-screen {
    /*background-image: url(https://c1.wallpaperflare.com/preview/48/137/216/salad-cilantro-cooking-eat.jpg);*/
    background-image: url(https://www.fidea.es/wp-content/uploads/2022/09/Tarjeta-de-credito-o-prestamo-personal-1-1024x683.jpg);
    height: 100vh;
    width: 100wh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
   	background: #ffffff;
    box-shadow: 0 0 15px 0 var(--primary-color);
    padding: 40px 30px;
    width: 80%;
    max-width: 600px;
    border-radius: 20px;
}


.containerlogin {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
}
