
*{
    font-family: Arial, Helvetica, sans-serif;
}
html{
    background-image: linear-gradient(rgba(253, 253, 253, 0), rgb(100, 172, 235));
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.logo{
    text-align: center;
}

input, label{
    display: block;
}
label{
    margin-top: 5px;
    font-size: 20px;
}
.sbm{
    width: 100px;
    height: 40px;
    border: none;
    /* padding: 8px 15px; */
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
}
#ced{
    margin: 0 auto;
    width: 150px;
    height: 30px;
    margin-top: 20px;
    font-size: 20px;
}
form{
    text-align: center;
}
.container{
    padding-top: 40px;
    text-align: center;
    
    
}