body {
    background-color: #FF8601;
}

.easyui-navpanel {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrapper img {
    max-width: 220px;
}

.form-wrapper {
    background-color: #FFF;
    padding: 1.5rem 1rem;
    border-radius: 5px;
    margin-top: 2rem;
    width: 220px;
}

@media screen and (min-width: 320px) {
    .form-wrapper {
        width: 250px;
    }

    .logo-wrapper img {
        max-width: 245px;
    }
}

.form-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-row {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
}

.login-button {
    width: 100%;
    color: #fff;
    border: 0px none;
    transition: background-color .5s;
}

.login-button:hover {
    color: #fff;
    border: 0px none;
    transition: background-color .5s;
}

.forgot-password-link:hover {
    color: #09f;
    background-color: transparent;
    border-color: transparent;
}
