@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,300,600);

html {
	margin: auto;
}

body {
	font-family: 'open sans', helvetica, arial, sans;
	background-color: #ffffff;
}

.user {
	display: block;
	width: 275px;
	height: 18px;
	border: 0px;
	margin: auto;
	font-size: 0.8em;
	padding-bottom: 20px;
}

.user p {
	text-align: right;
}

.logo {
	display: block;
	width: 338px;
	height: 150px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

.back {
	padding-top: 20px;
}

h2 {
	color: steelblue;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}

.content-mobile {
	/*background-color: red;*/
	display: block;
	width: 320px;
	border: 0px;
	margin: auto;
	text-decoration: none;
}

.content-desktop {
	/*background-color: red;*/
	display: block;
	width: 640px;
	border: 0px;
	margin: auto;
	text-decoration: none;
}

.video-mobile {
	width: 320px;
	border: none;
}

.video-desktop {
	width: 640px;
	border: none;
}

.list-streams {
	width: 200px;
	height: 50px;
	border: none;
	color: white;
	cursor: pointer;
	margin: 0 auto;
}

.button {
	background-color: steelblue;
	width: 200px;
	height: 50px;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	margin-top: 20px;
}

.log-form img {
	display: block;
	width: 338px;
	height: 150px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

*{box-sizing:border-box;}

.log-form {
	width: 40%;
	min-width: 320px;
	max-width: 475px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	box-shadow: 0px 2px 5px rgba(0,0,0,.25);
	@media(max-width: 40em){
		width: 95%;
		position: relative;
		margin: 2.5% auto 0 auto;
		left: 0%;
	-webkit-transform: translate(0%,0%);
-moz-transform: translate(0%,0%);
-o-transform: translate(0%,0%);
-ms-transform: translate(0%,0%);
transform: translate(0%,0%);
}

form {
	display: block;
	width: 100%;
	padding: 2em;
}

input {
	display: block;
	margin: auto auto;
	width: 100%;
	font-size: 1.1em;
	margin-bottom: 2em;
	padding: .1em 0;
	border: none;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: .5em;
	color: #757575;
	&:focus {
		outline: none;
	}
}

.btn {
	display: inline-block;
	width: 150px;
	background: steelblue;
	border: 1px solid darken(#1fb5bf, 5%);
	padding: .5em 2em;
	color: white;
	font-family: 'open sans condensed';
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: .5em;
	box-shadow: inset 0px 1px 0px fadeout(white, 90%); 
}

.btn:hover {
	background: lighten(lightsteelblue, 5%);
}

.btn:active {
	background: lightsteelblue; 
	box-shadow: inset 0px 1px 1px fadeout(lightsteelblue, 90%); 
}

.btn:focus {
	outline: none;
}

.info-invalid {
	color:red;
	display: block;
	width: 100px;
	height: 20px;
	border: 0px;
	margin-top: 20px;
	margin-bottom: -20px;
	margin-left: auto;
	margin-right: auto;
}

.info-logout {
	color:darkgreen;
	display: block;
	width: 200px;
	height: 20px;
	border: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}