@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    background-repeat: no-repeat;
    background-size: cover;
    color: #21466B;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}

input[type=submit] {
    background-color: #CC855A;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #CC855A;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: black;

    background-clip: padding-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    margin-bottom: 8px;
}

.form-control:focus {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    outline: none;

    background-clip: padding-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    margin-bottom: 8px;

}

#address {
    text-align: justify !important;
}

span {
    font-weight: 700;
}

.btn-secondary {
    background-color: #21466B;
    outline: none;
    border: 2px solid #21466B;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    --bs-btn-bg: #05765F;
}

.btn-secondary:active {
    background-color: #21466B;
    outline: none;
    border: 2px solid #21466B;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    --bs-btn-bg: #21466B;

}

.btn-secondary:active:focus {
    box-shadow: none;

}

.btn-secondary:focus {
    background-color: transparent;
    outline: none;
    border: 2px solid #21466B;
    border-radius: 25px;
    color: #fff;
    box-shadow: none;
}

.btn-secondary:hover {
    background-color: transparent;
    outline: none;
    border: 2px solid #21466B;
    border-radius: 25px;
    box-shadow: none;
    color: #21466B;
}

h1 {
    font-weight: 700;
}

footer {

    padding-top: 30px;
}

label {
    display: inline-block;
    font-weight: 700;
}