body {
    background: url('../../../resources/app_images/background.jpg')  no-repeat center center fixed!important;
 background-size:cover!important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	font-size: 17px !important;
}

#loginbox {
    margin-top: 30px;
	font-size: 17px !important;
}

#loginbox > div:first-child {        
    padding-bottom: 10px;    
}

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 25px;
}

#form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}


.panel {    
    background-color: transparent;
	
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(180,180,180,.3);
	font-size: 17px !important;
}

.container {
	margin-top: 15% !important;
}


/* xs < 768 */
@media screen and (max-width: 767px) {
    h5 {
        font-size: 3.9em!important;
          
                color:#ff0000!important;
    }
}

/* sm */
@media screen and (min-width: 768px) {
    h5 {
        font-size: 2em!important;
        color:#00ff00!important;
    }
}

/* md */
@media screen and (min-width: 992px) {
    h5 {
        font-size: 1.2em!important;
        color:#0000ff!important;
    }
}

/* lg */
@media screen and (min-width: 1200px) {
    h5 {
        font-size: 1.3em!important;
        color:#000!important;
    }
}

