div#content {
	padding: 0px !important;
}
.portal-wrapper{
	position: inherit;
	height: 100vh;
}
#header-logo, .header-container {
	display: none !important;
}
.required:after {
	color: red;
	content: ' * ';
}
.login-box__logo {
    padding-bottom: 20px;
    margin: 15px auto;
	width: 250px;
	height: 65px;
}
.lifestation .login-box__logo {
	background: transparent url(../../imgs/lifestation-logo.png) no-repeat 0 50%;
	width: 220px;
	height: 65px;
}
.seemyalarm .login-box__logo {
	background: transparent url(../../imgs/seemyalarm-logo.png) no-repeat 0 50%;
	background-size: contain;
	width: 300px;
	height: 300px;
}
.lifestation .login-box__logo img,
.seemyalarm .login-box__logo img{
	display: none;
}
.seemyalarm .login-image{
	display: none !important;
}
.login-row{
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}
.login-form{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.login-box {
	margin: 0 auto;
	max-width: 400px;
	min-width: 300px;
	padding: 20px;
	background-color: #f7f6f6;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin-bottom: 100px;
}
.login-box.seemyalarm-login-box {
	margin-bottom: 15px;
}

.login-box label.text-left{
	text-align: left;
}
.login-box__logo{
	padding-bottom: 20px;
}
.login-box__logo img {
	height: 65px;
}
.login-box__btns{
	height: 20px;
}
.login-box__btns a {
	font-weight: 700;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}
.login-image {
	min-height: 100vh;
	background: transparent url('') no-repeat right;
	background-size: contain;
	width: 50%;
	display: table-cell;
}

.seemyalarm #footer{
	top: 0%;
}
#browser-msg{
	margin-top: 10px;
	margin-bottom: 20px;
}

@media (max-width: 1050px){
	.login-image{
		display: none;
	}
	.login-form{
		width: 100%;
	}
}

#env_banner{
	padding: 0.3em;
	font-weight: bold;
	width: 100%;
	text-transform: capitalize;
	text-align: center;
	color: white;
	background-color: rgb(231, 26, 26);
  }

  