/* Load Stebru website fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800");

*
{
    font-family: 'Montserrat', sans-serif;
}

h1
{
	text-transform: uppercase;
}

#submenu {
	display: none;
}

body#page-login,
body#page-project,
body#page-building
{
	background: url('../../images/custom/stebru/background-hd.jpg') no-repeat center;
	background-size: cover;
}

#page-login #header,
#page-project #header,
#page-building #header
{
	display: none;
}

.header-organisation
{
	background: #ffffff;
}

.header-organisation .inner, .container
{
	position: relative;
	width: 1053px;
	margin: auto;
}
@media all and (max-width:1053px)
{
	.header-organisation .inner,
	.container
	{
		width: 100%;
	}
}

.header-organisation .inner
{
	padding: 32px 0;
}

.header-organisation .inner .logo
{
    margin: -15px 0;
	padding-left: 1px;
	float:left;
    height: 70px;
}
.header-organisation .inner .icons
{
	float:right;
}

.header-organisation .inner a.btn
{
	display: inline-block;
	padding:0;
	border:1px solid #DADADA;
	width:34px;
	height:37px;
	float:left;
	margin-right:5px;
}

.organisation-text
{
	position: absolute;
	padding:17px 10px 11px 42px;
	top:182px;
	width:408px;
	height:32px;
	background: #13a337;
	color:#FFF;
	text-transform: uppercase;
	font-weight: 500;
	font-size:21px;
	line-height:30px;
}
.organisation-text .stripe
{
	position: absolute;
	top:17px;
	left:20px;
	width:3px;
	height:28px;
	background:#09303d;
}

.login-form
{
	margin:0;
	position: absolute;
	top:75px;
	right:4px;
	width:404px;
	min-height:218px;
	padding:28px 28px 58px;
	border-radius: 0;
}
@media all and (max-width:950px)
{
	.organisation-text
	{
		margin:auto;
		top:172px;
		left: 0;
		right: 0;
	}
	.login-form
	{
		margin:auto;
		left: 0;
		right: 0;
		top:190px;
	}
}

.push
{
	height: 20px !important;
}

.login-form h1,
.text-color
{
	margin:0;
	color: #09303d !important;
}

.login-form h1
{
    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -1px;
	margin:5px 0 13px;
}

#page-login input[type=email],
#page-login input[type=password],
.container .login-form label.option
{
	border: 1px solid #d5d5d5;
	border-radius: 0 !important;
	box-shadow: none;
	box-sizing: border-box;
	margin-bottom: 10px;
	height:39px;
	font-size:15px;
	line-height:39px;
	padding:0 15px;
	width:100%;
}

#page-login input[type=submit],
#page-project input[type=submit],
#page-building input[type=submit]
{
	position: absolute;
	right:28px;
	bottom:17px;
	background: #13a337;
	border-radius: 0;
	padding: 0 12px;
	font-size:20px;
	font-weight: 400;
}

#page-project .login-form label.option i.fa-check,
#page-building .login-form label.option i.fa-check,
.login-form .options a:hover
{
	margin-top: -3px;
	color: #09303d;
}

.login-form .options a,
.login-form label.remember
{
	font-size:12px;
	color:#C6C6C6;
}
.login-form label.remember
{
	margin-left:140px;
}
