#area-prom{
    margin-top: 100px;
}

#login{
    background-color: rgba(19, 20, 27, 0.9);
    box-shadow: 1px 1px 5px 1px rgb(5,5,5);
    position: relative;
    margin-top:0;
    overflow: hidden;
}

#login .login-title{
    position: relative;
    margin-left: -11px !important;
    width: calc(100%  + 22px) !important;
    height: 75px !important;
    background-color: rgba(15, 15, 20, 0.9);
}

/***********************************CAPTCHA*************************************/
#slic-captcha{
    position: relative;
    background-color: #fff;
}

.captcha-wait{
    position: relative;
    height: 50px;
    line-height: 50px;
    left:50%;
    top:5px;
    margin-left: -25px;
}

.captcha-questao{
    position: relative;
    color: white;
    font-weight: 700;
    background-color: #fff;
    min-height: 30px;
    line-height: 30px;
}

.captcha-opcoes{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-around;
    background-color: white;
}

.captcha-opcao{
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 3px;
}
.captcha-opcao img{
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 5px;
}

.captcha-opcao:hover{
    /*border: 1px solid #02A499;*/
    box-shadow: 0px 0px 4px 0px #02A499;
}

.captcha-resposta{
    padding-top: 20px;
    padding-bottom: 20px;
}

.captcha-reload{
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
}

/*****************************************************************************/
/* #area-btns{
    opacity: 0.5;
} */