body{
	background-image: url(/assets/img/background-login-img.png);
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0px;
}

@media (min-width: 992px){
	.container {
		width: 970px;
	}
}

@media (min-width: 768px){
	.container {
		width: 750px;
	}
}

@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  --margin-left-container: var(margin-left);
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.main-header{
	height: 100px;
	width: 100%;
	background-color: white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	position: fixed;
}

.header-things{
	height: 100px;
	position: relative;
}

.header-things ul{
	display: inline;
}

.header-line{
	background-color: black;
	width: 100%;
	height: 1px;
}

.header-logo{
	height: 50px;
	position: absolute;
	bottom: 0;
	top: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.header-logo li{
	display: inline;
}

.header-logo img{
	width: 55px;
}

.header-logo a{
	font-size: 40px;
	font-weight: 100;
	margin-left: 20px;
}

.signin-buttons{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	height: 50px;
	padding-top: 15px;
}

.signin-buttons li{
	display: inline;
}

.signin-buttons input{
	width: 80px;
	height: 40px;
	border-radius: 30%;
	margin-left: 10px;
	
	border-style: solid;
	border-color: #6a6b6d;
	background-color: #6a6b6d;
	color: #6a6b6d;
}

.signin-buttons input:hover{
	cursor: pointer;
}
