.col-left,
.col-right,
.column {
    float: left;
    padding: 25px 50px;
}

.row-content {
    padding: 50px 0 !important;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

#login-form {
	max-width: 1300px;
	margin: 0 auto;
}
.notreq {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}