.content{
    display: flex;
    width: 100%;
    justify-content: center;
    background: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.9),
    rgba(30, 108, 217, 0.8));
}

.form{
    margin-top: 20vh;
    margin-bottom: 20vh;
    border-radius: 25px;
    min-width: 40%;
    background-color: #ebf0ff;
    box-shadow: 1px 5px 19px 5px rgba(0,0,0,0.25);
    padding: 50px;

}

h5{
    text-align: center;
    margin-bottom: 35px;
}