* {
	padding: 0;
	margin: 0
}
html,
body {
	height: calc(100% - 80px);
}
body {
	background-color: #fff;
	padding: 40px 3%;
}
.transparent{
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.corpo {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/fotos/foto03.jpg) no-repeat center bottom;
	background-size: cover;
}
.gradiente {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGQ0ZDRkIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjNGQ0ZDRkIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNGQ0ZDRkIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-30deg, rgba(77, 77, 77, 0.65) 0%, rgba(77, 77, 77, 0) 30%, rgba(77, 77, 77, 0) 70%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(77, 77, 77, 0.65)), color-stop(30%, rgba(77, 77, 77, 0)), color-stop(70%, rgba(77, 77, 77, 0)));
	background: -webkit-linear-gradient(-45deg, rgba(77, 77, 77, 0.65) 0%, rgba(77, 77, 77, 0) 30%, rgba(77, 77, 77, 0) 70%);
	background: -o-linear-gradient(-30deg, rgba(77, 77, 77, 0.65) 0%, rgba(77, 77, 77, 0) 30%, rgba(77, 77, 77, 0) 70%);
	background: -ms-linear-gradient(-30deg, rgba(77, 77, 77, 0.65) 0%, rgba(77, 77, 77, 0) 30%, rgba(77, 77, 77, 0) 70%);
	background: linear-gradient(150deg, rgba(77, 77, 77, 0.65) 0%, rgba(77, 77, 77, 0) 30%, rgba(77, 77, 77, 0) 70%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a64d4d4d', endColorstr='#004d4d4d', GradientType=1)
}
.logo-agenda {
    position: sticky;
    float: right;
    margin-right: 67px;
    top: 95px;
    width: 450px;
    height: 150px;
    z-index: 30;
    background: url(../img/logos/Logo_horizontal_branco.svg) no-repeat left center;
    background-size: contain;
    text-indent: -999px;
    overflow: hidden;
}
.acesso {
	width: 170px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 15px;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 2px 5px;
	z-index: 30
}
.acesso a {
	color: #fff;
	font-family: geogrotesque_lglight, sans-serif;
	font-size: 12px;
	background: url(../img/esqueceu-senha.svg) no-repeat left center;
	padding-left: 35px;
	text-decoration: none
}
.login {
	width: 350px;
	position: absolute;
	right: 3%;
	bottom: 15%;
	overflow: hidden;
	z-index: 30
}
.botao {
	overflow: hidden;
	width: 85px
}
.input-group-addon img {
	position: relative;
	top: 5px;
    width: 22px;
    padding: 0 3px;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*border: 1px solid white;*/
    -webkit-text-fill-color: /* #ffce00 */ white;
    -webkit-box-shadow: 0 0 0px 0px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}




