@CHARSET "UTF-8";
/*******************/
/* Form Validation */
/*******************/
form input[type="text"].error,
form input[type="password"].error,
form input[type="url"].error,
form input[type="email"].error {
    border: 1px solid #f75353 !important;
}

form select.error,
form textarea.error {
    border: 1px solid #f75353 !important;
}

form label.error {
    color: #f75353;
    font-weight: normal;
}

#logo-footer,
#logo-header {
    width: 150px !important;
}

/*pozycja menu*/
#register-ul {
    left: 170px;
}