#loginForm {
    vertical-align: top;
    display: inline-block;
	text-align: left;
}

.login-left {
    width: 100%;
}

.login-helper {
	width:270px;
	margin-top:15px;
	vertical-align: top;
	display: inline-block;
	margin-left: 20px;
	text-align: left;
}

.login-helper .register {
	display: block;
	background-color: #5d99d3;
    box-shadow: 0 4px 10px -2px #666;
    color: black;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-top: 9px;
}

.login-helper .register:hover {
	text-decoration: none;
	background-color: #ececec;
}

.login-helper .notes {
	display: block;
	background-color: #f2f2f2;
    box-shadow: 0 4px 10px -2px #666;
    color: black;
    border-radius: 5px;
    margin-top: 30px;
    padding: 10px;
}
