form {
    display:flex;
    flex-flow: column;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

label{

    display: block;
}
p{
    margin:5px;
}

.required:after{
    content:"*";
    color:red;
}