﻿body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #383734;
}

.float-right {
	float: right;
}

.card-new {
	position: relative;
	padding: 40px 50px;
	background-color: white;
	border: none;
	border-radius: 0;
	box-shadow: 0px 3px 20px rgba(0,0,0, 0.1);
	display: block;
}
.card-head { padding-bottom: 35px; }
h1 {
	display: inline-block;
}

.card-tag {
	position: relative;
	top: -3px;
}

.card-date {
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.card-footer {
	background: white; 
	height: 30px; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	color: #383734;
}

.h-100 {
	height: 100%;
}

.p-0 {
	padding: 0; 
}

.fixed-height {
	height: 280px;
}

.spacing {
	height: 70px;
}


#login {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

	.logo {
		height: 80px;
		width: auto;
	}
	.icon {
		margin: 3px;
		height: 40px;
	}

	.center-text
	{
		text-align: center
	}

	.link-text {
		color: #383734;
		font-weight: normal;
		white-space: normal;
		text-align: left;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	.login-card {
		padding: 0;
		width: 900px;
		height: 700px;
	}

		.card-left {
			position: relative;
			padding: 24px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			height: 700px;
		}

		.card-right {
			position: relative;
			padding: 24px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			height: 700px;
		}

.dark-green {
	color: #00612F;
	font-weight: 700;
}

.white {
	color: white !important;
}

.bg-green {
	background-color: #54AB34;
	color: white;
}
	.bg-green a {
		color: white;
		text-decoration: underline;
	}
		a:hover {
			color: #00612F;
			cursor: pointer;
		}
	

	.login-top {
		position: absolute;
		top: 24px;
		left: 24px;
	}

	.login-bottom {
		height: 20px;
		width: 90%;
		position: absolute;
		bottom: 24px;
		left: 24px;
	}
.bg-green .validationlist {
	font-size: 12px;
	color: #C60000;
	font-weight: 700;
}

a {
	font-weight: 700;
	text-decoration: none !important;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.btn {
	padding: 15px;
	border-radius: 3px;
	border: none;
	display: inline-block;
	letter-spacing: 0.25px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
	.btn:hover {
		text-decoration: none;
	}
	.btn:disabled {
		opacity: 0.3;
		cursor: context-menu;
	}

	.btn.btn-primary {
		min-width: 180px;
		background-color: #54AB34;
		color: white;
	}

	.btn.btn-link {
		padding: 0;
		margin-bottom: 2px;
		background-color: transparent;
		color: #54AB34;
	}
	.btn.btn-dark {
		min-width: 180px;
		background-color: #002B15;
		color: white;
	}

	.btn.btn-dark:hover {
		background-color: #002B15;
		opacity: 0.5;
		}

.mb-0 {
	margin-bottom: 0px;
}
.mb-1 {
	margin-bottom: 1px;
}
.mb-2,
.my-2 {
	margin-bottom: 2rem !important;
	margin-top: 20px;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.mt-2,
.my-2 {
	margin-top: 2rem !important;
}

.mt-3 {
	margin-top: 30px;
}

p {
	text-align: center;
}

h1,
.h1 {
	font-size: 44px;
	font-weight: 600;
}
h2,
.h2 {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 600;
}

h3,
.h3 {
	margin: 30px 0 30px 0;
	font-size: 24px;
	font-weight: 700;
	text-align: center; 
}
h5 {
	font-weight: 700;
	margin-bottom: 15px;
}
h6 {
	font-size: 14px;
}

.big-text {
	font-size: 18px;
	margin-bottom: 10px;
}
.form-group {
	clear: both;
	margin-bottom: 10px;
}
label.error {
    font-size: 12px;
    width: 100%;
    color: #C60000;
}
label {
	width: 30%;
	float: left;
	margin-top: 10px;
	font-weight: 700;
	padding-left: 0;
}
input {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	background-color: white;
	border: 1px solid darkgrey;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
	height: 42px;
	border: none;
}

.invalid {
    width: 100% !important;
    color: #C60000;
    margin: 0;
    font-weight: 700;
}

.app-description {
	line-height: 14px;
	font-size: 12px;
}

.loginTitle {
	margin-top: 75px;
}

.languageMenu {
	position: absolute;
	top: 16px;
	right: 7px;
	font-weight: bold;
	font-size: 18px;
	z-index: 99999;
}


	.languageMenu input {
		position: absolute;
		opacity: 0;
		width:0;
	}

		.languageMenu input + label {
			padding: 3px 10px;
			float: left;
			color: #fff;
			cursor: pointer;
		}

		.languageMenu input:checked + label {
			color: green;
		}

	.languageMenu .label-checked {
		color: green;
	}

	.languageMenu .label-unchecked {
		color: white;
	}

	.languageMenu label:not(:last-of-type) {
		border-right: 1px solid #FFFFFF;
	}

	.languageMenu label:hover {
		color: green;
	}

.register-mobile {
	display:none;
}

.mobile-footer {
	display: none
}

@media screen and (max-width: 800px) {

	#login {
		height:auto;
	}

	.loginTitle {
		margin-top: 0px;
	}

	.login-top {
		top: 5px;
		left: 15px;
	}

	.login-bottom {
		bottom: 34px;
	}

	.hide-element {
		display: none;
	}

	.mobile-footer {
		display: block;
		color: #383734;
	}

	.logo {
		padding-top:10px
	}

	.card-left {
		flex-direction: inherit;
		justify-content: center;
		height: 100px;
		padding: 15px;
	}

	.card-right {
		height:600px;
	}

	.register-mobile {
		display: block;
	}
}