@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
/*
Classes auxiliares
*/
html,
body {
    /* background-color: #2f3640; */
    background: #FFF;
    
}
.centralize {
    text-align: center;
}
body {
    padding: 0;
    margin: 0;
}
.full-page {
    /* background-image: url('../img/Background.jpg');
background-position: top;
background-size: cover;
background-repeat: no-repeat; */
    background-color: black;
    height: 100vh;
}
.form-container {
    background-color: white;
    padding: 40px 40px 40px 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 30px;
    border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    .form-container {
        padding: 20px 0px 20px 0px;
    }
}
.form-container {
    text-align: center;
}
.form-container .logo {
    width: 60%;
    margin: 0 auto;
}
.form-container h1 {
    font-size: 38px;
    line-height: 38px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #3c6c98;
    letter-spacing: -1px;
}
.formulario {
    margin: 15px;
}
.formulario input {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    margin: 15px 0;
    padding: 13px 20px 13px 20px;
    font-size: 18px;
}
.formulario .input-with-icon {
    padding: 20px 20px 20px 50px;
}

/*
#email {
    background-image: url('/img/envelope.png') !important;
    background-position: 15px 25px !important;
    background-repeat: no-repeat !important;
}
*/
#email ~ .input-icon {
    background-image: url('/img/envelope.png') !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 24px;
    position: absolute;
    left: 30px;
    bottom: 0;
    top: 2px;
    margin: auto;
}

/*
#senha {
    background-image: url('/img/padlock.png') !important;
    background-position: 17px 15px;
    background-repeat: no-repeat;
}
*/
#senha ~ .input-icon2 {
    background-image: url('/img/padlock.png') !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 18px;
    position: absolute;
    left: 32px;
    bottom: 0;
    top: 1px;
    margin: auto;
}

#code2fa {
    background-image: url('/img/padlock.png') !important;
    background-position: 17px 15px;
    background-repeat: no-repeat;
}
#pass1 {
    background-image: url('/img/padlock.png') !important;
    background-position: 17px 15px;
    background-repeat: no-repeat;
}
#pass2 {
    background-image: url('/img/padlock.png') !important;
    background-position: 17px 15px;
    background-repeat: no-repeat;
}
.button-container {
    margin-top: 20px;
}
.button {
    font-family: 'Lato', sans-serif;
    background-color: #18486b;
    color: white;
    padding: 15px 30px;
    font-size: 26px;
    border-radius: 5px;
    border: none;
    letter-spacing: 2px;
}
.button:hover {
    cursor: pointer;
    background-color: #5696c3;
}
.forget-container {
    margin-top: 20px;
}
.forget-container p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #676768;
}
.forget-container p a {
    color: #31658c;
}
.forget-container p a:hover {
    text-decoration: none;
}
.crie-container {
    margin-top: 15px;
}
.crie-container p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #5696c3;
}
.crie-container p a {
    color: white;
}
.crie-container p a:hover {
    text-decoration: none;
}
@media (max-width: 992px) {
    .container {
        width: 970px !important;
    }
}
@media (max-width: 768px) {
    .container {
        width: 100% !important;
    }
}
.theme-g-bg {
    background-image: -webkit-radial-gradient(100% 100%,ellipse farthest-side,#dbf6c8 20%,#1cafc6 50%,#012690 110%);
    background-image: radial-gradient(ellipse farthest-side at 100% 100%,#dbf6c8 20%,#1cafc6 50%,#012690 110%);
}

.home-banner:after {
    content: "";
    position: absolute;
    background-image: url(/img/cloud.png);
    left: 0;
    right: 0;
    bottom: 0;
    height: 260px;
    background-position: center;
}

.home-banner {
    position: relative;
    padding: 160px 0 0;
    overflow: hidden;
    height: 500px;
}

.form-container{
    -webkit-box-shadow: 0px 10px 25px 0px rgba(160, 160, 160, 0.3);
    -moz-box-shadow: 0px 10px 25px 0px rgba(160, 160, 160, 0.3);
    box-shadow: 0px 10px 25px 0px rgba(160, 160, 160, 0.3);
}

#btnvalidarcadastro:disabled {
  cursor: inherit;
  background-color: #5696c3;
}

.divcheckboxcadastro{
    text-align: left;
    user-select: none;
    padding-left: 20px;
}

.inputcheckboxcadastro{
    width: 20px !important;
    height: 20px !important;
    position: initial !important;
    margin: auto !important;
    margin-right: 10px !important;
}

.spancheckboxcadastro{
    display: inline-block;
    line-height: 15px;
    vertical-align: top;
    position: relative;
    top: 2px;
    font-size: 16px;
}

.spancheckboxcadastro2{
    top: -1px;
    cursor: pointer;
    text-decoration: underline;
}

.divterms{
    text-align: left;
    padding-top:20px;
    padding-bottom: 15px;
    color: #0062c4;
    user-select: none;
    padding-left: 20px;
}

h1 {
    text-align: left;
}

.textcenter{
    text-align: center !important;
}