.body {
    background-color: transparent;
    padding: 0;
    min-height: 0;
}
#page-title {
    display: none;
}
.heading {
    width: 598px;
    position: relative;
    margin: 50px auto 0;
    padding: 0 20px;
}

#page-wrapper {
    margin-top: 75px;
    width: 600px;
}
.header {
    width: 600px;
    height: 100px;
    margin: 0 auto;
}
.header .logo {
    height: 72px;
}
.header .logo.logo-custom {
    height: 60px;
}
.signature {
    background-color: transparent;
}
.main {
    width: 558px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 30px 20px;
    margin: 0 auto;
}

.main .notice {
    margin-top: -20px;
    margin-bottom: 30px;
}

form label {
    display: inline-block;
    width: 125px;
    margin-bottom: 15px;
    padding-right: 25px;
    font-size: 13px;
    text-align: right;
}
form input {
    width: 300px;
    font-size: 14px;
    padding: 3px 5px;
}

form .forgot-password,
form .submit {
    display: inline;
    margin-left: 154px;
}

form .forgot-password {
    font-size: 11px;
    line-height: 20px;
    margin-top: -8px;
    margin-bottom: 12px;
}

#hrofficeauthbutton {
    float: right;
    background-color: #00bde3;
    cursor: pointer
}

#hrofficeauthbutton {
    float: right;
    background-color: #00bde3;
    cursor: pointer
}

#hrofficeauthbutton span {
    display: block;
    padding: 3px;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    color: #666666;
}
