h1 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 30px 0;
}

section {
    width: 100%;
    max-width: 800px;
    text-align: center;
    background: #fff;
    padding: 10% 10%;
    margin: 20px auto;
	display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

label {
    font-size: 16px;
    text-align: left;
}

.main {
    padding: 20px 10px;
    min-height: 80vh;
    width: 100%;
    margin: 0 auto;
}

.inputBox {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
}

form.loginForms {
	display: flex;
	flex-direction: column;
	width: 94%;
	margin: 0 auto;
}

.submitBtn{
    background: #cab07b;
    text-align: center;
    color: #fff;
    margin: 30px auto;
    border: 0;
    border-radius: 50px;
}

.errArea {
	color: red;
	font-weight: bold;
}

.rememberPass {
	width: 100%;
    margin: 10px 20px 0 0;
    text-align: right;
}
.rememberPass a {
    color: #cab07b;
    text-decoration: underline;
    font-size: 12px;
}
