/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background-image: url('http://www.a-mango.com/assets/images/1.png');
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}