body {
	margin: 0;
}

.all {
	font-family: "Open Sans", Arial, sans-serif;
	background-color: #f0f0f0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: table;
}
.cell {
	display: table-cell;
}
.contentLogin {
	display: table;
	/* margin: 0 auto; */
	background-color: #f0f0f0;
	color: #444;
	padding: 30px;
	width: calc(100% - 60px);
}
.loginHeader {
	display: table;
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -30px;
	/* padding: 15px 0; */
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px 4px 0 0;
}
.loginHeader .logo {
	text-align: center;
	width: 100% !important;
	padding: 0 !important;
	height: inherit !important;
	float: none !important;
	justify-content: center;
}
.loginHeader .logo img {
	width: 140px !important;
	height: inherit !important;
}
.loginCenter {
	/* display: table; */
	height: calc(100% - 178px);
	/* margin: 0 auto; */
}
.loginCenterInner {
	/* display: table-cell; */
	/* vertical-align: middle; */
	padding-top: 30px;
}
.errorMessage {
	background-color: rgb(204, 0, 0);
	color: #ffffff;
	font-size: 13px;
	padding: 10px 30px;
	position: absolute;
	top: 0;
	width: calc(100% - 60px);
}
.bigTitle {
	font-size: 17px;
	margin-bottom: 10px;
	text-align: center;
}
.loginCenter .title {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}
.formParent {
	/* display: table; */
	/* margin: 0 auto; */
}
.loginFields {
	margin-bottom: 10px;
	border-radius: 4px;
	margin-top: 10px;
	background-color: #f0f0f0;
}
.loginElemField {
	height: 40px;
	margin-bottom: 5px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.loginElemField input {
	border: none;
	width: calc(100% - 5px);
	height: 100%;
	padding: 0 0 0 5px;
	outline: 0;
	background: none;
	border-radius: 4px;
}
.loginCenter .ng-invalid:not(.ng-pristine) {
	background-color: rgba(204, 0, 0, 0.07);
	position: relative;
}
.loginCenter .ng-invalid::after {
	background: url("/public/images/exclamation_red.png") no-repeat;
	content: " ";
	right: 5px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	height: 20px;
	width: 20px;
	background-size: 20px 20px;
}
.loginButton {
	background-color: rgba(0, 130, 255, 0.8);
	text-align: center;
	color: #fff;
	height: 44px;
	line-height: 44px;
	cursor: pointer;
	outline: 0;
	border: none;
	width: calc(100% - 10px);
	border-radius: 4px;
	padding: 0 5px;
	font-size: 14px;
}
.loginButton:hover {
	background-color: rgba(0, 130, 255, 1);
}
.loginButton.disabled {
	background-color: rgba(0, 130, 255, 0.6) !important;
	cursor: default !important;
}
.forgotParent {
	padding-top: 10px;
	font-size: 12px;
	display: table;
	margin: 0 auto;
}
.forgotParent a {
	text-decoration: none;
	color: #444;
}
.forgotParent a:hover {
	text-decoration: underline;
}
.forgot {
	position: relative;
	display: table;
	padding-left: 20px;
}
.forgotParent .forgot:before {
	background: url("/public/images/attention.png") no-repeat;
	background-size: 15px;
	content: " ";
	left: 0;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	height: 15px;
	width: 15px;
}
.visible {
	display: block;
}
md-input-container {
	width: 100%;
	margin: 0 !important;
}
input {
	height: 50px !important;
	border: 1px solid rgba(0, 0, 0, 0.25) !important;
	border-radius: 5px !important;
	padding: 0 10px !important;
	width: 100%;
}
.md-input-has-value label,
.md-input-focused label {
	background-color: transparent !important;
}

/* MOBILE S */
@media screen and (min-width: 320px) {
}
/* MOBILE M */
@media screen and (min-width: 375px) {
}
/* MOBILE L */
@media screen and (min-width: 425px) {
	.contentLogin {
	}
	.bigTitle {
		font-size: 18px;
	}
}

/* TABLET */
@media screen and (min-width: 768px) {
	.all {
		background-color: #ffffff;
	}
	.bigTitle {
		font-size: 20px !important;
	}
	.loginCenter .title {
		font-size: 14px;
	}
	.formParent {
		width: 300px;
	}
	.cell {
		vertical-align: middle;
	}
	.contentLogin {
		display: table;
		margin: 0 auto;
		background-color: #f0f0f0;
		border: 0 solid #ccc;
		border-radius: 4px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
		color: #444;
		padding: 30px;
		width: 300px;
	}
}

.languageButton {
	margin: 20px auto;
	text-decoration: none;
	color: #000;
	display: table;
}

.languageButton:hover {
	text-decoration: underline;
	color: #666;
}

/* LAPTOP L */
@media screen and (min-width: 1440px) {
}
/* 4K */
@media screen and (min-width: 2560px) {
}

.md-input-has-value,
.md-input-focused {
	background-color: inherit !important;
	margin-bottom: 0;
}
.info{
	padding: 20px 0;
}
.usernameField{
	padding: 20px 0;
    text-align: center;
}
.usernameField label{
	font-size: 20px;
}
.usernameLabel{
	padding: 20px 0;
    font-size: 24px;
	margin: 5px 0 20px;
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #a888;
}
.codeField{
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.codeField label{
	font-size: 20px;
    text-align: center;
}
.codeField input{
	text-align: center;
    font-size: 40px;
    padding: 20px 0 !important;
    height: auto !important;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #a888;
}