﻿.alert-success {
    padding: 1em;
}

.text {
    font-size: x-large;
    font-weight: bold;
    margin: 5px 0;
    color: white;
}

.fp-form-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-form {
    background: #005bab;
    padding: 1em;
    min-height: 350px;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .fp-form {
        min-height: 300px;
    }
}

input{
    width: 100%;
}

.action-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

button {
    background: #00467f;
}

a.button {
    background: #00467f;
}

img {
    max-width: 500px;
    margin-bottom: 1em;
}
@media (min-width: 768px) {
    img {
        max-width: 500px;
    }
}
@media(min-width: 375px) {
    img {
        max-width: 300px;
    }
}
