html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#app{
	width: 100%;
	height: 100%;
}

.v-separated{
	padding: 0px 5px;
	display: inline-block;
}

.leftSide{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/storage/images/backgrounds_login.jpg');
}

.leftSide .content{
	background-color: rgba(0,0,0,0.75);
	height: 100%
}

.leftSide .content img{
	opacity: 0.5;
	width: 20vw;
}

.leftSide .footer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: auto;
	right: 0px;
	padding: 10px;
	text-align: center;
	background-color: #1e656d;
}

.leftSide div h5{
	margin: 0px;
	padding: 0px;
}

.leftSide div small{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	display: block;
	vertical-align: middle;
}

.leftSide div small a{
	text-decoration: none;
	color: white;
}

.leftSide div small i{
	font-size: 10pt;
	margin: 0px 5px;
	padding: 0px;
}

.rightSide{
	position: fixed;
	background-color: #1e656d;
	width: 400px;
	min-width: 360px;
	padding: 20px;
	border: 5px solid #aaaaaa;
	border-radius: 10px;
	margin-top: 20px;
	left: 50%;
	transform: translate(-50%,0);
}

.rightSide img{
	height: 40px;
	width: auto;
}

.rightSide > div > div > div{
	display: block;
}

.rightSide .title1{
	font-size: 20pt;
	font-weight: bold;
	color: white;
	display: block;
	line-height: 24px;
}

.rightSide .title2{
	font-size: 10pt;
	color: white;
	display: block;
	font-style: italic;
	line-height: 14px;
}

.group-input{
	display: block;
	background-color: rgba(64,64,128,0.15);
	border-radius: 5px;
	border: 1px solid #dddddd;
	overflow: hidden;
	margin-top: 10px;
}
.group-input > i{
	position: absolute;
	font-size: 28pt;
	color: #66aa66;
	margin-top: 7px;
	margin-left: 10px;
}
.group-input label{
	font-size: 9pt;
	color: black;
	position: absolute;
	margin-left: 59px;
	margin-top: 10px;
	padding: 0px;
	cursor: text;
	z-index: 0;
}
.group-input input{
	display: block;
	border: 4px solid transparent;
	outline: none;
	font-size: 10pt;
	width: 100%;
	padding-top: 25px;
	padding-left: 55px;
	background-color: transparent;
	color: #009900;
}

.group-input input:focus{
	border-left: 4px solid blue;
}

a{
	color: #009900;
}

@media only screen and (max-width: 600px){
	.rightSide{
		margin-top: 0px;
		width: 100%;
		border: none;
		height: 100%;
	}

	.footer{
		display: none;
	}
}

.text-lightGray{color: #bbbbbb;}

#landing_page{
	display: none;
}