body {
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    background: url('../img/rizer-sistemas-login-left.jpg') right top no-repeat;
    background-size: cover;
}
body, html {
    width: 100%;
    height: 100%;
}
body.termosPage {
    background: url('../img/rizer-sistemas-login-left.jpg') right top no-repeat;
}
.leftLogin {
    background: url('../img/rizer-sistemas-login-right.jpg') left top no-repeat;
    background-size: cover;
    height: 100%;
    color: #fff;
}
/* # */
.parceiro-partners a { color:#7e2ecd; }
.parceiro-partners .leftLogin { background: url('../img/rizer-sistemas-login-right-partners.jpg') left top no-repeat; background-size: cover; height: 100%; color: #fff; }
.parceiro-partners .leftLogin a { color:#7e2ecd; }
.parceiro-partners .btnEnviar { background:#7e2ecd; border: solid 1px #9f5be3; color:#ffffff; }
.parceiro-partners .btnEnviar:hover { background:#9f5be3; }
.parceiro-partners .loginGoogle { color:#343434; }
.parceiro-partners img.logoRizer { width:auto; height:58px; }
/* - # */

.container-fluid {
    height: 100%;
}

.container-fluid > .row {
    height:100%;

}

.containerAll {
    display:flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.rightLogin {
    display:flex;
    align-items: center;
    height: 100%;
    color:#494949;
}
img.rizerIcon {
    position: absolute;
    right: -57px;
    z-index: 1;
    width: 115px;
    top: 50%;
    margin-top:-61px;
}
h1 {
    margin: 0;
    padding: 0;
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 20px;
}
h1 strong {
    font-weight: 800;
}
h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 30px;
}
h2 strong {
    font-weight: 700;
}
hr {
    width: 40%;
    background:#fff;
    position: relative;
    left: 0;
    float: left;
    opacity: 0.6;
}
.clr {clear: both;}
.leftLogin p {
    font-size: 20px;
    font-weight: 600;
}
.leftLogin a {
    background:#fff;
    border-radius: 10px;
    color: #0064fa;
    padding: 8px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin-top: 10px;
}
.leftLogin a:hover {
    text-decoration: none;
}
.zoom {
    transition: transform .2s; /* Animation */
  }
.zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
h3 {
    display: block;
    width: 100%;
}
.containerAllRight {
    width: 100%;
}
.rowRight {
    width: 100%;
    text-align: center;
}
.rightLogin h3 {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
.inputLogin {
    width: 100%;
    background: #f9f9f9;
    border: solid 1px #dfdfdf;
    border-radius: 100px;
    padding: 4px;
    padding-left: 44px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    padding-top: 7px;
    height: 46px;
}
form {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
}
form fieldset {
    padding-left: 15px;
    display: block;
    margin-bottom: 5px;
}
.emailInput {
    background: url(../img/email-icon.gif) #f9f9f9 left 16px top 17px no-repeat;
}

.passInput {
    background: url(../img/pass-icon.gif) #f9f9f9 left 16px top 12px no-repeat;
}
.userInput {
    background: url(../img/user-icon.png) #f9f9f9 left 16px top 14px no-repeat;
}
.phoneInput {
    background: url(../img/phone-icon.png) #f9f9f9 left 16px top 14px no-repeat;
}
.btnEnviar {
    width: 100%;
    background: #0063f7;
    border: solid 1px #0063f7;
    border-radius: 100px;
    padding: 5px;
    padding-bottom: 6px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    height: 46px;
    margin-top: 5px;
}
.btnEnviar:hover {
    background:#005ae1;
}
.loginGoogle {
    width: 100%;
    background: #fff;
    border: solid 1px #dfdfdf;
    border-radius: 100px;
    padding: 10px;
    /* padding-left: 44px; */
    margin-bottom: 8px;
    display: inline-block;
    text-align: center;
    color:#343434;
}
img.googleIcon {
    margin-right:5px;
}
.loginGoogle:hover {
    text-decoration: none;
    background: #3c3c3c;
    color: #fff;
}
span#ouGoogle {
    display: block;
    width: 100%;
    color:#6a6a6a;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
span#ouGoogle::after {
    display: block;
    content: "";
    width: 100%;
    height: 0.5px;
    background-color: #dfdfdf;
    margin: 0 auto;
    margin-top: -13px;
    margin-bottom: 24px;
}
.ougoogleRegister::after {
    width: 100% !important;
}
span#ouGoogle i {
    background: #fdfdfd;
    font-style: normal;
    padding-left: 9px;
    padding-right: 9px;
    /* line-height: 49px; */
    /* height: 10px; */
    border-radius: 100px;
}
img.logoRizer {
    width: 188px;
    margin-bottom: 15px;
}
.linkfazerLogin {
    color:#0063f7;
    font-weight: 600;
}
.linkfazerLogin:hover {
    text-decoration: none;
    color:#3c3c3c;
}
.enviarRegister {
    margin-top: 10px;
}
.captchaArea {
    padding-top: 12px;
    padding-bottom: 9px;
}
.termsLabel {
    margin-bottom: 0;
}
.checkBoxTermos {
    float: left;
    margin-top: 11.5px;
    margin-right: 5px;
    /* margin-left: 15px; */
}
.custom-control-description {
    font-size: 20px;
    font-weight: 500;
}
.custom-control-description small {
    font-weight: 500;
}
header {
    width: 100%;
    padding-top: 20px;
    border-bottom: solid 1px #efefef;
    padding-bottom: 10px;
}
.chamadaCriar {
    text-align: right;
}
.chamadaCriar a {
    background: #0064fa;
    border-radius: 10px;
    color: #fff;
    padding: 8px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    margin-top: 10px;
    font-size: 18px;
}
.chamadaCriar a:hover {
    text-decoration: none;
}
.chamadaCriar span {
    float: right;
    margin-top: 18px;
    margin-right: 20px;
    font-size: 19px;
}
section#termos h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
}
section#termos h1 span {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}
section#termos h1 small {
    font-size: 15px;
    color: #0064fa;
    /* margin-top: -10px; */
    display: block;
}
section#termos {
    margin-top: 30px;
    padding-bottom: 30px;
}
.sep {
    margin-top: 20px;
    margin-bottom: 20px;
}
.esqueceuSenhaLi {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 7px;
    float: right;
    /* width: 233px; */
    font-size: 14px;
    /* margin-right: 15px; */
}
.esqueceuSenhaLi:hover {
    text-decoration: none;
    color:#3c3c3c;
}
.formLogin {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    width: 400px;
    display: block;
    margin: 0 auto;
}
.formLoginGoogle {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    width: 400px;
    display: block;
    margin: 0 auto;
}
span#ouGoogleTop {
    display: block;
    width: 100%;
    color: #6a6a6a;
    text-align: center;
    font-weight: 500;
    font-size: 23px;
}
span#ouGoogleTop::after {
    display: block;
    content: "";
    width: 100%;
    height: 0.5px;
    background-color: #dfdfdf;
    margin: 0 auto;
    margin-top: -16px;
    margin-bottom: 3px;
}
span#ouGoogleTop i {
    background: #fdfdfd;
    font-style: normal;
    padding-left: 9px;
    padding-right: 9px;
    /* line-height: 49px; */
    /* height: 10px; */
    border-radius: 100px;
}
.formRegister {
    /*padding-bottom: 50px;*/
}
.tableDisplay {
    display:table;
}
.tabledisplayCell {
    display:table-cell;
}
.formHome {
    padding-top: 0 !important;
}
.titleMg {
    margin-bottom: 25px;
}

.titleRegister {
    font-size: 31px;
}
.titleReset {
    font-size: 42px;
}
