body {
	background-color: #f3f3f3;
}

#box {
	background-color: #fff;
	font-family: Lintel,Arial,Helvetica,sans-serif;
	width: 80%;
	margin: 10px auto;
	padding: 50px;
	max-width: 605px;
	border-radius: 5px;
}

#box .logo {
	margin: 0 auto;
	display: block;
}

#box h3 {
	color: #003765;
}

#box p {
	color: #8a8a8a;
}

#box .field {
	width: calc(100% + 25px);
}

#box .field input {
	width: calc(100% - 52px);
	height: 35px;
	margin-bottom: 10px;
	color: #003765;
	border: none;
	padding-right: 25px;
	border-bottom: #003765 solid 1px;
	font-size: 20px;
}

#box .field input:focus {
	outline: none;
	box-shadow: 0px 2px 0px #003765;
}

#box .eye-icon {
	position: relative;
	left: -25px;
	filter: invert(22%) sepia(50%) saturate(2872%) hue-rotate(186deg) brightness(78%) contrast(97%);
}

#box .eye-icon.show-pass, #box .eye-icon.hide-pass {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px;
	vertical-align: middle;
}

#box .eye-icon.show-pass {
	background: url("/commons/img/icon-show-password.svg") no-repeat;
	background-size: 20px;
}

#box .eye-icon.hide-pass {
	background: url("/commons/img/icon-hide-password.svg") no-repeat;
	background-size: 20px;
}

#box .enviar-btn {
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	border-radius: 5px;
	text-transform: uppercase;
}

#box .enviar-btn.enabled {
	background-color: #003765;
	color: #fff;
}

#box .enviar-btn.disabled {
	background-color: #dadada;
	color: #fff;
}

#box .msg-retorno .main-msg {
	font-size: 25px;
	font-weight: bold;
	color: #003765;
}

#box .msg-retorno {
	text-align: center;
}

#box .msg-retorno .redes {
    margin: 0 auto;
    width: 80%;
}
	
#box .msg-retorno .redes a{
	display: inherit;
	margin: 5px;
}

#box .msg-retorno .redes a.google-play {
	background: url('/saude/service/segurado/login/img/google-store-badge.png') no-repeat;
	background-size: 172px;
    background-position: -9px -10px;
    width: 153px;
    height: 47px;
    text-indent: -99999px;
}

#box .msg-retorno .redes a.app-store {
	background: url('/saude/service/segurado/login/img/app-store-badge.svg') no-repeat;
	background-size: 140px;
    width: 140px;
    height: 47px;
    text-indent: -99999px;
}

#box .msg-retorno .redes:after {
	content:'';
	display: table;
	clear: both;	
}

#box .msg-retorno .redes a.portal,
#box .msg-retorno .redes a.portal:link,
#box .msg-retorno .redes a.portal:visited,
#box .msg-retorno .redes a.portal:active,
#box .msg-retorno .redes a.portal:focus {
	width: 150px;
    height: 29px;
	border: 2px solid #e26c17;
    border-radius: 25px;
    color: #e26c17;
    outline: none;
    padding-top: 15px;
}

#fundo-carregando .carregando-saude-div {
	position: relative;
    top: 40%;
    padding: 30px;
    margin: 0 auto;
    width: 75px;
    background: #F0F0F0;
    border-radius: 8px;
    text-align: center;
}

#fundo-carregando {
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: .85;
}	

@media (max-width:761px) {
	#box .msg-retorno .redes a {
	    margin: 5px auto;
	    float: none;
	}
}

@media (max-width:500px) {
	#box {
		width: 90%;
		padding: 20px;
	}
}

.item-rede{
    width: 100%;
    display: inline-block;
}
