body{
    background: url(../media/bg-mobile.jpg) no-repeat center top #0f2741;
    background-size: 100%;
}

.bg-primary{
    background: #0f2741!important
}

.bg-gradient{
    background: #447BB7;
    background: linear-gradient(180deg, rgba(68, 123, 183, 1) 0%, rgba(15, 39, 65, 1) 100%) !important;
}

.btn-primary{
    background-color: #39b54a!important;
    border-color: #39b54a!important;
}

.btn-secondary{
    background-color: #447BB7!important;
    border-color: #447BB7!important;
}

    .btn:hover{
        background: #FFF!important;
        color: #0e2348;
    }

.main-container {
    min-height: 110vh;
}

.form-control {
    background-color: #0e2348;
    color: white;
    border: 1px solid #ccc;
}

.form-control::placeholder {
    color: #ccc;
}

@media (min-width: 992px) {

    body{
        background: url(../media/bg.jpg) no-repeat center top #0f2741;
        background-size: 100%;
    }

    .main-container {
        min-height: 90vh;
    }

}