.form-control {
    display: block;
    width: 100%;
    padding: .45rem .9rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #fa6767;
    padding-right: calc(1.5em + .9rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}

.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #fa6767;
}

.mt-2 {
    margin-top: .75rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.mt-4 {
    margin-top: 2.25rem;
}

.mb-4 {
    margin-bottom: 2.25rem;
}

.text-center {
    text-align: center;
}

.p-1 {
    padding: .375rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: .45rem 2.7rem .45rem .9rem;
    -moz-padding-start: calc(.9rem - 3px);
    line-height: 1.5;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238b96a0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .9rem center;
    background-size: 14px 10px;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (min-width: 770px) {
    .footer__nav {
        display: flex;
        align-items: flex-start;
    }
}