/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-abr-2023, 9:58:14
    Author     : IMCYC
*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;700&display=swap');

body {
    height: 100vh;
    font-family: 'Quicksand', sans-serif;
}
.entrada form {
    min-width: 300px;
}
.btn.btn-primary {
    width: 100%;
    border-radius: 0;
    background: #111;
    border: none;
}