@charset "UTF-8";
.login-box, .register-box {
    width: 600px;
}

.top-logo {
    width: 400px;
    margin: 0 auto 30px;
}

.message {
    background: rgba(248, 181, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    padding: 5% 0;
    z-index: 9999;
}

.error {
    background: rgba(173, 0, 45, 0.8);
}
