	html {
	}
	body {
		min-height: 100%;
		background: rgb(53,106,160); /* Old browsers */
		background: url('../images/background-2.jpg') no-repeat center center fixed;
/*		-webkit-background-size: cover; /*Used by Safari &amp; Chrome*/
/*		-moz-background-size: cover; /* Used by Firefox */
/*		-o-background-size: cover; /* Used by Opera */
/*		background-size: cover; /* All Modern Browsers */
	}

	.vertical-center {
		min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
		min-height: 100vh; /* These two lines are counted as one :-)       */
		display: flex;
		align-items: center;
	}

	#loginbox {
		margin-top: -50px;
		border-radius: 10px;
	}

#loginbox > div:first-child {        
    padding-bottom: 10px;    
	background: #fff;
}

.topbuttons {
    padding: 10px 0px;
    background: rgba(0,0,0, 0.6);
    position: fixed;
    width: 100%;
    z-index: 200;
    
}

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 25px;
}

#form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}
.content {
    margin-top: 60px;
	min-height: calc(100vh - 80px);
	background: #fff;
}
.panel {
    background-color: transparent;
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(255,255,255,.3);
}


.iconmelon,
.im {
  position: relative;
  width: 150px;
  height: 150px;
  display: block;
  fill: #525151;
}

.iconmelon:after,
.im:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.napi_dolgozok {
	padding: 10px 0px; 
}

.napi_dolgozok_block {
	margin:0px 10px;
	border-bottom: 2px solid #eee;
}

.profile_thumb2 {
  border: 1px solid;
  width: 50px;
  height: 50px;
  margin: 10px 10px 5px 0;
  border-radius: 50%;
  padding: 1px;
}
.profile_thumb2 img {
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

.profile_thumb i {
  font-size: 30px;
}

.napi_dolgozok a.title {
  font-weight: bold;
}
.napi_dolgozok p {
  margin-bottom: 0;
}
