



html, body {
    font-family: Roboto,arial !important;
    margin: 0;
}

.home {
    background-image: url(/images/login_bg.jpg);
    height: 100%;    
    background-repeat: no-repeat;
    background-size: cover;
}

.gif {
    /*  background-image: url(../images/animation.gif);
    background-image: url(/images/COCHINH2O-01.png);*/
    min-height: 600px;
    height: 100vh;
    background-size: cover;
    width: 100%;
    position: absolute;
    bottom: -54px;
    left: 0;
    background-position: center center;
}

.form-control {
    background-color: #F7F7F7 !important;
    border: none;
    padding: 10px;
    line-height: 33px;
    height: auto;
}

a, .custom-control-label, h4, .sub-header {
    color: #00A0F0;
}

#loginbranch {
    padding: 15px 10px;
}

.btn {
    font-weight: 700;
    color: #fff;
    border: 0;
}
