@font-face {
    font-family: Heebo-Light;
    src: url(font/Heebo-Light.ttf);
}

h1,
h2,
h3,
h4,
h5,
p {
    color: #002b64;
}

.far,
.fa,
.fas {
    color: #002b64;
}

form {
    margin: 0 auto;
    position: center;
}

@media (min-width:320px) {

    /* smartphones, iPhone, portrait 480x320 phones */
    form {
        width: 90%;
    }
}

@media (min-width:481px) {

    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    form {
        width: 90%;
    }
}

@media (min-width:641px) {

    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    form {
        width: 90%;
    }
}

@media (min-width:961px) {

    /* tablet, landscape iPad, lo-res laptops ands desktops */
    form {
        width: 75%;
    }
}

@media (min-width:1025px) {

    /* big landscape tablets, laptops, and desktops */
    form {
        width: 75%;
    }
}

@media (min-width:1281px) {

    /* hi-res laptops and desktops */
    form {
        width: 75%;

    }
}

.form-control {
    background-color: #dae9b7;
    color: #002b64;
    border-right-color: #002b64;
}

.form-group {
    margin-bottom: 3px;
}

.input-group {
    height: auto;
    color: #002b64;
    width: 100%;
}

.fill {
    color: #002c6b;
    width: 100%;
}

.input-group-addon {
    width: 18%;
    height: auto;
    background-color: #dae9b7;
    border: none;
    font-size: 12px;
}

.feedback {
    color: #002c6b;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.4em;
}

.icon-size,
.feedback {
    font-size: 1.4em;
}

.btn-cancel {
    font-size: 22px;
    background-color: #a3c74c;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

.btn-cancel:hover {
    color: white;
    background-color: #93b22f;
    font-weight: bold;
}

.btn-send {
    font-size: 22px;
    background-color: #a3c74c;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

.btn-send:hover {
    color: white;
    background-color: #93b22f;
    font-weight: bold;
}

.spacer-top {
    margin-top: 15px;
}

.spacer-bottom {
    margin-bottom: 15px;
}

.help-block {
    text-align: right;
    margin-top: 8px auto;
}

.modal-title {
    color: #002c6b;
    text-align: center;
}

.modal-header .close {
    float: left;
}

.modal-header,
.modal-footer {
    border: 0;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    width: 60%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.bold {
    font-weight: bold;
}

.btn.focus {
    color: white;
}

.loader {
    margin: 0 auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wrapper {
    top: 40%;
    left: 50%;
    position: absolute;
}

#main {
    height: 100%;
}

.hide {
    display: none;
}