#form {
    gap: 20px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    flex-wrap: wrap;
    margin: 30px 0px 30px 0px;
}

#forms {

    width: 100%;
    max-width: 400px;
}
#forms div {
    width: 100%;
    max-width: 400px;
}

.Ado {
    font-size: 25px;
    font-weight: bold;
}
#form input {
    width: 100%;
    color: black!important;
    font-weight: lighter;
    font-size: 14px;
    border-radius: 3px;
    padding: 10px;
    background-color: rgb(245, 239, 239);
    border: none;
}
#form div p {
    font-weight: bold;
    margin-bottom: -2px;
}

#form button {
	margin-top: 10px;
	margin-left: calc(50% - 70px);
    color: white;
    font-weight: bold;
    background-color: #84c68f;
    border: none;
    padding: 5px 25px 5px 25px;
}


@media (max-width: 991px) {
    .c-layout-header-topbar-collapse.c-topbar-expanded .c-layout-header .c-topbar {
        display: block;
    }
}
