@import "https://oetv.at/Resources/Public/css/nulogin.css";

a {
	text-decoration: underline;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.tenat_body {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.btn {
	border-radius: 0;
}

.btn-primary {
	color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    text-decoration: none;
}

#top-hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}

.form-control {
	border-radius: 0;
}

#brand-img {
	margin: 14px 7px 8px 4px;
	font-size: 100%;
	height: auto;
	line-height: 24px;
}

#brand-txt {
	font-size: 14px;
}

.layout-login {
	font-size: 16px;
}

.layout-login #nav-site-wrap {
	border-bottom: 1px solid #eee;
}

.navbar-header {
	float: none;	
}

header {
	max-width: 100%;	
}

#loginForm input {
	width: 100%;
}

.container {
	padding-right: 0px;
    padding-left: 0px;
}

.container p {
	opacity: 1;
}

.col-md-offset-3 {
	margin-left: 0;
}

.col-md-6 {
	width: 100%;
}

@media (min-width: 768px) {
	#content {
		width: 540px;
	}
	
	.container {
		width: 500px;
	}
}
