html {
    height: 100%;
    width: 100%;
}

body {
    font-family:  Helvetica Neuel Roman;
    width: inherit;
}

#top {
    height: 340px;

    background-color: #262261;
}

#bottom {
    height: 710px;

    background-color: #F8F8F8;
}
#login {
    width: 390px;

    border-radius: 10px;
    border-color: #F5F7FA;
    border-width: 1px;

    background-color: #FFFFFF;

    padding-left: 85px;
    padding-right: 85px;

    position: absolute;
    top: 200px;
    left: 550px;
}


img {
    width: 114px;
    height: 62px;

    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

#greeting {
    color: #262261;
    font-size: 33px;
    text-align: center;
}

label {
    font-size: 11px;
    color: #575A69;
    display: block;

    margin-top: 15px;
    margin-bottom: 15px;
}

input {
    display: block;
    width: 100%;

    border: none;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;

    font-size: 16px;
    text-align: left;
}

company-area {
    overflow: auto;
}

#company-area p {
    margin: 0px;
    float: right;
    color: #333333;
}

#company-area input {
    width: 60%;
}

#username {
    color: #333333;
}

#password {
    color: #333333;
}

#remember {
    border-color: #CCCCCC;
    border-width: 1px;
    border-radius: 2px;

    width: 18px;
    height: 18px;

    background-color: white;
    float: left;

    margin-top: 15px;
    margin-bottom: 15px;
}

#sign-in {
    font-size: 13px;
    color: white;
    text-align: center;

    padding-top: 20px;
    padding-bottom: 20px;

    background-color: #262261;
    border-radius: 5px;

    margin-bottom: 45px;
}

#copy-right {
    color: #A1A1A1;
    font-size: 16px;

    position: absolute;
    top: 800px;
    left: 750px;
}

.error {
    color: red;
    margin-top: 5px;
    margin-bottom: 5px;
}