.btn.btn-iniciar-sessao {
    background: #5F61E6;
    color: #fff;
    height: 20px;
}

@media (max-width:700px) {
    .btn.btn-iniciar-sessao {
        width: 150px;
    }
}




