body {
	font-family: "Roboto", sans-serif !important;
	height: 100%;
	background-color:#EEEEEE;
}
.fidas-red {
	background-color: #ff001e;
}
.fidas-blue {
	background-color: #1d579e;
}

.input-field input[type=text]:focus + label {
	color: #f1c40f;
}
.input-field input[type=text]:focus {
	border-bottom: 1px solid #f1c40f;
	box-shadow: 0 1px 0 0 #f1c40f;
}
.input-field input[type=password]:focus + label {
	color: #f1c40f;
}
.input-field input[type=password]:focus {
	border-bottom: 1px solid #f1c40f;
	box-shadow: 0 1px 0 0 #f1c40f;
}
.center {
	margin: 0 auto;
}
.main-container {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
.big-box {
	background-color: white;
	padding: 1%;
	margin-top: 10px;
}

.logo {
	padding-left: 5px;
	padding-bottom: 2px;
}

/*----------------------------------------
    Login Page
------------------------------------------*/
.login-form {
	width: 320px;
}

.login-form-text {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8rem;
}

.profile-image-login {
	width: 100px;
	height: 100px !important;
}

.login-text {
	margin-top: -6px;
	margin-left: -6px !important;
}