#login-container {
    background-image: url(img/bckgr.jpg);
    padding: 20px;
    padding-top: 90px;
    padding-bottom: 190px;
    padding-right: 120px;
}

#grey {
	background-color: #f4f4f4!important;
}

#kontakt-container {
	background-color: #fff;
	padding-top: 50px;
	min-height: 100%;
	position: relative;
	padding-bottom: 120px;
}

#header {
	background-color: #00a9e0;
	width: 100%;
}

#login-container {
    margin-top: 50px;
}

.form-control {
    border-radius: 0;
    margin-bottom: 8px;
}

.btn {
    border-radius: 0;
    background-color: #00a9e0;
}

html,body:not(.nostyle) {
	height: 100%;
}

.divbackground {
	background-color: #f4f4f4;
}

img:not(.nostyle) {
	image-rendering: auto;
	margin-top: 90px;
	margin-left: 100px;
}

p {
	font-size: 14px;
}

h1 {
	color: #000;
}

.container {
	height: 100%;
}

.logoimg {
	padding: 10px;
}

.footer {
	padding: 40px;
	position: fixed;
	bottom: 0;
	background-color: #00a9e0;
	width: 100%;
	height: 120px;
}

.text-center {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: inherit;
}

.text-right {
	text-align: right;
	font-size: 20px;
	padding-top: 70px;
}

a {
	color: #fff;
}
@media screen and (max-width:768px) {
	img { 
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 40px;
	}

	#login-container {
		padding-right: 20px;
		padding-bottom: 40px;
	}

	.row {
		margin-top: 0px;
	}
}