:root {

    --bs-primary: #00aeef;
    --bs-primary-rgb: 0, 174, 239;
    --bs-link-color: #00aeef;
    --bs-link-hover-color: #018dc0;
}

.btn-primary {
    --bs-btn-bg: #00aeef;
    --bs-btn-border-color: #00aeef;
    --bs-btn-hover-bg: #009bc9;
    --bs-btn-hover-border-color: #0092bd;
    --bs-btn-active-bg: #008ab3;
    --bs-btn-active-border-color: #0082a8;
    --bs-btn-disabled-bg: #00aeef;
    --bs-btn-disabled-border-color: #00aeef;
}


.btn-outline-primary {
    --bs-btn-color: #00aeef;
    --bs-btn-border-color: #00aeef;
    --bs-btn-hover-bg: #00aeef;
    --bs-btn-hover-border-color: #00aeef;
    --bs-btn-active-bg: #00aeef;
    --bs-btn-active-border-color: #00aeef;
}

body {
    background-color: #f0f0f0;
}

h1,
h2,
h3,
h4 {
    font-family: 'CorporateACond', Arial, Helvetica, sans-serif;
}

p {
    font-family: 'CorporateS', Arial, Helvetica, sans-serif;
}


@media(min-width: 1111px) {
    main.container {
        margin-top: 100px;
    }
}
form {
    .btn {
        text-transform: uppercase;
        font-weight: bold;
        width: fit-content;
        margin: auto;
    }
}
.form-floating>label {
    display: flex;
    align-items: center;
    width: 100%;
}