@charset "UTF-8";

/*------------ GENERAL ------------ */
@import url('https://fonts.googleapis.com/css?family=Raleway');
@font-face {
    font-family: Raleway-Black;
    src:url(../font/Raleway-Black.ttf);
}

@font-face {
    font-family: Raleway-LightItalic;
    src:url(../font/Raleway-LightItalic.ttf);
}

@font-face {
    font-family: Raleway-ExtraBold;
    src:url(../font/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: Raleway-ExtraLightItalic;
    src:url(../font/Raleway-ExtraLightItalic.ttf);
}

@font-face {
    font-family: Raleway-BoldItalic;
    src:url(../font/Raleway-BoldItalic.ttf);
}

@font-face {
    font-family: Raleway-ExtraBoldItalic;
    src:url(../font/Raleway-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: Raleway-ExtraLight;
    src:url(../font/Raleway-ExtraLight.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src:url(../font/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-Italic;
    src:url(../font/Raleway-Italic.ttf);
}

@font-face {
    font-family: Raleway-ThinItalic;
    src:url(../font/Raleway-ThinItalic.ttf);
}

@font-face {
    font-family: Raleway-SemiBoldItalic;
    src:url(../font/Raleway-SemiBoldItalic.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src:url(../font/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-Light;
    src:url(../font/Raleway-Light.ttf);
}

@font-face {
    font-family: Raleway-MediumItalic;
    src:url(../font/Raleway-MediumItalic.ttf);
}

@font-face {
    font-family: Raleway-SemiBold;
    src:url(../font/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: Raleway-BlackItalic;
    src:url(../font/Raleway-BlackItalic.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src:url(../font/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway-Thin;
    src:url(../font/Raleway-Thin.ttf);
}

b {
	font-family: Raleway-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

i {
	font-family: Raleway-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

html {
	height: 100%;
  	box-sizing: border-box;
	background-color: #333333;
}

body {
	font-family: Raleway-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	line-height: 20px;
	margin:0;
	color:#000;
	height: 100%;
}

a {
	text-decoration:none !important;
	color:#000;
}

a:hover {
	text-decoration:none !important;
	color:#312783;
}

main {
	position: relative;
	padding: 130px 60px 90px 60px;
	width: 100%;
	min-height: 100vh;
	background-color:#ececec;
}

#container-page {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	display: table;
}

.title-page {
	text-transform: uppercase;
	font-family: Raleway-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 40px;
	color: #000;
}

@media (max-width: 768px) {
	
	main {
		padding: 80px 20px 80px 20px;
	}

}





/*------------ LOGIN ------------ */
.login-background {
	background-color: #ECECEC;
}

.login-main {
	padding: 60px 20px 20px 20px;
	width: 100%; 
	display: table;
	background-color: #ECECEC;
	color: #FFF;
	font-family: Raleway-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login-form {
	background-color: #FEFEFE !important;
	max-width: 400px;
	margin: auto;
	padding: 20px;
	box-shadow: 4px 4px 8px #BDBFCA;
}

.login-container-logo {
	width: 100%;
	max-width: 200px;
	margin: auto;
	margin-bottom: 40px;
}

.login-form label {
	color: #333333;
	font-family: Raleway-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-home {
	background-color: #FEFEFE !important;
	color: #000000 !important;
	border-color: #bdbfca !important;
}

.btn-home:hover {
	background-color: #312783 !important;
	color: #ffffff !important;
}

.login-container-copyright {
	width: 100%;
	max-width: 400px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #000000;
	font-size:9px;
	line-height: 12px;
}

.login-container-copyright a {
	color: #000000;
}
.login-container-copyright a:hover {
	color: #312783;
}

.login-error {
	color: #D20000;
	margin-top: 20px;
	height: 20px;
}



