@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css');
@import url('https://fonts.googleapis.com/css2?family=Barriecito&family=Handjet:wght@400;500&display=swap');

h1{font-family: 'Barriecito'}



.main{


    border: 0px solid rgb(234, 239, 243); 
    width: 100vw;
    height: 100vh;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/Nuvem.jpg);
        

}



.card{

    width: 20%;
    display: flex;
    color: #61bbd1;
    font-weight: 100;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 100px;
    background: #dfe5e6;
    border-radius: 20px;
    box-shadow: 0px 10px 80px #cf202956;

}

.textfield{
    
    width: 100%;
    display: flex;
    flex-direction: center;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;

}   

.textfield > input{
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 15px;
    background: #c1c4c5;
    color: #f5f9fa;
    font-size: 10pt;
    box-shadow: 0px 10px 40px #bd312c56;
    outline: none;
    border: 4px solid transparent;

}

.btn-login{
    width: 80%;
    padding: 10px 0px;
    margin:50px;
    border: none;
    border-radius: 60px;
    outline: none;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    color: #419db4;
    background-attachment: #50a04e;
    cursor: pointer;
    box-shadow: 0px 10px 40px -12px #419db4;
    font-family: 'Barriecito'
}

.btn-login:hover{
    transition: background 1s;
    background: #c9c8dd;
    
}
