.titulo-alerta {
    background-color: #ff8f00;
    bottom: 100%;
    left: 0;
    padding-top: 2px;
    position: absolute;
    right: 0;
}

.titulo-alerta, .titulo-alerta span {
    color: #fff;
    text-align: center;
}

form#alterarSenha {
    padding-top: 30px;
    padding-bottom: 30px;
}

.lewi [type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
    width: 30px;
    height: 21px;
    border-radius: 100%;
    text-align: center;
    margin-top: 2px;
    font-family: "Ionicons";
    margin-left: -12px;
    content: "\2718";
    display: inline-block;
    line-height: 20px;
    border: rgb(32, 32, 32) 0px;
}

.lewi [type="checkbox"]:checked+label:before {
    width: 10px;
    height: 19px;
    text-align: center;
    margin-left: -8px;
    margin-top: 8px;
    display: inline-block;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #1b5e20;
    border-bottom: 2px solid #1b5e20;
    border-radius: 0%;
    content: "";
}

.pointer {
    cursor: pointer;
}