section.application-form {
    background: url('/config_sl4u/static/src/img/manati_background.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    padding: 75px 20px;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;

    svg {
        color: rgba(8, 115, 184, 1);
        fill: rgba(8, 115, 184, 1);
        width: 70px;
        height: 70px;
        margin: auto 0px;
    }

    .application-form-layer {
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .container-fluid {
        max-width: 960px;

        h1.main-heading {
            font-size: 48px;
            font-family: Roboto;
            color: white;
        }

        h4.sub-heading {
            font-size: 22px;
            font-family: Roboto;
            color: white;
        }
        .form {
            background-color: rgba(255, 255, 255, 0.9);
            border: 1px solid white;
            padding: 40px;
            color: black;

            input {
                background-color: transparent;
                border: 1px solid rgba(8, 115, 184, 1);
            }

            label[id*="error"] {
                color:red;
              }

            input:required {
                border-color: red !important;
            }

            span.currency {
                border: 0.5px solid rgba(8, 115, 184, 1);
                border-right: none;
            }

            span.percentage {
                border: 0.5px solid rgba(8, 115, 184, 1);
                border-left: none;
            }

            input.dont-glow {
                box-shadow: none;
                border: none;
            }

            input.dont-glow:focus {
                outline: none;
            }

            button {
                background-color: #0E1D58;
                font-weight: bold; 
                font-size: 18px; 
                border: none;
                border-radius: 20px;
            }

            button:focus {
                outline: none;
            }
            select {
                background-color: transparent;
                border: 1px solid #0873b8;
            }
        }
    }
}

.navbar-default {
    background-color: #0E1D58;
}


/*section.application-steps {
    .step-container {
        text-align: center;
        padding-top: 32px;
        padding-bottom: 32px;

        svg {
            color: rgba(8, 115, 184, 1);
            fill: rgba(8, 115, 184, 1);
            width: 70px;
            height: 70px;
            -webkit-transition: margin 0.3s ease-out;
            -moz-transition: margin 0.3s ease-out;
            -o-transition: margin 0.3s ease-out;
        }
        svg:hover{
            cursor:pointer;
            margin-top: -5px;
        }

        h4.step {
            color: #222222;
        }
    }
}*/

/*section.application-call {
    background-image: url('/config_cfc/static/src/img/background.png');
    text-align: center;
    padding-top: 64px;
    padding-bottom: 64px;

    h2 {
        color: rgba(8, 115, 184, 1);
    }

    p.call {
        font-size: 20px;
        padding-left: 10%;
        padding-right: 10%;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    button {
        background-color: rgba(8,115,184,1);
        border-color: rgba(8,115,184,1);
        border-radius: 20px;
        padding: 10px 40px;
        width: 300px;
        margin-top: 32px;
        margin-bottom: 32px;
        text-transform: uppercase;
        #DEBA57
    }
}*/

section.footer {
    background-color: #0E1D58;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    margin-bottom: 0px;
}

label.error{}
label.error{
    color:red;
}