@font-face {
	font-family: 'Sari';
	src: url('sari-webfont.eot');
	src: url('sari-webfont.eot?#iefix') format('embedded-opentype'),
		 url('sari-webfont.ttf') format('truetype'),
		 url('sari-webfont.svg#SariRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-family: Arial,Helevtica,Verdana,san-serif;
    font-size: 100%;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
* {
    margin: 0;
    padding: 0;
}

p#title_login{
    font-size:14px;
    background: #bbd136; /* Old browsers */
    background: -moz-linear-gradient(top, #bbd136 0%, #e5ff45 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbd136), color-stop(100%,#e5ff45)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbd136 0%,#e5ff45 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbd136 0%,#e5ff45 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbd136 0%,#e5ff45 100%); /* IE10+ */
    background: linear-gradient(top, #bbd136 0%,#e5ff45 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd136', endColorstr='#e5ff45',GradientType=0 ); /* IE6-9 */
    padding: .5em;
    -moz-border-radius-topleft: .5em;
    -moz-border-radius-topright:.5em;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-bottomright:0;
    -webkit-border-top-left-radius:.5em;
    -webkit-border-top-right-radius:.5em;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-bottom-right-radius:0;
    border-top-left-radius:.5em;
    border-top-right-radius:.5em;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

#box_login{
    max-width: 800px;
    /* width: 50em; */
    margin: 0 auto 2em;
}

.titulo_login{
    color: #008D49;
    font-size: 3rem;
    font-family: 'Sari';
}

.column_login{
    /* width: 264px; */
    float: right;
    padding: 50px 60px 0;
    margin-top: -16px;
    height: 570px;
    position: relative;
    /* background: url('../image/bg_column_login.png') no-repeat; */
    /* margin-left: 2rem; */
    /* border-left: 2px solid lightgrey; */
}

.column_login .titulo_login{
    margin-bottom: 2em;
    text-align: center;
}

.mask{
    width: 100%;
    display: block;
    height: 58%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(86%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 86%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 86%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 86%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 86%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.box_logos_login{
    margin:2rem 0;
    margin-bottom: 3rem;
}

.box_logos_login span{
    margin-right: 2.5em;
}

.box_info_login{margin-bottom: 1em;}

.info_login{color: #626262; font-size: 14px; line-height: 1.5em;}
.link_voltar{color:#000; font-size: .8em; line-height: 1.5em;}

.icon-voltar{background: url('../image/icon-voltar.png') no-repeat; width: 20px; height: 20px; margin-left: .5em; display: inline-block; vertical-align: middle;}
/* #logo_profarma{background: url("../image/logo_profarma.png"); width:128px; height: 72px; display: inline-block; } */

#logo_pedidoweb{background: url("../image/logo_pedidoweb.png"); width:143px; height: 58px; display: inline-block; }

form#frmLogin label{font-size: .8em; color:#008D49;  display:inline-block; min-width: 4.5em; text-align: left; margin-right: .5em;}

form#frmLogin input[type="text"], form#frmLogin input[type="password"]{
    vertical-align: top;
    margin-bottom: 1em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.entrar{
    text-align: center;
    text-decoration: none;
    font-size: .8em;
    padding: .4em .6em; color: #008D49; cursor: pointer;
    width: 5em;
    display: block;
    margin:1em auto 0;
    border:1px solid #ccc;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

a#senha{font-size: .7em; margin:.9em 0; display: block; text-align: center;}

ul.icon_login{width: 11em; margin:auto; text-align: center;}

ul.icon_login li{float: left; margin: 0 1em; font-size: .7em;}

ul.icon_login li a{margin-bottom: .5em; display: block; width: 64px; height: 60px; background: url("../image/icons_login.png") no-repeat;}

ul.icon_login li a.suporte{background-position: 0 -60px;}

input[type="number"], input[type="text"], select, input[type="password"], ul#resumo li > span {
    border: 0.1em solid #c7c8c9;
    padding: 0.35em;
    font-size: 0.9em;
}

.container_login {
    background: url("../image/bgFundoSistema.jpg") repeat scroll center top transparent;
    position: relative;
}

.msg_erro{font-size: .8em; color: #555;}