
.center {
	margin: auto;
	width: 205px;
	border: 3px solid #465446;
	border-radius: 10px;
	padding: 10px;
}

.banner {
    margin: auto;
    margin-top: 30px;
}

.submit {
	margin-top: 15px;
	border-radius: 5px;
}

body {
    background: #e4e4d9 url(/interfaces/application/modules/crontab/img/logoDNA1.png) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 40%;
    text-align: center;
}

#logowanie {
	margin-top: 35px;
	background-color: #f3f3f1;
	text-align: left;
	position: relative;
	opacity: 0.87;
}