@import 'https://fonts.googleapis.com/css?family=Rubik+One';
@import 'https://fonts.googleapis.com/css?family=Dosis';


fieldset{
    border:none;
}

legend{
    font-size: 30px;
    color: rgb(59, 59, 59);
}

.FormLogin{
    background-color: rgb(157, 157, 157);
    width: 30%;
    margin: auto;
    font-family: 'Dosis', sans-serif;
    color: rgb(59, 59, 59);
    font-size: 20px;
    border-radius: 20px;
    border: 1px solid rgb(59, 59, 59);
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}