
.login-panel{
    width: 50%;
    min-width: 50%;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    background-color: #ECF1F8;
    flex-direction: column;
}
@media (max-width:768px){
    .login-panel{
        width: 100%;
        min-width: 100%;
    }

}
.login__panel__header{
    width: 100%;
    background-color: white;
    margin-bottom: 30px;
    padding: 8px;
    padding-bottom: 8px;
}
.LogoSistema{
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}
.LogoSistema img{
    width: 170px;
}
.login-card{
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.123);
    background-color: white;
    border-radius: 10px;
    width: 440px;
}
.login-card--title{
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--app-default-font-2);

}
.login-card--icon{
    background-color: rgb(239, 239, 255);
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(54, 54, 122);
    font-size: 19px;
}
.login-resources{
    width: 100%;
    text-align: center;
    margin-top: 30px ;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--app-default-font-2);

}
.login-resources:hover{
    text-decoration: none;
}

.login-button-sistema{
    width: 100%;
    margin-top: 30px ;
    display: flex;
    flex-direction: column;
}
.login-button-sistema--button{
    background-color: #3b5bfd!important;
    border-radius: 3px;
    font-family: var(--app-default-font-2);
    height: 60px;
    letter-spacing: .7px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

/* Painel de Marketing*/

.login__screen-content{
    padding-top: 0px;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
    min-height: 100vh;
}
.login__screen-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.login__screen{
    width: 50%;
}


.login__screen-title{
    font-family: var(--app-default-font-2);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.login__screen-subtitle{
    margin-bottom: 80px;
    font-size: 19px;
    font-family: var(--app-default-font-2);
    text-align: center;
}

.login__screen-Button{
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.buttonMarketing-act button{
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.6;
    background-color: transparent;
}
.buttonMarketing-act{
    width: 60%;
    display: block;
    text-align: center;
    border-radius: 8px;
}
.buttonMarketing-act:hover{
    animation-name: button-animate;
    animation-duration: 1s;

}

@keyframes button-animate{
    from {box-shadow: 0px 3px 6px rgba(11, 0, 71, 0.075);}
    to {box-shadow: 0px 4px 12px rgba(125, 111, 247, 0.664)}
}

.mobileButton{
    display: none;
}
.login__screen-corrossel{
    width: 100%;
}
.login__screen--menssage{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login__screen__textbox{
    min-height: 50vh;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 8px solid white;
    font-family:var(--app-default-font-2);
    font-size:25px;
    font-weight: 600;
    line-height: 1.6em;
    padding: 20px;
    box-sizing: border-box;
}
.login__screen--tablogin{
    font-family:var(--app-default-font-2);
    font-size:19px;
    font-weight: 600;
}
.login__screen--flag{
    display: block;
    position: absolute;
    top: -15px;
    right: -35px;
    padding: 2px 5px;
    background-color: red;
    color: white;
    font-size: 9px;
    border-radius: 50px;
}
@media(max-width:768px){
    .mobileButton{
        display: block;
        position: fixed;
        right: 0px;
    }
    .mobileButton button{
        top: 12px !important;
        right: 0px ;
        display: flex;
        height: 50px;
        width: 50px;
        border: none;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.123);

    }
    .login__screen__textbox{
        min-height: 20vh;
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 8px solid white;
        font-family:var(--app-default-font-2);
        font-size:19px;
        font-weight: 600;
        line-height: 1.6em;
        padding: 20px;
        box-sizing: border-box;
    }
    .buttonMarketing-act{
        width: 100%;
    }
    .login__screen-Button{
        margin-top: 20px;
    }
    .mobileButton{
        top: 0px;
    }
    .login__screen-title{
        margin-top: 10px;
    }
}

@media(max-width:768px){
    .login__screen{
        display: none;
       
    }
    .mobilePanelmkt{
        position: absolute;
        width: 100%;
        display: block !important;
    }
    .login__screen-content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .buttonMobilePanel{
        z-index: 99999;
        position: absolute;
    }
    .mobileButton button{
        background-color: rgb(214, 13, 63) !important;
        color: white;
        z-index: 99999999999999999999999;
    }
    .login-card{
        padding: 20px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.123);
        background-color: white;
        border-radius: 10px;
        width: 320px;
    }


}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2){
    .login__screen-content {
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        min-height: 100vh;
    }
  }