.loginfooter {
   position: fixed;
   left: 0;
   bottom: 0;
   padding-top: 20px;
   padding-bottom: 20px;
   width: 100%;
   background-color: #ffffff;
   color: #00205E;
   text-align: center;
   font-size:12px;
   font-weight:600!important;
   border-top: 2px solid gray;
}

label.cabinet{
	display: block;
	cursor: pointer;
}

label.cabinet input.file{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-30px;
}

#upload-demo{
	width: 250px;
	height: 250px;
  padding-bottom:25px;
}
figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
}

@media (max-width: 767px) {
	.main-header .logo {
		width: 50% !important;
	}
}