html {
    font-size: 62.5%;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #F5F4F4;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    color: #423f37;
}

.filter-wrapp {
    width: 532px;
    height: 395px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -266px;
    margin-top: -197.5px;
    text-align: center;
}

.filter-content {
    padding: 15px;
}

.filter-wrapp h1 {
    background: url(../images/filter-logo.png) no-repeat 0 0;
    display: inline-block;
    width: 182px;
    height: 27px;
    text-indent: -999999px;
    margin-bottom: 18px;
}

h1, h3, p {
    margin: 0;
    padding: 0;
}

.filter-wrapp h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 35px;
    font-weight: normal;
}

.footer-information {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 30px;
}

.icon {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    text-indent: -99999px;
    display: inline-block;
}

.success {
    width: 63px;
    height: 62px;
    background-position: -67px 0px;
}

.error {
    width: 68px;
    height: 62px;
    background-position: 0px 0px;
}

.message {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 60px;
    padding: 0 60px;
}

    .message a {
        font-size: 1.4rem;
        font-size: 14px;
        display: block;
        color: #0d64ba;
    }

@media (max-width: 500px) {
    .filter-wrapp {
        left: auto;
        margin-left: auto;
        display: table;
        width: 100%;
        margin-top: auto;
        top: 0;
    }
}

@media (max-height: 364px) {
    .filter-wrapp {
        margin-top: auto;
        top: auto;
        height: 100%;
    }
}
