﻿body {
	background-color: #FFFFFF;
	color: #424242;
	font-family: Axiforma, sans-serif !important;
}

.login-box-outer {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.login-box-middle {
	display: table-cell;
	vertical-align: middle;
}

.login-box {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	line-height: normal !important;
}

.login-header {
		height: 50px;
}

/*.login-footer {
	max-width: 400px;
	margin: 30px auto 0px auto;
	color: #686868;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}*/

.login-footer-link {
	color: #686868 !important;
	text-decoration: none !important;
}

.icon-login {
	height: 50px;
}

.card {
	border-radius: 8px;
	border: 1px solid #dddddd;
	box-shadow: rgba(0, 0, 0, 0.098) 0px 0px 20px;
	padding: 30px 50px;
}

.label-login {
	font-family: Axiforma, sans-serif !important;
	font-size: 0.889rem;
	font-weight: 700;
	display: block;
	margin: 5px 0px;
	white-space: normal;
	color: rgb(25, 25, 25);
}

.login-row {
	margin: 15px 0px 25px 0px;
}

a.login-link {
	color: #216bb2;
	font-size: 0.889rem;
	font-weight: 700;
	text-decoration: none;
}

	a.login-link:hover {
		text-decoration: none;
	}

.login-form-input {
	font: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	height: 2.5rem;
	color: #495057;
	background-color: #fff;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	box-shadow: rgba(221, 221, 221, 0.5) 0px 1px 3px 0px;
	background-color: initial;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding: .375rem .75rem;
	width: 100%;
	position: relative;
}

.login-form-input:hover {
	border: 1px solid #216bb2;
}
.login-form-input:focus {
	border: 1px solid #226FBA !important;
}

.login-button {
	font: inherit;
	height: 2.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border-radius: 8px;
	line-height: 1.125rem;
	cursor: pointer;
	transition: background-color 0.1s ease-in, color 0.2s ease-in, border-color 0.1s ease-in;
	box-shadow: 0.1s ease;
	width: 100%;
	background-color: #38B6FF;
	border: 1px solid #38B6FF;
	/*background-color: #226fba;
	border: 1px solid #226fba;*/
	color: #fff;
}

	.login-button:hover {
		background-color: #226FBA;
	}

.login-button-white {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	color: #000;
	font: inherit;
	height: 2.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border-radius: 8px;
	line-height: 1.125rem;
	cursor: pointer;
	width: 100%;
	transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in;
	box-shadow: 0.2s ease;
	text-decoration: none;
}
	.login-button-white:hover {
		text-decoration: none;
		background-color: #ebebeb;
		color: #000;
	}

.validation-text {
	display: block;
	color: red;
	font-size: 0.889rem;
	margin-top: 2px;
}

@media (max-width: 576px) {
	.form-label {
		padding: unset;
		flex: unset;
	}
	.card {
		border-radius: 0px;
		border: 0px solid #dddddd;
		box-shadow: none;
		padding: 30px 10px;
	}
}
