﻿.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

.center-screen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 90vh;
}

.login-form {
	background-color: rgba(255, 255, 255, 0.7);
	width: 100vw;
	max-width: 700px;
	border-radius: 20px;
}

.login-form form {
	margin-bottom: 15px;
	padding: 30px 30px 10px;
}

.font-bold {
	font-weight: bold;
}

div.login-form-wrapper input[type="text"],
div.login-form-wrapper input[type="password"],
div.login-form-wrapper .btn-light,
div.login-form-wrapper .validation-summary-errors {
	display: block;
	margin: 0 auto;
	max-width: 400px;
}