

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:not(i) {
    font-family: 'Titillium Web', sans-serif;
}
body {
    padding: 0;
    margin: 0;
   //background: #6AC290;
   //background-image: url(../images/fundo_geranutri.png);
   //background-image: url(../images/green.png);
   //background-position: top center;
   //background-size: contain;
   //background-repeat: no-repeat;
   background-attachment: scroll;
   background-color: #6AC290;
    width: 100%;
    height: 100%;
}

.conteudo {
   min-height: 100vh;
    width: 100%;
    height: 100%;
}

.cadastrarx {
   min-height: 130vh;
}



p {
    color: #fff;
}
img {
    max-width: 100%;
}
input::-ms-clear, textarea::-ms-clear {
    display: none;
}
fieldset {
    padding: 0;
    margin: 0 0 18px 0;
    border: none; 
}
label {
    display: block;
}
input:not([type="checkbox"]):not([type="radio"]) {
    background: #fff;
    padding: 6px 24px;
    height: 50px;
    line-height: 1.4;
    color: #444;
    border: solid 1px #9b9b9b;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    font-weight:300;
    outline: none;
    letter-spacing: -0.2px;
    box-shadow: 0 0px 8px 1px rgba(0,0,0,0.7)
}

.rememberMe,
.termsCondition {
    font-size: 16px;
    color: #fff;
    float: left;
}

.termsCondition a {
    font-size: 16px;
    color: #fff;
}
.rememberMe input[type="checkbox"],
.termsCondition input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}




.forgetYourPassword {
    font-size: 14px;
    float: right;
    color: #fff;
}

.forgetYourPassword a {
    font-size: 14px;
    color: #2185d0;
    text-decoration: none;
}






input#nomecompleto{
    font-size: 16px;
    font-family: "FontAwesome", Open Sans, Arial;
    color: #4c4c4c;
}
input#senha{
    font-size: 16px;
    font-family: "FontAwesome", Open Sans, Arial;
    color: #4c4c4c;
}
input#usuario{
    font-size: 16px;
    font-family: "FontAwesome", Open Sans, Arial;
    color: #4c4c4c;
}
input#email{
    font-size: 16px;
    font-family: "FontAwesome", Open Sans, Arial;
    color: #4c4c4c;
}
input#celular{
    font-size: 16px;
    font-family: "FontAwesome", Open Sans, Arial;
    color: #4c4c4c;
}


.icon-lp{
	color: #755c9e;
	position: absolute;
	top: 10px;
	left: 18px;
	margin: 0px;
	font-size: 21px;
}

.fa-user-tie:before{
content:"\f508"
}

.fa,.fab,.fal,.far,.fas{
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
display:inline-block;
font-style:normal;
font-variant:normal;
text-rendering:auto;
line-height:10
}










.main-container {
    display: table;
    position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
            height: 450px;
            padding: 20px 20px 30px 30px;
            //box-sizing: border-box;
            //background: rgba(0,0,0,.5);
}
.main-container .form-container {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}
.wrapper {
    width: 80%;
    max-width: 400px;
    display: inline-block;
    min-height: 510px;
}






.wrapper-cad {
    width: 80%;
    max-width: 400px;
    display: inline-block;
    min-height: 610px;
    margin-top: 100px;
}

.main-container .form-container form {
    text-align: left;
    max-width: 400px;
    margin: 0 auto 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    max-width: 450px;
}



.logo-top{
    margin-top: 50px;
	padding: 15px 0;
	width: 50%;
	display: inline-block;
 }

.logo-top-cad{
    margin-top: 110px;
    padding: 15px 0;
	width: 50%;
	display: inline-block;
 }






div.tab:not(.active) {
    display: none;
}
.main-container .form-container form fieldset{
    position: relative;
}
.main-container .form-container form fieldset.error input{
    box-shadow:inset 0 0 8px 1px #ce0202;
}
#password {
    padding-right: 52px;
}
.password-show-hide {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 3px;
}
.password-show-hide i {
    color: #555;
}
.password-show-hide i:hover {
    color: #050505;
    cursor: pointer;
}
button,
.button {
    display: block;
    padding: 0px 16px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    font-size: 18px;
    font-weight: normal;
    outline: none;
    background: #2185d0;
    cursor: pointer;
}

.form-tabs {
    list-style-type: none;
    margin-bottom: 30px;
    max-width: 450px;
    display: inline-block;
    font-size: 22px;
    padding: 10px 15px;
    color: #000000;
    font-weight: boldx;
    text-transformX: uppercase;
    cursor: pointer;
    width: 95%;
    border-bottom: 3px solid transparent;
       background-color: #fff;
}



.bem-vindo {
    list-style-type: none;
    margin-bottom: 30px;
    max-width: 450px;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    color: #71DFE2;
    font-weight: boldx;
    text-transformX: uppercase;
    cursor: pointer;
    width: 95%;
    border-bottom: 3px solid transparent;
       //background-color: #fff;
}

.bem-vindo-geranutri {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    width: 95%;
    border-bottom: 3px solid transparent;
       //background-color: #fff;
       font-family: 'Dosis', sans-serif;
 }


.entrar {
    display: block;
    padding: 0px 16px;
    height: 50px;
    line-height: 50px;
    color: #007BA4;
    border: none;
    border-radius: 5px;
    width: 100%;
    max-width: 450px;
    font-size: 18px;
    font-weight: normal;
    outline: none;
    background: #71DFE2;
    cursor: pointer;
}
.entrar:hover {
    background: #FFFFFF;
    color: #000000;
}

.cadastrese {
    display: block;
    padding: 0px 16px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    width: 100%;
    max-width: 450px;
    font-size: 18px;
    font-weight: normal;
    outline: none;
    background: transparent;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 5px;
}
.cadastrese:hover {
    background: transparent;
    color: #333333;
}









button:hover {
    background: #24a0ff;
}
button[disabled="disabled"] {
    pointer-events: none;
    background:#60b044;
}


/* Divider */
.divider {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    margin:25px 0;
    position: relative;
    text-align: center;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+50,cccccc+50&0+1,1+50,0+100 */
    background: -moz-linear-gradient(left,  rgba(204,204,204,0) 1%, rgba(204,204,204,1) 50%, rgba(204,204,204,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(204,204,204,0) 1%,rgba(204,204,204,1) 50%,rgba(204,204,204,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(204,204,204,0) 1%,rgba(204,204,204,1) 50%,rgba(204,204,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cccccc', endColorstr='#00cccccc',GradientType=1 ); /* IE6-9 */

}

.divider.or:after {
    content: "ou";
    position: absolute;
    background: #ccc;
    color: #222;
    font-weight: bold;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height:30px;
    top: 50%;
    left: 50%;
    margin-top: -15px; 
    margin-left: -15px;
}


#footer{
width: 100%;
bottom: 0;
position: fixed;
}

.rodape{
    background-color: #6AC290;
    font-family: 'Titillium Web', sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    font-weight:300;
}






