body {
	background: #545454;
}
#content {
	min-height:100vh;
	background: url(/images/network/network-background.jpg) no-repeat center bottom;
    background-size: cover;
}
#left-triangles, #right-triangles, #left-dots, #right-dots {
	display: none;
}
.page-container {
	min-height:100vh;
}
.scroll-top-wrapper{
	display: none;
}
.centerWrapper {
	padding-bottom: 0px;
}
#header, footer.relative {
	display: none;
}

.logoContainer {
	height:73px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}
#intr_header-logo {
	height: 68px;
	width: auto;
	transition:all .2s ease;
	-moz-transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
}
.titleBig {
    font-size: 45px;
    text-align: center;
    line-height: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
}




#mktngToolsLogin .form-group {
	width:100%;
	position:relative;
	margin-bottom:20px;
}

#mktngToolsLogin .form-group .form-control {
	border:1px solid #e4e4e4;
	height:44px;
	width:100%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	box-shadow:none;
	padding:0 15px;
	color:#828282;
	font:14px 'Futura Std';
	font-weight:900;
}

#mktngToolsLogin .form-group label {
	color:#828282;
	font:14px 'Futura Std';
	font-weight:900;
	position:absolute;
	left:15px;
	top:0;
	line-height:44px;
}

#mktngToolsLogin .form-group label span {
	color:#e30613;
}

#mktngToolsLogin .form-group.submit {
	text-align:center;
}

#mktngToolsLogin .form-group button {
	width: 100%;
	margin:0 auto;
	background:#828282;
	padding-left:30px;
	padding-right:30px;
	height:42px;
	font:13.5px/40px 'Futura Std';
	font-weight:900;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	border:none;
	cursor:pointer;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
}

#mktngToolsLogin .form-group a.azure{
	width: 100%;
	margin: 20px auto 0;

	background:rgb(0,161,233);
	padding-left:30px;
	padding-right:30px;
	height:42px;
	font:13.5px/40px 'Futura Std';
	font-weight:900;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	border:none;
	cursor:pointer;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
}

.recoveryPasswBox {
}
.recoveryPassw {
}

h1.pageTitle img{
	width: 140px;
}

.container-badges a.download_manual{
	display: block;
	margin-bottom: 20px;
    color: #828282;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
}

#intr_bg {
	position: fixed;
	z-index: -1;
	left:0;
	bottom: 0;
	width: 70%;
	height: auto;
	display: none;
}

.container-badges{
	margin-top: 16px;
	width: 100%;
	text-align: center;
}
.container-badges a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	* display:inline;
	margin: 0 5px 10px 5px;
}
.container-badges a img{
	width: auto;
	height: 40px;
	display: block;
}

p.alert-secure-password{
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font: 12px 'Futura Std';
}

#mktngToolsLogin .alert.alert-danger{
  padding: 10px;
  background: red;
  color: white;
  margin-bottom: 20px;
}
#mktngToolsLogin .alert.alert-success{
  padding: 10px;
  background: green;
  color: white;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
	.loginBox {
		background: white;
		width: 80%;
		left: 50%;
		margin-left: -40%;
	}
	.titleBig {
	    padding-bottom: 40px;
	}

}

@media only screen and (max-width: 767px) {
	.loginBox {
		padding-bottom: 40px;
		position: static;
		width: auto;
		margin: 20px 20px 100px;
		transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
	}
	.titleBig {
	    font-size: 35px;
	    line-height: 40px;
	    padding-left: 30px;
	    padding-right: 30px;
	    padding-top: 40px;
	}
}
