
/*Layout duplo*/
.main-dupla{
    display: flex;
    color: #000;
}
.main-dupla .lateral-direita{
    /*width: 50%;*/
    width: calc(100% - 640px);
    position: relative;
}
.main-dupla .lateral-direita:before{
    background: url(/themes/painel/assets/img/fundo-spotway-login-min.webp) center center no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
    content: '';
}
.main-dupla .lateral-direita:after{
    background: #000;
    opacity: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    content: '';
}

.main-dupla .lateral-esquerda{
    /*width:50%;*/
    width: 640px;
    background: #fff;
    flex-direction: column;
    display:flex;
}
.main-dupla .lateral-esquerda .conteudo-centro{
    margin: auto;
    width: 100%;
    max-width: 430px;
}

@media(max-width: 768px){
    .main-dupla .footer,
    .main-dupla .navbar{
        text-align: center;
        justify-content: center;
    }
    .main-dupla .lateral-direita{
        width: 100%;
        display: none;
    }
    .main-dupla .lateral-esquerda{
        width: 100%;
        background: transparent;
        position: relative;
    }
    .main-dupla .lateral-esquerda:before{
        position: absolute;
        background-color: #F0F0F0;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: -1;
        content: '';
    }
    .main-dupla .lateral-esquerda .card-formulario{
        border-radius: 8px;
        background: #fff;
        padding: 30px;
        margin-bottom: 15px;
    }

}

/*FORM*/
::placeholder{
    color: #83838A !important;
    font-size: 0.93rem;
}

.form-group {
    margin-bottom: 18px;
}
.form-group label{
        font-size: 0.87rem;
    margin-bottom: 6px;
    font-weight: 600 !important;
}
.form-group label .form-control{
    min-height: 37px;
    border-color: #83838A !important;
    border-radius: 6px;
}
.form-ou{
    font-size: 0.93rem;
    position: relative;
    padding-top: 15px;
    margin-bottom: 18px;
}
.form-ou:before{
    position: absolute;
    height: 1px;
    background: #E4E4E7;
    width: 100%;
    left: 0px;
    bottom: 15px;
    content: '';
    z-index: 0;
}
.form-group .input-group{
    overflow: hidden;
    border: 1px solid #e3e3eb;
    border-radius: 6px;
}
.form-group .input-group .form-control{
    height: 40px;
    border: 0px;
    padding-left: 0px;
    border-right: 0px !important;
}
*:focus {
    outline: none;
}
.form-group .input-group .form-control:active,
.form-group .input-group .form-control:focus{
    border: 0px;
    outline: 0 !important;
    outline-width: 0 !important;
}
.form-group .input-group .input-group-text{
    background: #fff;
    border: 0px;
    color: #c9c9cf;
}
.form-group .input-group .btn-outline-secondary{
    border:0px;
    padding-right: 15px;
    padding-left: 15px;
}
.form-group .input-group .btn-outline-secondary:hover{
    background: #e3e3eb;
    color: #000;
}


.form-ou label{
    position: relative;
    z-index: 1;
    background: #fff;
    padding-left: 8px;
    padding-right: 8px;
}
.btn-cadastro{
    min-width: 269px;
    font-size: 1rem;
    font-weight: 600;
    height: 49px;
    border-radius: 6px;
    border: 0px !important;
}

.termos{
    font-size: 0.8rem;
    line-height: 1.4em;
}
.termos a{
    text-decoration: underline;
}
/*FORM*/



.page-title{
    font-size: 0.93rem;
}
.page-title h1, .page-title .h1{
    font-size: 1.33rem;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: -0.4px;
}
.page-title span{
    font-size: 0.87rem;
    font-weight: 400
}

.btn-login{
    font-size: 14px;
    height: 40px;
}

.lateral-direita .contenttxt{
    position:relative;
    z-index: 1;
    font-size: 40px;
    font-weight: 300;
    color :#fff;
    padding: 60px;
    line-height: 1.2em;
    max-width: 654px;
}
@media(max-width: 1024px){
    .lateral-direita .contenttxt{
        font-size: 25px;
        padding: 40px;
    }
}