html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* Set the screen background */
body {
    background-color: #282828;
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #171717), color-stop(0.5, #505050), color-stop(1, #131313));*/
    /*background-image: -webkit-linear-gradient(top, #171717 0, #505050 50%, #131313 100%);*/
    background-image: linear-gradient(to bottom, #171717 0, #505050 50%, #131313fc 100%);
}

/* Initialize default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Set the login information container size and styles */
.container {
    width: 315px;
    height: 382px;
    background: #222;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
    -webkit-box-shadow: 0 0 51px 6px rgba(88, 88, 88, 0.75);
    -moz-box-shadow: 0 0 51px 6px rgba(88, 88, 88, 0.75);
    box-shadow: 0 0 51px 6px rgba(88, 88, 88, 0.75);
    position: fixed;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 7px;
}

.container svg {
    position: absolute;
}

/* User Id and Password rectangles */
.rect1 {
    z-index: 1;
    stroke-dasharray: 193, 509;
    stroke-dashoffset: -700;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.rect2 {
    z-index: 1;
    stroke-dasharray: 193, 509;
    stroke-dashoffset: -987;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Get and Show GPM Logo */
#logo {
    top: 27px;
    position: absolute;
    left: 50%;
    background-image: url(../../image/GPML-Horz-small-color.svg);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    height: 64px;
    width: 71%;
    border-bottom: 1px solid;
    border-bottom-color: #323232;
    background-repeat: no-repeat;
}

.username:focus {
    outline-style: none;
    font-size: 16px;
}

#usernameIconContainer {
    position: absolute;
    top: 210px;
    left: 85px;
}

.fa-user {
    color: #c0b09b;
}

.pass:focus {
    outline-style: none;
    font-size: 16px;
}

.fa-unlock {
    color: #c0b09b;
}

/* Format the sign in button */
.button {
    position: absolute;
    margin-top: 261px;
    z-index: 100;
    width: 131px;
    height: 37px;
    border: 1px solid #fff;
    background: #222;
    font-family: sans-serif;
    color: #fff;
    font-size: 15.5px;
    border-radius: 22px;
    transition: 0.5s;
    cursor: pointer;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.button:hover {
    color: #222;
    background: #7ad47a;
}

.button:focus {
    outline-width: 0;
}

/* Format the Sign In message */
.info {
    position: absolute;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 114px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 33px;
    color: blanchedalmond;
}

.info-e {
    font-size: 1.2em;
}

/* Format and position the error message line */
.errorMessageContainer {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 111px;
    text-align: center;
    width: 100%;
    z-index: 999;
}

.errorMessage {
    font-size: 14px;
    color: red;
}

#errorIcon {
    margin-right: 5px;
    color: indianred;
}

/* Format the reset link */
.resetPasswordContainer {
    position: absolute;
    margin-top: 330px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 13px;
    cursor: pointer;
}

.reset {
    z-index: 999;
    color: #DA7941;
    color: #2899f5;
}

.reset:hover {
    cursor: pointer;
    color: #d27f28;
}

#fieldsContainer {
    margin-left: 15px;
}

#username {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    line-height: inherit;
    position: absolute;
    margin-top: 141px;
    margin-left: 59px;
    border: none;
    background: #222;
    color: gray;
    width: 196px;
    height: 28px;
    padding-left: 3px;
    z-index: 100;
    font-family: sans-serif;
    padding-top: 4px;
    transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    outline-style: none;
    font-size: 16px;
}

#loginForm {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#password {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    margin-top: 175px;
    margin-left: 59px;
    border: none;
    background: #222;
    color: gray;
    width: 196px;
    height: 44px;
    padding-left: 3px;
    z-index: 100;
    font-family: sans-serif;
    padding-top: 21px;
    transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

#resetPassword {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    font-size: 13px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    z-index: 999;
    color: #2899f5;
}

#username, #password {
    font-size: 14px;
    transition: font-size .5s ease-in-out;
}

#username:focus, #password:focus {
    font-size: 16px;
}

