.form-card {
    width: 80%;
    background-color: transparent;
    padding: 2em;
    border-radius: 20px;
}

@media screen and (max-width:600px){
    .form-card {
        width: 95% !important;
    }
}

.form-title {
    text-align: center;
    font-size: 32px;
    color: white;
    margin-bottom: 20px;
}

p {
    color: white;
    font-size: 16px !important;
}

hr {
    opacity: 0.8;
}