.login-left-container{
    height: 46%;
    width: 75%;
    margin-top: 50px;
    text-align: center;
    margin-left: 170px;
    font-size: .8em;
}

.login-inputs{
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 200px;
}

#modal-choose-video .modal-content{
    padding: 0px!important;
}

.comercial-top{
    display: none;
    text-align: center;
    width: 40%;
    margin: 50px auto 0px;
    font-size: 1.6em;
}

.login-down-comercial{
    display: none;
    margin-top: 2px;
    margin-bottom: 0px;
}

.comercial-active[page=login] .hide-login-comercial{
    display: none;
}

.show-login-comercial{
    display: none;
}

.comercial-active[page=login] .show-login-comercial{
    display: block;
}

.login-left-title{
    font-size: 2.5em;
    margin: 0px;
    display: block;
    width: 100%;
    color: #1ebb90;
}

.login-left-arrow-down{
    font-size: 6em!important;
    margin: 15px 0px;
}

.login-left-text{
    font-size: 1.8em;
    word-wrap: break-word;
}

.login-left-circle-outer{
    display: table;
    margin: 0 auto;
    background: #1ebb90;
    height: 180px;
    width: 180px;
    color: #fff;
    border: 0px;
    border-radius: 100%;
    font-size: 2.2em;
    box-shadow: 2px 2px 8px #000;
    cursor: pointer;
}

.login-left-circle-inner{
    vertical-align: middle;
    display: table-cell;
}

.web .login-right-container{
    width: 75%;
    margin-right: 170px;
}

.login-right-container{
    font-size: .7em;
}

.login-right-title{
    font-size: 2.0em;
    margin: 0px;
    display: block;
    width: 100%;
}

.login-right-text{
    font-size: 1.8em;
    word-wrap: break-word;
}

.login-right-container a.login-right-store-link{
    display: inline-block;
}

.caixas-login {
    display: flex;
    margin: 10px 0;
    border-bottom: 1px solid black;
    height: 30px;
    width: 100%;
}

.watch-tutorial-text{
	display: inline-block;
	width: 37%;
	color: #000;
	vertical-align: middle;
	line-height: 1;
	font-size: 1.2em;
}

.login-tutorial-info-main{
	position: absolute;
	display: none;
}

.login-tutorial-info{
	position: relative;
    white-space: nowrap;
    left: -400px;
    color: #000;
}

.login-tutorial-info p{
	display: inline-block;
    vertical-align: middle;
}

.login-tutorial-info i{
	font-size: 4em;
    vertical-align: middle;
}

.watch-tutorial-icon{
	font-size: 4em!important;
	vertical-align: middle;
	color: #000;
}

#modal-choose-video{
    text-align: center;
    width: 35%;
}

#modal-choose-video .choose-title{
    font-size: 2.8em;
    line-height: 1;
}

#modal-choose-video .fa-close{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 3em;
}

#modal-choose-video .circular-outer{
    display: inline-table;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background: #1ebb90;
    border: 0px;
    color: #fff;
    font-size: 1.8em;
    margin: 15px;
    box-shadow: 2px 2px 8px #000;
}
#modal-choose-video .circular-inner{
    vertical-align: middle;
    display: table-cell;
}

.login-image{
    max-width: 80%;
    max-height: 180px
}

.new-login-input{
    font-size: 1.6em;
    width: 90%;
    font-weight: 100;
    text-align: center;
    border: none;
    padding: 13px;
    color: #000;
    margin-bottom: 0px!important;
}


button.login-circular-button {
    color: #fff;
    background: #2e6e6e;
    border: none;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    vertical-align: middle;
    font-size: 1.1em;
    margin: 0px auto;
}

button.login-circular-button.smaller-button{
    height: 50px;
    width: 50px;
    margin: 0 5px;
    vertical-align: middle;
    margin-bottom: 1.7em;
}

button.login-circular-button.smaller-text{
    font-size: 1em;
}

button.login-circular-button.bigger-text{
    font-size: 1.35em;
}

button.login-circular-button.play-button {
    background: #fff;
    border: 3px solid #607d8b;
    color: #607d8b;
    font-size: 5em;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 6px;
    width: 50px;
    animation: blink-tutorial 1.4s infinite;
}

