.home > .not-logged-in {
    top: 50%;
    left: 50%;
    width: 270px;
    height: auto;
    padding: 10px 0 10px 10px;
    overflow: hidden;
    position: absolute;
    margin-top: -125px;
    margin-left: -140px;
    background-color: white;
	box-shadow: 0 5px 0 #66001a;
	box-shadow: 0 8px 0 rgba(0, 0, 0, .3);
}
.not-logged-in  .register-link {
    clear: both;
    padding: 0 10px;
	font-family: sans-serif;
}