@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

#content{
	display: flex;
	justify-content: center;
}

.login{
	margin-top: 70px;
	margin-bottom: 70px;
	background: white;
	height: 306px;
	width: 584px;
}


.login .title #bnbd{
	/*font-family: RobotoCondensed-Light, sans-serif;*/
	font-size: 2em;
}

.login .title #lec{
	/*font-family: Roboto-BoldCondensed, sans-serif;*/
	margin-left: 10px;
	font-size: 2em;
	font-weight: bold;

}

.login .title #tum{
	font-size: 2em;
	font-weight: bold;
	color: #858585;
}

.login .title{
	margin-top: 30px;
	margin-bottom: 30px;
    display: flex;
    justify-content: center;
	font-family: 'Roboto Condensed', sans-serif;
}

.login input{
	margin-bottom:3px;

}