.campos {
	display: block;
	float: left;
	width: 218px;
	margin-right: 10px
}
.campos input {
	font-family: asapregula, sans-serif;
	font-size: 15px;
	border: solid 1px #fff;
	box-shadow: none;
	color: #fff;
	border-radius: 0;
    padding: 3px 0;
	width: 80%;
    height: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.3);
}
.campos .arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 12px;
	right: -17px;
	z-index: 30;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #00BBD3
}
.input-group.senha,
.input-group.usuario {
	margin-bottom: 10px !important;
	position: relative;
	font-family: geogrotesque_rgregular, sans-serif;
	font-size: 14px;
	color: #000
}
::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.2) !important
}
:-moz-placeholder {
	color: rgba(0, 0, 0, 0.2) !important
}
::-moz-placeholder {
	color: rgba(0, 0, 0, 0.2) !important
}
:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.2) !important
}
.input-group-addon.primary {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    width: 30px;
    border-radius: 0;
    height: 30px;
    display: block;
    float: left;
    padding: 3px;
}
.bt-login {
	width: 85px;
	height: 85px;
	position: relative;
	display: block;
	float: right;
	background: url(../img/cadeado2.svg) no-repeat center center rgba(255, 255, 255, 0.2);
	background-size: 500px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.bt-login:hover {
	background: url(../img/cadeado2.svg) no-repeat center center;
	background-color: rgba(100,100,100,0.9);
	background-size: 500px;
}
/*
.bt-login {
	width: 83px;
	height: 83px;
	position: relative;
	display: block;
	float: right;
	background: url(../img/cadeado.svg) no-repeat center center #9aeacc;
	cursor: pointer;
	border: 0
}
.bt-login:hover {
	background: url(../img/cadeado.svg) no-repeat center center #98c3d1;
}
*/
.error {
	font-size: 11px;
	font-family: geogrotesque_ullgultralight, sans-serif;
	color: red;
	padding: 2px;
	position: relative;
	top: -10px;
	margin-bottom: -5px
}
/*.campos input {*/
	/*border: 1px solid rgba(255, 255, 255, 0.4);*/
    /*background-color: rgba(255, 255, 255, 0.3);*/
	/*border-radius: 0;*/
	/*box-shadow: none;*/
	/*color: #000;*/
	/*height: 25px;*/
	/*font-family: 'asapregular', sans-serif;*/
/*}*/
.rodape-login {
	display: block;
	position: absolute;
	bottom: -38px;
	width: 100%
}
.rodape-login div div {
	font-family: 'asapregular', sans-serif;
	font-size: 11px;
	display: block;
	float: left;
}
.nome-estado {
	text-align: left;
	width: 35%
}
.logo-estado {
	width: 30%;
	height: 35px
}
.logo-estado span {
	display: block;
	width: 100%;
	height: 35px
}
.nome-sistema {
	text-align: right;
	width: 35%
}
@media screen and (max-width: 768px) {
	.logo-agenda {
		left: 50%;
		margin-left: -150px;
		background-position: center center;
	}
	.nome-sistema {
		display: none !important
	}
	.logo-estado {
		width: 100%
	}
	.nome-estado {
		display: none !important
	}
}
@media screen and (max-width: 515px) {
	.logo-agenda {
		width: 300px;
		height: 125px;
		left: 50%;
		margin-left: -150px;
		background-position: center center;
	}
	.login {
		width: 220px;
		height: auto;
		right: inherit;
		left: 50%;
		margin-left: -110px
	}
	.login .campos {
		width: 100%;
		display: inline-block
	}
	.login .botao {
		width: 85px;
		display: inline-block;
		position: relative;
		left: 50%;
		margin-left: -40px
	}
}
body.esqueceu {
	padding: 115px 3% 40px;
	height: 83%
}
.esqueceu .corpo {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1)
}
.topo {
	background: rgba(230, 231, 232, 1);
	display: block;
	width: 100%;
	height: 115px;
	position: absolute;
	top: 0;
	left: 0
}
.topo .logo {
	width: 300px;
	height: 100px;
	background: url(../img/logo_agenda.svg) no-repeat center center;
	background-size: contain;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 0 0 20px
}
.esqueceu .bt-voltar {
	background: url(../img/voltar.svg) no-repeat center center;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: relative;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	top: 20px
}
.form-email {
	position: relative;
	top: 30%;
	width: 60%;
	left: 50%;
	margin-left: -30%
}
.form-email input {
	border: solid 1px;
	border-color: rgba(0, 187, 211, 1);
	box-shadow: none;
	border-radius: 0;
	padding: 5px 12px;
	font-size: 18px;
	width: 85%;
	height: 24px;
	position: relative
}
.arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 13px;
	right: -17px;
	z-index: 30;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #00BBD3
}
.bt-recuperar {
	width: 80px;
	height: 80px;
	position: relative;
	display: block;
	border-radius: 50%;
	background: url(../img/basic_mail.svg) no-repeat center center rgba(0, 187, 211, 1);
	background-size: 30px;
	cursor: pointer;
	left: 50%;
	margin: 30px 0 0 -40px;
	border: 0
}
.bt-recuperar:hover {
	background: url(../img/basic_mail.svg) no-repeat center center rgba(5, 196, 201, 1);
	background-size: 30px
}
@media screen and (max-width: 767px) {
	.form-email {
		width: 90%;
		margin-left: -45%
	}
	.previsao {
		top: 40%
	}
}
@media screen and (max-width: 360px),
screen and (max-height: 640px) {
	.previsao {
		display: none !important
	}
}
@media screen and (max-width: 515px) {
	.form-email {
		width: 100%;
		margin-left: -50%
	}
	.form-email input {
		width: 79%
	}
	.topo .logo {
		position: absolute;
		left: 50%;
		margin-left: -150px
	}
	.previsao {
		left: 50% !important;
		margin-left: -125px;
		text-align: center
	}
}
.recuperar-senha {
	display: block;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	position: relative;
	top: 20%
}
.recuperar-senha nav {
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-family: geogrotesque_rgregular, sans-serif
}
.recuperar-senha .borda-senha {
	border: solid 1px #00BBD3
}
.recuperar-senha .botao {
	overflow: hidden
}
.recuperar-senha .bt-entrar {
	border-radius: 50%;
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	background: rgba(0, 187, 211, 1);
	font-family: geogrotesque_mdmedium, sans-serif;
	color: #fff
}
.recuperar-senha .bt-entrar:hover {
	background: rgba(0, 187, 211, 0.7);
	color: #fff
}
.recuperar-senha input {
	width: 100%
}
.previsao {
	display: block;
	width: 250px;
	height: 212px;
	position: absolute;
	left: 50px;
	bottom: 50px;
	font-family: sans-serif
}
.previsao ul.ic_tempo {
	margin: 0;
	padding: 0;
	height: 212px
}
.previsao ul.ic_tempo li {
	display: block
}
.previsaoul.ic_tempo li.tempo {
	width: 25px;
	height: 35px;
	font-size: 24px;
	font-weight: 300;
	float: left
}
.previsao ul.ic_tempo li.graus {
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	padding: 0 5px 5px 10px;
	float: left
}
.previsao ul.ic_tempo li.hora {
	font-size: 60px;
	font-weight: 100;
	color: #fff;
	clear: left;
	text-shadow: 1px 1px 7px #868686
}
.previsao ul.ic_tempo li.dia {
	font-size: 32px;
	font-weight: 100;
	color: #fff;
	width: 250px;
	text-shadow: 1px 1px 7px #868686
}
.previsao ul.ic_tempo li.dia_mes {
	font-size: 32px;
	font-weight: 100;
	color: #fff;
	text-shadow: 1px 1px 7px #868686
}
html, body.forgot-body{
	height: 100%;
}
.forgot-body{
	padding: 0;
}
header{
	background-color: #0E46D9;
	padding: 20px;
}
header .logo{
	display: block;
	position: relative;
	width: 230px;
	height: 100px;
	background: url("../img/brasao_nome.svg") no-repeat center center;
	background-size: contain;
}
.forgot{
    display: block;
    position: relative;
    padding: 7% 5% 0;
    width: 100%;
    margin: 5% auto;
}
.btn-send{
    background: url("../img/ic-send.svg") no-repeat center center;
    background-size: contain;
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 0;
}
.back{
    background: url("../img/ic-left-arrow.svg") no-repeat center center;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    margin: 20px;
}
.element-group{
    overflow: hidden;
}
.element-group .icon{
    background: url("../img/message.svg") no-repeat center center #fff;
    background-size: 30px;
    display: block;
    float: left;
    width: 60px;
    height: 50px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    border-left: solid 1px #c1c1c1;
    border-top: solid 1px #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
    border-right: 0;
}
.element-group input{
    width: calc(100% - 60px);
    border: 0;
    height: 50px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-right: 60px;
    border-left: 0;
    border-top: solid 1px #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
    border-right: solid 1px #c1c1c1;
}
.forgot-body .acesso{
	position: absolute;
}
.forgot-body .rodape-login{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
}
.forgot-body .rodape-login div{

}
body.forgot-body footer{
    background-color: #0e46d9;
    height: 40px;
}
body.forgot-body footer div{
    color: #fff;
    position: relative;
    line-height: 40px;
}
@media screen and (max-width: 767px) {
    .element-group input{
        padding-right: 0;
    }
}