.help-block {
    color: #D84315;
}
.body-bg {

}
.btn-theme {
    background-color: #0c397c;
    color: #fff;
}
.custom-row {
    margin-top:20%;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.logo-brand img {
    margin-top: 3px;
    height: 110px;
    margin-bottom: 5px;
}
@media (min-width: 768px){
    .custom-row {
        margin-top:10%;
        margin-left: 25%;
    }
    .justify-content-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
}
@media (min-width: 1200px){

    .body-bg {
        background-image:url("/theme/images/background.jpg");
        background-repeat:no-repeat, no-repeat, no-repeat;
        background-color: #fff;
        background-size: 60% 100%;
    }
    .custom-row {
        position: absolute;
        top:25%;
        bottom: 0;
        left: 69%;
        right: 0;
        margin: auto;
    }
    .justify-content-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
}