@keyframes blink-tutorial {

    50% {
        border-color: #f13636;
        color: #f13636;
    }

}

.login-down-text{
    color: #000;
}

.entrada-modal-login {
    width: 30%;
    height: none;
    top: 6%!important;
}

.login-down-paragraph{
    margin-top: 4px;
    color: #737373;
}

.login-down-title{
    font-size: 1.3em;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.login-down-final{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.login-right-final{
    line-height: 1.1;
    display: block;
}

.login-inputs.card-content{
    padding-bottom: 0px;
}

.need-update .login-update-circle-outer{
    display: table;
}

.login-update-circle-outer{
    display: none;
    height: 105px;
    width: 105px;
    font-size: 1.1em;
    border-radius: 100%;
    border: 0px;
    box-shadow: 2px 2px 8px #000;
    margin-right: 170px;
    cursor: pointer;
}

.login-update-circle-inner{
    vertical-align: middle;
    display: table-cell;
}

.chrome-required-container{
    display: none;
}

.stop-login .chrome-required-container{
    display: block;
}

.login-right-other-products-title{
    font-size: 1.5em;
    margin: 15px 0px 2px;
}

.login-right-other-products-img{
    width: 40%;
    display: block;
    margin: 5px auto;
}

.info-b2b-paragraph{
    margin: 0px!important;
    font-size: 1.4em;
}

.info-b2b-header{
    font-size: 1.1em;
}

#modal-b2b{
    width: 900px;
    max-height: 94%!important;
    font-size: 1.3em!important;
    top: 3%!important;
}

#modal-b2b .modal-content{
    padding: 0px 20px!important;
    text-align: center;
}

.info-b2b-logo{
    width: 150px;
}

.login-chrome-icon{
    display: block;
    margin: 0 auto;
    width: 80px;
}

#logar {
    color: #fff;
    background: #6f8a9a;
    border: none;
    border-radius: 9px;
    height: 34px;
    width: 73px;
    vertical-align: middle;
    font-weight: 300;
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 0px 12px;
}

#logar .card-action{
    border: 3px solid #1ebb90;
}

.login-center-other-products-title{
    color: #000;
    font-size: 1.7em;
    margin: 0px;
}

.login-center-other-products-img{
    display: inline-block;
    width: 40%;
    margin: 0px 12px;
    vertical-align: top;
}

.login-right-info{
    font-size: 2em;
}

#modal-nosync-bank, #modal-nosync{
    font-size: 12px;
}

#modal-nosync-bank h4, #modal-nosync h4{
    font-size: 2.5em;
}
#modal-nosync-bank h5, #modal-nosync h5{
    font-size: 1.4em;
}
#modal-nosync-bank h6, #modal-nosync h6{
    font-size: 1.3em;
}

#modal-nosync-bank .exit-x{
    background: transparent;
    border: 0;
    right: 20px;
    position: absolute;
    font-size: 24px;
}

label {
    font-size: 1.4em;
    color: #000000;
    font-weight: 300;
}

.logo-container-login {
    width: 100%;
    margin-top: 5%;
    justify-content: end;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.login-card{
    width: 100%;
    margin: 0 auto;
}

.login-action-buttons{
    max-width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}



.login-main{
    width: none;
    margin: 0 auto;
}

@media only screen and (max-width: 450px) {

    .login-tutoriais-buttons.hide-smartphone{
        display: none;
    }

    .login-action-buttons{
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    .entrada-modal-login {
        width: 55%;
        height: 85%;
        top: 6%!important;
    }

    iframe.tutorial-iframe{
        width: 100%;
    }

    label {
        font-size: 1.7em;
        color: #000000;
        font-weight: 300;
    }

    .login-main{
        width: 100%;
        height: 100%;
        margin: 0!important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .login-inputs{
        width: 250px;
        margin: 0 auto;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .login-input {
        text-align: center;
        margin-bottom: 6px!important;
        height: 23%!important;
        font-size: 1.7em!important;
        font-weight: 300;
    }

    .login-main{
        width: none;
        margin: 0 auto;
        max-width: none;
    }

    .caixas-login {
        display: flex;
        margin: 10px 0;
        border-bottom: 1px solid black;
        height: 30px;
        width: 100%;
    }

    .logo-container-login {
        margin-top: 8vh;
    }

    .logo-container-login p {
        font-size: 1.8em;
        font-weight: 300;
        color: #000;
    }

    .logo-container-login img {
        object-fit: cover;
        height: 80%;
    }

    .login-update-circle-outer{
        margin-right: 0px;
    }

    .update-bar{
        height: initial;
    }

    .login-right-container{
        margin: 0px;
    }

    .login-right-container a.login-right-store-link{
        display: inline-block;
    }

    .new-login-input{
        width: 90%;
        font-size: 1em;
        text-align: center;
        border: none;
        margin-bottom: 10px;
        padding: 13px;
        color: #000;
        margin-bottom: 0px!important;
    }

    #modal-nosync-bank, #modal-nosync{
        font-size: 12px;
    }

    @keyframes blink-animation {
        
        to {
            background: #e20c0c;
            color: #fff;
        }

    }

    @-webkit-keyframes blink-animation {

        to {
            background: #e20c0c;
            color: #fff;
        }

    }

    #modal-nosync-bank .exit-x{
        top: 6px;
        right: 4px;
    }
    
}

#modal-nosync-bank .exit-x{
    background: transparent;
    border: 0;
    right: 20px;
    position: absolute;
    font-size: 24px;
}

.comercial-email-inputs {
    /*
        display: none;
    */
}

#enviar-email {
    display: none;
}

