/*
Description: CSS Padrao de utilizacao em paginas do projeto
Client: Prevent Senior - Portal
Version: 1.0
*/

/*****************************************************************************
* 1. Padrão novo de login
*****************************************************************************/

.login-page-background{
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	background: url(../images/geral/backgrounds/login-background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #fff;
}

.login-page-header{
	width: 100%;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	height: 150px;
	background-color: rgba(255, 255, 255, 0.3);
}

.login-page-header .login-page-header-logo {
	border-radius: 3px;
	font-size: 124px;
	height: 150px;
	overflow: hidden;
	position: relative;
	width: 100%;

	color: #0D3356;
}

.login-page-header .login-page-header-logo i:before {
	color: #0d3356;
	font-size: 155px;
	position: absolute;
	top: -5px;
	cursor: default;
}

.login-page-area-message{
	position:absolute;
	top: 50%;
	right: 20px;
	height: auto;
	margin-top: -160px;
	background-color: rgba(21, 40, 54, 0.8);
	padding: 20px;
	width: 500px;
}

.login-page-type{
	font-family: "Open Sans Light",sans-serif;
	font-size: 50px;
	color: #fff;
	text-align: right;
	color: #bfc0c0;
}


.login-input-area{
	padding-top: 20px;
	padding-bottom: 20px;
}

.login-input-area .text{
	color: #fff;
	font-family: "Open Sans Light",sans-serif;
	font-size: 30px;
	position: relative;
	text-align: right;
	margin-bottom: 4px;
}

.login-input-area .input,.login-input-area .button{
	text-align: right;
	margin-bottom: 10px;
}

.error{
	font-family: "Open Sans Light",sans-serif;
	font-size: 20px;
	position: relative;
	text-align: right;
	padding-right: 10px;
	color: #ff5252;
}

.error.hide{display:none;}

.forgotten,.capslock{
	font-family: "Open Sans Light",sans-serif;
	font-size: 20px;
	position: relative;
	text-align: right;
	padding-right: 10px;
	color: #bfc0c0;
	cursor:pointer;
}

.capslock{
	padding: 0px 0px 10px 0px;
	vertical-align: middle;
}

.capslock:before{
	content: url(../images/icons/interface/warning-5-22.png);
	vertical-align: middle;
	margin-right: 5px;
}



.forgotten:hover{
	color: #ffc515;
	text-decoration: underline;
}

.login-input{
	font-family: "Open Sans Light",sans-serif;
	font-size: 24px;
	border: solid 3px #ffc515;
	color: #777777;
	padding: 5px;
}

.login-input:hover{
	border:solid 3px #ffc515;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(170, 170, 170, 0.3);
	-moz-box-shadow: inset 1px 1px 1px 1px rgba(170, 170, 170, 0.3);
	box-shadow: inset 1px 1px 1px 1px rgba(170, 170, 170, 0.3);
}

.login-input:focus{
	border:solid 3px #ffab09;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(124, 124, 127, 0.5);
	-moz-box-shadow: inset 1px 1px 1px 1px rgba(124, 124, 127, 0.5);
	box-shadow: inset 1px 1px 1px 1px rgba(124, 124, 127, 0.5);
}

.aviso{
	background-image: url(../images/icons/interface/info-login.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 100%;
	height: auto;
	border:solid 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e2f3ff;
	border:solid 1px #b4d8f1;
	display:none;
}

.aviso .titulo{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 22px;
	margin-left: 65px;
	padding: 5px;
}

th{
	font-family: sans-serif;
	color: #5384a6;
	padding: 10px;
	text-align: center;
	font-size: 16px;
}

td{
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	color: #30519c;
}

.captcha{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	margin: 8px 0;
}


@media screen and (max-width: 48em) {

	.login-page-background {
		background-position: 0 256px;
		padding: 0 16px;
	}

	.login-page-header {
		background: none;
		height: 196px;
	}

	.login-page-header .login-page-header-logo {
		border-radius: 3px;
		font-size: 124px;
		height: 100%;
		overflow: hidden;
		width: 100%;
	}

	.login-page-header .login-page-header-logo i {
		position: absolute;
		top: 0px;
		left: calc(50% - 180px);
		font-size: 250px;
		width: 360px;
		padding-left: 1px;
	}

	.login-page-header .login-page-header-logo i:before {
		top: 12px;
	}

	.login-page-area-message{
		position:relative;
		top: 0%;
		right: 0px;
		height: auto;
		margin-top: 0px;
		padding: 20px;
		width: 100%;
		border-radius: 8px;
	}

	.login-page-type {
		font-size: 25px;
		text-align: center;
	}

	.login-input-area .text{
		text-align: center;
		font-size: 20px;
	}

	.login-input{
		width: 100%;
	}

	#acessar{
		width: 100%;
		padding-right: 24px;
	}

	.forgotten,.error{
		text-align: center;
	}
}


.manutencao-message{
	padding: 20px;
	text-align: left;
	background-image: url("../images/icons/interface/error-big.png");
	padding-left: 110px;
	background-repeat: no-repeat;
	background-color: rgba(21, 40, 54, 0.8);
	background-position: 20px 20px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	margin-left: 30px;
	margin-right: 30px;
}

.login-manutencao-message{
	position: relative;
	padding: 20px;
	height: calc(100% - 300px);
}
