body {
    font-family: arial, sans-serif;
    background: #000 !important;
}

.box-wrapper {
    position: relative;
    margin: 108px auto 0;
    background: #282828;
    color: #fff;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding-bottom: 65px;
}

.box-wrapper a {
    color: #65cfeb;
    text-decoration: underline;
}

.box-wrapper p {
    padding: 0;
    margin: 0;
}

.box-wrapper p.mt30 {
    margin: 30px 0 0 0;
}

.logo-wrap {
    margin: 0 auto;
    width: 168px;
    height: 56px;
}

.logo-splash {
    background: none !important;
    margin-top: -54px !important;
    max-height: 100%;
    max-width: 100%;
}

.logo-splash.yp, .logo-splash.lp_sf {
    margin-top: -26px !important;
}

.redirect-text {
    font-size: 80%;
}

footer {
    position: relative;
    margin: 4px auto 20px;
    background: #282828;
    color: #ababab;
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
    border-radius: 0 0 5px 5px;
    line-height: 16px;
}

footer p {
    margin: 0;
    padding: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 479px){
    .box-wrapper {
        width: 300px;
        font-size: 14px;
    }
    .logo-wrap {
        margin: 0 auto;
        width: 100%;
        height: 76px;
    }
    .logo-splash {
        margin-top: -27px !important;
    }
    footer {
        width: 300px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px){
    .box-wrapper, footer {
        width: 460px;
        font-size: 16px;
    }
    .logo-wrap {
        margin: 0 auto;
        width: 100%;
        height: 112px;
    }
    .logo-splash {
        margin-top: -40px !important;
    }
    footer {
        width: 460px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .box-wrapper {
        width: 648px;
        font-size: 20px;
    }
    .logo-wrap {
        width: 100%;
        height: 150px;
    }
    .logo-splash {
        margin-top: -54px !important;
    }
    footer {
        width: 648px;
    }
}

@media only screen and (min-width: 992px) {
    .box-wrapper {
        width: 863px;
        font-size: 20px;
    }
    .logo-wrap {
        width: 100%;
        height: 150px;
    }
    footer {
        width: 863px;
    }
}