/* Auth Pages */

body {
    padding: 16px;
}

.alert {
	position: relative;
}

.auth .h-100 {
	height: calc(100vh - 32px) !important;
}

.side-overlay {
	background-image: url(../img/service.jpg);
	background-size: cover;
	border-radius: 16px;
}

.side-container, .auth-container {
	justify-content: center;
	height: 100%;
	display: flex;
	align-items: center;
}

.auth-form {
	width: 500px;
}

.auth-form img {
	width: 100px;
    margin-bottom: 24px;
}

.auth-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 2.7rem;
}

small {
	margin-top: 8px;
    display: block;
}

.img-container {
	width: 100%;
	text-align: center;
}