.voltar-apresentacao {
    display: none;
    cursor: pointer;
    font-size: 28px;
}

.enviar-video-email {
    display: none;
}

.blink-button {
    animation: blink-animation 2s steps(2, start) infinite;
    -webkit-animation: blink-animation 2s steps(2, start) infinite;
}

.texto-destaque{
    text-transform: uppercase;
    color: #f00;
    font-weight: bold;
}

#modal-nosync-no-bank .modal-content{
    padding: 0px;
}

#modal-nosync-no-bank .no-bank-content i{
    font-size: 3em;
    vertical-align: middle;
}

#modal-nosync-no-bank .no-bank-content i.fa-skype{
    margin-left: 25px;
}

.no-bank-title{
    background: #1ebb90;
    color: #fff;
    padding: 20px;
    font-size: 2em;
}

.no-bank-content{
    padding: 24px;
}

.bem-vindo {
    width: 100%;
    color: #fff;
    background: #819ca9;
    height: 10%;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    border-radius: 5px;
}

.mensagem-internet {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 23%;
    font-size: 1.8em;
    font-weight: 300;
    /*margin-top: 15%;*/
}

.mensagem-internet img {
    height: 150px;
    filter: drop-shadow(0 2px 2px #889);
}

.menssagem-offline {
    text-align: center;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    font-size: 1em;
}

.e-btn button {
    padding: 8px 15px;
    border: none;
    border-radius: 3px;
    background: #819caa;
    font-size: 1.7em;
    color: white;
    vertical-align: top;
    font-weight: 350;
    width: 110px;
}

.modal-login-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-tutoriais-buttons {
    display: block;
    vertical-align: middle;
    justify-content: space-between;
    font-size: .8em;
    cursor: pointer;
    width: 33%;
    margin: 0 auto;
}

.login-timestamp {
    display: block;
    font-size: 1.7em;
    font-weight: 200;
    margin: 9px 0 0 0;
    color: #000;
}

.login-tutorial-tag {
    line-height: 0.9em;
    margin-top: 5px;
    color: #fff;
    background: #6f8a9a;
    font-size: 1em;
    padding: 2px;
    width: 100%;
}

body.logging .hide-when-logging{
    display: none;
}

#modal-video-tutorial {
    height: 85vh;
    max-height: 100%;
    width: 85vw;
}

.tutorial-iframe{
    height: 80vh;
    width: 80vw;
    margin: 0 auto;
}

@media only screen and (max-width:450px){
    .modal .modal-content{
        margin:none!important;
    }

    .bem-vindo {
        width: 100%;
        color: #fff;
        background: #819ca9;
        height: 7%;
        text-align: center;
        font-size: 2.4em;
        font-weight: 300;
        border-radius:5px;
    }

    .login-tutorial-tag {
        line-height: 0.9em;
        margin-top: 5px;
        color: #fff;
        background: #6f8a9a;
        font-size: 1.4em;
        padding: 2px;
        width: 100%;
    }
}
