/* Body */
html, body {
	margin:0;
	padding: 0;
	height: 100%;	
	background-color: #212a31;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Open Sans', Arial, sans-serif;
}
img {
	width: 100%;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: rgb(41, 159, 206);
	text-decoration: underline;
}
#vertical {
   height:50%;
   width:1px;
   margin-bottom:-84px; /* half the wrappers height */
   float:left;
}
#wrap {
	margin: 0 auto;
	max-width:360px;
	width: 100%;
	font-weight: 300;
	font-size: 14px;
	line-height:1.4;
	color: #f4f4f4;
	text-align: left;
	position:relative;
	max-height:168px;
	height: 100%;
	clear:left;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}
.logo-text {
    padding: 10px;
    font-size: 15px;
    border: 1px rgba(255, 255, 255, 0.28) solid;
    margin-top: 30px;
    border-radius: 33px;
    background: rgba(255, 255, 255, 0.05);
}
.footer {
	height: 50px;
	text-align: center;
	margin-top: 20px;
}