.logoserpro {
    max-width: 100px; 
    height: auto; 
}

.hcaptcha-overlay-badge {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
}

.hcaptcha-overlay-badge img {
    width: 60px;
    height: auto;
}

.hcaptcha-overlay-popup {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    z-index: 9998;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.content {
    padding: 10%;
}


body {
    direction: ltr;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    height: 100%;
}

.no-border {
    border: 0;
    box-shadow: none;
    /* You may want to include this as bootstrap applies these styles too */
    border-bottom: solid 2px;
    border-bottom-color: cornflowerblue;
    padding-top: 30px;

}

.main {
    height: auto;
    min-height: 500px;
    overflow-y: auto;
    padding: 40px;
    /*margin: 0 auto;*/
    width: 30em;
    transition: .2s;
    box-shadow: 1px 1px gray;

}

.titulo {
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1.2rem;
}

.erro {
    color: red;

}

.erro2 {
    color: red;

}