

body {
    background-color: #e9eaed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

#topbar {
    background: linear-gradient(to bottom, #4c4c4c, #2b2b2b);
    border-bottom: 1px solid #111;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    width: 100%;
    height: 50px;
    position: sticky;
    top: 0;
    left: 0;
}

.topbar-content {
    max-width: 2840px;
    margin: 0 auto;
    padding: 0 15px;
    line-height: 45px;
    display: flex;
    align-items: left;
    justify-content: space-between;
}

.topbar-content a.home-link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}

.topbar-content object {
    max-width: 85px;
    max-height: 57px;
}

.topbar-content a.home-link:hover {
    text-decoration: underline;
}

.beta-tag {
    color: #aaa;
    font-size: 12px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}


.main-wrapper {
    display: flex;
    justify-content: center;
    align-items: left;
    padding-top: 45px;
    box-sizing: border-box;
}

#loginarea {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    max-width: 2490px;
    text-align: left;
}

#loginarea img {
    margin-bottom: 15px;
}

#loginarea p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
}


input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 6px 0 12px 0;
    box-sizing: border-box;
    border: 1px solid #bdc7d8;
    border-radius: 3px;
    font-size: 14px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border-color: #3b5998;
    outline: none;
    box-shadow: 0 0 5px rgba(59, 89, 152, 0.3);
}


button {
    background: linear-gradient(to bottom, #63a62f, #4b8f29);
    border: 1px solid #3b6e22;
    color: white;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

button:hover {
    background: linear-gradient(to bottom, #579627, #418020);
}

a {
    color: #3b5998;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    border: 0;
    height: 1px;
    background: #e5e5e5;
    margin: 15px 0;
}

.tos-check {
    font-size: 12px;
    text-align: left;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.tos-check input {
    margin-right: 8px;
}

.switch-link {
    font-size: 13px;
    display: block;
    margin-top: 10px;
}
