.grid_7 {
    padding: 30px;
    width: 480px;
}

.grid_7 p {
    padding-bottom: 20px;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
}

.grid_7 p a {
    text-decoration: none;
    color: #094E17;
}
.button {
    margin: 0 auto;
    position: relative;
    clear: both;
    width: 100%;
}

a.link-esqueci-senha {
    float: left;
}

li.filtro-edicao {
    visibility: hidden;
}

.ilustracao-capas {
    text-align: center;
}

#plantao-widget {
    padding-top: 10px;
    padding-bottom: 10px;
}

.lista-form li {
    border-bottom: 1px dotted #E2E2E2;
    padding: 10px 0;
}
.lista-form label {
    font-size: 13px;
    font-family: Arial;
    padding-left: 5px;
    width: 115px;
    /* line-height: 43px; */
    display: block;
    float: left;
}
.lista-form input[type*=text],
.lista-form input[type*=password] {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #CCCCCC inset;
    padding: 6px;
    resize: none;
    /* width: 330px; */
    min-width: 290px;
}
.rodape-form {
    /* text-align: right; */
    margin: 10px 0;
}
.rodape-form span {
    padding-right: 10px;
    font-size: 1em;
    line-height: 2em;
    float: left;
    width:  290px;
}

.btn-enviar {
    text-transform: uppercase;
    color: #fff;
    background-color: #d5383c;
    border: 0;
    padding: 5px;
    font-family: Arial;
    font-size: 12px;
    float: right;
    margin-bottom: 10px;
}

.lista-erros-login .erro-login-item,
#mensagem-erro-form p,
.errorlist li {
    display: block;
    line-height: 32px;
    background-color: #f9f1f1;
    font-family: Arial;
    font-size: 13px;
    font-style: italic;
    color: #ce4b2b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #4BCC4E;
    padding: 0 10px 0 35px;
    background-image: url('/static/img/icon_error.png');
    background-repeat: no-repeat;
    background-position: 10px 8px;
    margin-top: 10px;
}

.title-news-login{
    font-size: 20px;
    font-family: Arial;
    color: #000;
    font-style: italic;
}

.preview-news-login{
    font-size: 12px;
    font-family: Arial;
    color: #333;
    font-style: italic;
}

.lista-erros-login .erro-login-item,
.errorlist li {
    margin-left:120px;
}

.assine {
	-moz-box-shadow:inset 0px 0px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 0px 0px 0px #caefab;
	box-shadow:inset 0px 0px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-webkit-border-top-left-radius:14px;
	-moz-border-radius-topleft:14px;
	border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
	-moz-border-radius-topright:14px;
	border-top-right-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	-moz-border-radius-bottomright:14px;
	border-bottom-right-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	-moz-border-radius-bottomleft:14px;
	border-bottom-left-radius:14px;
	text-indent:0;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:310px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #aade7c;
}
.assine:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}
.assine:active {
	position:relative;
	top:1px;
}

.login-user p {
    font-size: 0.8em; text-align: center;
}
a.assine {
    width: 290px;
    height: 100%;
    font-family: PT Sans;
    line-height: 1.6em;
    text-align: center;
    margin: 0 auto;
    float: left;
    clear: both;
}
.login-user {
    position: relative;
    width: 290px;
    margin: 0 auto;
}
ul.lista-form {
    padding: 0;
}

@media only screen and (min-width: 980px){
    .login-user {
        width: 410px;
        margin: 0 auto
    }
}