@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", serif;
}

body {
    background: rgb(78, 137, 184);
    background: linear-gradient(0deg, rgba(78, 137, 184, 1) 0%, rgba(170, 206, 131, 1) 100%);

    background-size: cover;
    background-repeat: no-repeat;

    height: 100%;
}

p {
    margin: 0 !important;
}

button,
a[type="button"] {
    margin-top: 25px;
    background: #4f8aba !important;
    border-radius: 5px;
    margin: 0;
    border: 2px #4f8aba solid !important;
    color: white;
    font-weight: bold;
    padding: 6px 14px;
}

button:disabled,
a[type="button"]:disabled {
    background: grey !important;
    border: 2px grey solid !important;
}

button:hover {
    margin-top: 25px;
    background: #4f8aba;
    border-radius: 5px;
    margin: 0;
    border: 2px #4f8aba solid;
    color: white;
    font-weight: bold;
    padding: 6px 14px;
}

a[type="button"]:hover {
    color: #071a29;
}

.container-fluid {
    padding: 25px;
}