.loginBox{
    width:300px;
    margin:30px auto 0 auto;
}

.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;
}