.forms{
    background-color: rgba(31, 166, 176, 0.26);
    padding: 2rem !important;
    max-width: 60rem;
    border-radius: 25px;
    min-height: 30rem;
    align-items: center;
    margin-bottom: 5%;
}

/* .form-control, .form-text{
    flex: 0 1 100px;
} */

textarea{
    min-height: 8rem !important;
}