input.error {
    background: #FFEBE8;
    border: 1px solid #ff1212 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100.3%;
    height: 100%;
}

div.error {
    color: #DD3C10;
    margin-left: 20px;
    margin-bottom: 10px;
}

#loginform div.error {
    position: absolute;
    width: 142px;
    color: #FF8876;
    text-align: left;
}

.clear {
    clear: both;
}