body {
    background-color: white;
}

#full-box {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login-box {
    border: 1px solid #979797;
    border-radius: 3px;
    padding: 3px;
    width: 400px;
    margin: auto;
}

.login-box h2 {
    background-color: rgb(15, 42, 81);
    border-radius: 3px;
    font-weight: 100;
    color: white;
    margin: 0;
    padding: 5px;
}

.login-box form {
    margin: 20px;
}

.login-box form label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

.login-box form input {
    width: 100%;
    line-height: 1.5rem;
    border: 1px solid #ccc;
}

.login-box .btn-primary {
    width: 102%;
    line-height: 1.5rem;
    color: black;
    margin-top: 20px;

    background: #f3d078;
    background: -webkit-linear-gradient(top, #f7dfa5, #f0c14b);
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
    border: 1px solid black;
    border-radius: 4px;
    -webkit-appearance: button;
    font-weight: normal;
    display: inline-block;
    padding: 4px 12px;
    cursor: pointer;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.login-box .btn-primary:active {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #002f8d #002f8d #001641;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
}

.login-box .btn-primary:hover {
    background: #f1c860;
    background: -webkit-linear-gradient(top, #f5d78e, #eeb933);
    background: linear-gradient(to bottom, #f5d78e, #eeb933);
}

.login-box .forgot-pw {
    margin-top: 10px;
    text-align: right;
}

.login-box .forgot-pw a {
    font-size: 13px;
    color: #7c8183;
    text-decoration: none;
}

.login-box .forgot-pw a:hover {
    text-decoration: underline;
}

.login-box .register-btn {
    width: 102%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: linear-gradient(to bottom, #fff, #e6e6e6);
    background: -webkit-linear-gradient(to bottom, #fff, #e6e6e6);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.5rem;
    color: black;
    box-sizing: border-box;
}

.login-box .register-btn:active {
    padding: 4px 12px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
    background-color: #e6e6e6;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.5rem;
    color: black;
    box-sizing: border-box;
}

hr {
    -webkit-text-size-adjust: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

.login-page-info {
    margin: auto;
    width: 400px;
    color: gray;
    text-align: justify;
    font-size: 13px;
}
