bottom: 0 !important;
}
+/* PgEU Form */
+
+form.pgeucfpform input,
+form.pgeucfpform textarea,
+form.pgeucfpform select {
+ background-color: white;
+ border-radius: 1rem;
+ border-style: solid;
+ border-color: #336791;
+ border-width: 1.5px;
+ margin: 0 0 1rem 1rem;
+ outline: none;
+ padding: 0.25rem 1rem;
+}
+
+/* Small Desktop */
+
@media (max-width: 1024px) {
.col-sm-4 {
flex: 0 0 100% !important;
}
}
+/* Tablet */
+
@media (max-width: 991px) {
.navbar {
align-items: center !important;
}
}
+/* Phone */
+
@media (max-width: 768px) {
.jumbotron h1 {
margin: 0.5rem 0;