body {
	background: #f5f5f5;
}

h5 {
	font-weight: 400;
}

.container {
	margin-top: 80px;
	width: 600px;
	max-width: 600px;
}

.tabs .indicator {
	background-color: #e0f2f1;
	height: 60px;
	opacity: 0.3;
}

.form-container {
	margin-top: 50px;
	padding: 40px;
	padding-top: 10px;
}

.image-container {
	padding: 40px;
}

.input-field input:focus+label {
	color: #03AEEE !important;
}

.row .input-field input:focus {
	border-bottom: 1px solid #03AEEE !important;
	box-shadow: 0 1px 0 0 #03AEEE !important
}

.input-field label, .app-version {
	font-size: 1.2rem;
}
.btn .fa-spin-hover {
	transition: all 0.6s ease-out;
}

.btn:hover .fa-spin-hover {
	transform: rotateZ(360deg);
}

.fa-spin-hover {
	margin-left: 10px;
}

.btn-lang {
	color: grey;
	top: -40px;
	right: -20px;
}

.btn-lang:hover, .btn-lang:active, .btn-lang:focus {
	color: #03AEEE !important;
	border-bottom: 2px solid #03AEEE;
	text-decoration: none;
}

a:hover, a:visited, a:link, a:active {
	text-decoration: none;
}

.lang-active {
	color: #03AEEE !important;
	border-bottom: 2px solid #03AEEE;
}

.logo-cliente {
	position: relative;
	bottom: 18px;
}

.login-button {
	text-align: center;
}

.login-button button {
	margin: auto;
	display: block;
}