@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand');


* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
}

body {
    background: #fff;
    width: 100%;
    height: 100%;
    float: left;
    font-size: 62.5%;
}

/* RESET 
/////////////////////////////////////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, bl ckquote, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
}

.content-wrapper {
    background: #fff;
}

.clean-page, .clean-page .content-wrapper {
    background: #fff;
}

.clean-page {
    padding-top: 0;
}

#container {
    /*display: block;*/
    position: relative;
    float: left;
    width: 100%;
    min-height: 100%;
}

.form-box {
    width: 100%;
    max-width: 720px;
    min-height: 478px;
    margin: 110px auto 0px auto;
    text-align: center;
    border-right: 5px;
    border-left: 5px;
    border-style: solid;
    border-color: transparent;
}

.form-box .logo-maior {
    width: 200%;
    height: 60px;
    margin: 0 auto 15px auto;
    left: -50%;
    position: relative;
}
.form-box .logo-maior img {
    width: 50%;
    float: left;
}

.form-box .content-box, .form-box .button, .form-box-info {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-box .content-box {
    width: 100%;
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.panel-login {
	width: 100%;
}

.panel-login .ui-inputfield {
    margin: 0;    
    padding: 0px;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}
.panel-login .text {	
    height: 42px;
    line-height: 0px;
    margin-bottom: 5px;
    border: 0;
    padding: 0 10px;
    border-bottom: 1px solid #999;
    display: block;    
}

.panel-login td {
	padding: 5px;
}

.text {
	font-size: 18px;
    color: #999;
    font-family: 'Quicksand',arial;
    width: 90%;
}
.button-custon {
	width: 100%;
    background-color: #862861;
    background-image: none;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-size: .9em;
    padding: 3px 10px;
}
.button-custon:hover {
	background-color: #6f2251; 
}
.terms {
    float: none;
    text-decoration: none;
    color: #1b979d;
    font-size: 16px;
}
