html, body {
    margin: 0;
    height: 100%;
}

html, body, input, select, textarea, .ui-widget, .ui-widget button {
    font-size: 11px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

input[readonly], select[readonly], textarea[readonly], input[disabled], select[disabled], textarea[disabled] {
    background-color: #EBEBEB;
}

:focus {
    outline: none;
    box-shadow: 0 0 4px 0 dodgerblue;
}

a {
    color: inherit;
}

a:HOVER {
    text-decoration: none;
}

.w4-non-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w4-login {
    width: 670px;
    text-align: right;
    margin: 0 auto;
}

.w4-login-logo {
    width: 670px;
    height: 157px;
    padding-top: 100px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid black;
    background: url("../../../assets/img/w4-edice-mpr/w4-home-logo.png") no-repeat left 100px;
}

.w4-login-input-container {
    width: 280px;
    margin-left: 187px;
}

.w4-login-input-container div {
    text-align: left;
}

.w4-login-input-label {
    font-size: 130% !important;
    margin-bottom: 5px;
}

.w4-login input {
    width: 460px;
    height: 35px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid #ADADAD;
    font-size: 130% !important;
}

.w4-login-odkaz {
    font-size: 110%;
    margin-top: 20px;
}

.w4-login button {
    background: #cb4546 none;
    border-radius: 25px;
    width: 275px;
    height: 45px;
    float: none;
    position: static;
    margin-top: 40px;
    font-size: 200%;
    color: #fff;
    border: none;
    cursor: pointer;
}

.w4-login-error {
    background-color: #fbddda !important;
    border-width: 2px;
}

.w4-login-captcha-container {
    width: 480px;
    margin-left: 188px;
}

.w4-login-captcha-label {
    margin-bottom: 10px !important;
    text-align: left;
}

.w4-login-captcha-input {
    float: right;
}

.w4-login-captcha-input input {
    margin-bottom: 20px;
    width: 157px;
    height: 17px;
    font-size: 100% !important;
    padding: 2px;
}

.w4-login-infotext {
    margin-top: 15px;
    clear: both;
    text-align: justify;
}

.w4-login-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
    background: url("../../../_js/lib/_nonjawr/fancybox/fancybox-activity.png") no-repeat center center;
}