.loginBox{
    width:300px;
    margin:74px auto 85px auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.recordar{
    margin-bottom: 20px;
    height: 25px;
}

.recordar > span.dnnCheckbox{
    float: left;
}

.recordar > span.dnnCheckbox > .mark {
    display:none;
}

.recordar > label.dnnBoxLabel{
    float: left;
    font-size: 1rem;
    line-height: 25px;
    color: #222;
}

.dnnDisabledAction{
    opacity:0.5;
}