body {
    border-top: 15px solid #D73924 !important;
    overflow: hidden !important;
    min-height: 100%;
}

.wrapper {
    overflow: hidden !important;
    position: relative;
}

.login-box {
    min-width: 250px;
    max-width: 360px;
    min-height: 250px;
    max-height: 293px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.box {
    box-shadow: 0 0 10px 5px #999;
}

#logo {
    margin: -120px auto 50px auto;
    border: 1px solid #ccc;
    padding: 10px;
    width: 200px;
    height: 92px;
    display: block;
    background-color: white;
}

#footer {
    position: absolute;
    bottom: -20px;
}

#footer p {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: 80px;
}

#load {
    width: 100%;
    padding: 5px;
    min-height: 48px !important;
    display: none;
}

#mensagem-novidade {
    color: #D73924;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    min-width: 250px;
    max-width: 360px;
    min-height: 100px;
    max-height: 120px;
    position: absolute;
    top: 0;
    bottom: 450px;
    left: 0;
    right: 0;
    margin: auto;
}