@CHARSET "UTF-8";


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

@font-face {
    font-family: 'flamabold_italic';
    src: url('http://it.rosariocentral.com/fonts/flama_bold_italic-webfont.woff2') format('woff2'),
         url('http://it.rosariocentral.com/fonts/flama_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'flamaitalic';
    src: url('http://it.rosariocentral.com/fonts/flama_italic-webfont.woff2') format('woff2'),
         url('http://it.rosariocentral.com/fonts/flama_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'flamaregular';
    src: url('http://it.rosariocentral.com/fonts/flama_regular-webfont.woff2') format('woff2'),
         url('http://it.rosariocentral.com/fonts/flama_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'flamablackitalic';
    src: url('http://it.rosariocentral.com/fonts/flamablack_italic-webfont.woff2') format('woff2'),
         url('http://it.rosariocentral.com/fonts/flamablack_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'flamablackregular';
    src: url('http://it.rosariocentral.com/fonts/flamablack_regular-webfont.woff2') format('woff2'),
         url('http://it.rosariocentral.com/fonts/flamablack_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'flamalightitalic';
    src: url('http://it.rosariocentral.com/fonts/flamalight_italic-webfont.woff2') format('woff2'),
         url('http://it.rosariocentral.com/fonts/flamalight_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'flamalightregular';
    src: url('http://it.rosariocentral.com/fonts/flamalight_regular-webfont.woff2') format('woff2'),
         url('http://it.rosariocentral.com/fonts/flamalight_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h1 {
	color: #1C94C4;
	font-size: 16pt;
	font-family: flamaregular;
	font-weight: bold;
	font-size: 30px;
}

a {
	text-decoration: none;
	color: #1c94c4;
	font-family: flamalightregular;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
	color: #ea7d1e;
}

#login-title {
	width: 70%;
	margin-left: 15%;
}

#login-body {
	background: url('/images/background/TRAMA_02.png') no-repeat center center;
    background-size: cover;
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}

#login-header {
}

#login-logo, #login-content {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	color: #173b6a;
	font-family: flamaitalic;
	font-weight: bold;
	font-size: 14px;

	text-align: center;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
}

#login-logo {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 54px;
	margin-top: 10px;
}

#login-content {
	padding: 20px;
	background-color: #fff;
	border: 2px solid #173b6a;
	border-radius: 10px;
	margin-top: 175px;
}

@media (max-height: 700px)
{
	#login-logo {
		margin-top: 0;
	}
	#login-content {
		margin-top: 74px;
	}
	h1 {
		margin-top: 0;
	}
}

#login-logo img {
	border: 0;
}

#login-form {
	padding-top: 1em;
}

#login-additional-content {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 150px;
}

#login-form-content > div {
	width: 70%;
	margin-left: 15%;
	color: #37322f;
	font-family: flamalightregular;
	font-weight: bolder;
	font-size: 13px;
	margin-top: 10px;
}

#login-form-content .divider {
	margin-top: 17px;
}

#login-form-content .divider hr {
	margin-left:auto;
	margin-right:auto;
	width:40%;
	color: #eee;
}

#login-form-content .divider hr.left {
	float:left;
}

#login-form-content .divider hr.right {
	float:right;
}

#login-input > div {
	text-align: left;
	margin-top: 10px;
}

#login-input input {
	background-color: #fff;
	font-family: flamalightregular;
	font-weight: bold;
	font-size: 13px;
	height: 2em;
	padding: 0.1em 1em;
	border: solid 2px #173b6a;
	border-radius: 0.25em;
	width: calc(100% - 2em - 4px);
}

#login-input input:focus {
	border-color: #A0AEC0;
}

#login-additional-controls > div {
	text-align: left;
	margin-top: 10px;
}

#login-additional-controls input {
	background-color: #fff;
	height: 2em;
	padding: 0.1em 1em;
	border: solid 2px #DDD;
	border-radius: 0.25em;
	width: calc(100% - 2em - 4px);
}

#login-additional-controls input:focus {
	border-color: #A0AEC0;
}



#login-submit.forgotpwd-submit input,
#login-submit.changepwd-submit input
{
	width: 100%;
}

#login-submit input.login-submit-secondary, #forgot_pwd_sent input.forgot_pwd_done {
	background-color: #e0e0e0;
	color: #333a4b;
}

#login-submit input, #forgot_pwd_sent input{
	background: rgb(23,59,106,1);
	padding: 0.1em 1em;
	border-radius: 0.25em;
	width: 100%;
	color: #f9df34;
	font-family: flamaregular;
	font-weight: bold;
	font-size: 14px;
	border: 0;
	height: 2.2em;
	margin-top: 10px;
	cursor: pointer;
}

.center {
	text-align: center;
}

.v-spacer {
	padding-top: 1em;
}

.sso-button {
	margin: 5px 0px;
	position: relative;
	cursor: pointer;
	padding: 0.7em 0.5em;
	border-radius: 0.25em;

	background-color: #E4E7EB;
	filter: grayscale(1) opacity(0.8);
	transition-duration: 750ms;
	transition-property: filter;
}

.sso-button:hover {
	filter: grayscale(0) opacity(1);
}

.sso-image {
	position: absolute;
	left: 5%;
	height: 1em;
	margin-right: 1em;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

#login-input .invalid input{
	border-color: #F56565;
}


#login-input .invalid .message, #login-submit.invalid .message {
	color: #F56565;
	display: inline-block;
	padding: 5px;
}

#forgot_pwd_sent{
	margin-left: 15%;
	width: 70%;
}
