.box {
    background: #fff;
    padding: 30px;
    margin-top: 90px;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    min-height: 350px;
}

body {
    background: #6F0F0E;
}

.logo {
    background: white;
    text-align: center;
    padding: 18px;
    margin-top: 90px;
}

.logo img {
}

.recheck_again {
    font-size: 25px;
    font-weight: bold;
    color: #6F0F0E;
    margin-top: 25px;
}

.recheck_again a {
    color: #6F0F0E;
    text-decoration: underline;
}
