
html, body {
    font-family: 'Fira Sans', Helvetica, Arial, Lucida, sans-serif
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

footer {
    background-color: #002a4e
}

.header {
    background: #002a4e !important
}

footer, footer > a {
    background: #002a4e !important;
    color: #f5f5f5
}

a {
    color: #0262aa
}

a:hover, a:focus {
    text-decoration: underline;
    color: #007bff
}

.ais-blue {
    background-color: #002a4e !important
}

.ais-light-blue {
    background-color: #0262aa !important
}

.full-height {
    min-height: 100vh
}

.ais-error {
    color: #A72424
}

.my-card {
    width: 660px
}

.ais-title {
    font-size: 34px;
    color: #fff;
    font-size: 34px;
    padding: 20px
}

.ais-sub-title {
    font-size: 24px;
    color: #102b4c
}

.ais-text {
    font-size: 15px
}

.ais-form > div > label, .ais-form > div > i {
    color: #0262aa;
    text-transform: uppercase !important;
    font-weight: bold;
    font-size: 14px
}

.ais-blue-text {
    color: #0262aa !important
}

#ais-description {
    font-size: 15px
}

#ais-description > h5 {
    color: #0262aa;
    font-size: 20px
}

.feedback-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ais-error-component {
    border-color: #A72424 !important;
    background: #F1F1F1;
    font-size: 15px;
    color: #102B4c
}

.ais-error-component > h5 {
    font-size: 20px;
    color: #A72424
}

.ais-success-component {
    border-color: #155724 !important;
    background: #F1F1F1;
    font-size: 15px;
    color: #102B4c
}

.ais-success-component > h5 {
    font-size: 20px;
    color: #155724
}

.btn-ais-submit {
    background-color: #0262aa;
    color: #f5f5f5;
    border-radius: 25px;
    text-transform: uppercase !important;
    height: 36px;
    width: 200px;
    font-weight: 500;
    margin-top: 1.5rem
}

.btn-ais-submit:hover, .btn-ais-submit:focus {
    background-color: #1779C4;
    color: #f5f5f5
}

.btn-outline-ais-blue {
    color: #002a4e;
    background-color: transparent;
    background-image: none;
    border-color: #002a4e
}

.btn-outline-ais-blue:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-ais-blue:focus, .btn-outline-ais-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-ais-blue.disabled, .btn-outline-ais-blue:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-ais-blue:not(:disabled):not(.disabled):active, .btn-outline-ais-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-ais-blue.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-ais-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-ais-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ais-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-light {
    border: 2px solid #e0e0e0 !important;
    background-color: transparent !important;
    color: #e0e0e0 !important
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light:active:focus, .btn-outline-light.active {
    border-color: #80AFD6 !important;
    background-color: transparent !important;
    color: #80AFD6 !important
}

body {
    background-image: url("../img/ALeC_background.jpg");
}

/*# sourceMappingURL=stylesheet.css.map*/