@media (min-width: 768px) {
.gradient-form {
height: 100vh !important;
}
}
@media (min-width: 769px) {
.gradient-custom-2 {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem;
}
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-top-70 {
    margin-bottom: 70px;
}
.navbar { background-color: transparent; }
body {
    background-color: #eeeee4;
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.navbar-nav > li{
    margin-left:10px;
    margin-right:10px;
    white-space: nowrap;
}
button {
    white-space: nowrap;
}
.valid {
    font-size: 1rem;
    color: green;
}