﻿body {
	background-color: #eee;
}

.app-popup main {
	padding-top: 0;
}

.error {
	color: red;
}

#forgot-password-form .input-prefix {
	position: absolute;
	top: 18px;
	right: 10px;
	cursor: pointer;
}

.was-validated .invalid-feedback {
	margin-top: -7px;
}

#forgot-password-form.was-validated .form-control {
	background-image: none !important;
}

.action-buttons button {
	text-transform: none !important;
	font-size: 16px !important;
	padding: 10px 16px !important;
	color: #FFFFFF !important;
	line-height: 19px !important;
	margin: 0 !important;
	height: 40px;
}

.action-buttons .btn-blue-grey {
	background-color: #5B7895 !important;
	margin-left: 10px !important;
}

.forgot-password-modal-content {
	border-radius: 5px !important;
}

.modal-dialog {
	max-width: 445px;
	color: #243A51;
}

#recaptcha-error {
	color: #dc3545;
	font-size: 80%;
}