.upload-logo img {
	height: 100px;
}
.upload-info-head {
    margin-top: 5px;
    margin-bottom: 10px;
}

@media (max-width: 769px) {

    .upload-logo img {
        height: 60px;
    }
    .upload-info-head {
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .upload-info {
        font-size: 10px;
    }
}
.upload-panel {
    max-width: 800px;
    margin: 0 auto 20px auto;
}

body {
    background-image: url(/images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #d1d1d1;
}

/* For mobile devices */
@media only screen and (max-width: 769px) {
    body {
        background-image: url(/images/bg_small.jpg);
    }
}
