.main-container{
	border: none;
	height: calc(100vh - 32px);
	align-items: center;
	display: flex;
	margin-top: 0;
}

#auth-form{
	border: 1px solid #ced4da;;
	padding: 10px 15px;
	padding-bottom: 15px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.125);
}

.auth-title{
	text-align: center;
}

.auth-submit{
	display: block;
	margin: 0 auto;
	width: 50%;
}

.main-row{
	width: 100%;
}

.footer-offset {
    display: none;
}