body{
    background: #009CE0;
}
.login{
    position: absolute;
    width: 350px;
    left: 50%;
    margin-left: -175px;
    top: 100px;
    padding: 10px 0;
    background: #fff;
}

.loginBox{
    width: 80%;
    margin-left: 10%;
}

.loginBox h1{
    color: #009CE0;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

#login_logo{
    display: block;
    margin-left: auto;
    margin-right:auto;
    height: 125px;
}

.loginForm{
    width: 100%;
    margin: 10px 0;
}

.loginID{
    width: 100%;
    border-bottom: 1px solid #9DA6AB;
    position: relative;
}

.loginID img{
    width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: middle;
}

form{
    display: block;
    margin-top: 0em;
}

::placeholder{
    color: #9da6ab;
    font-family: arial;
    font-size: 14px;
    left: 30px;
    position: absolute;
    top: 10px;
}

.loginID input[type="text"]{
    width: 85%;
    background: transparent;
    height: 35px;
    border: none;
    color: #9DA6AB;
    font-size: 14px;
}

.loginPassword{
    width: 100%;
    border-bottom: 1px solid #9DA6AB;
    position: relative;
}

.loginPassword img{
    width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: middle;
}

.loginPassword input[type="password"]{
    width: 85%;
    background: transparent;
    height: 35px;
    border: none;
    color: #9DA6AB;
    font-size: 14px;
    margin-top: 10px;
}

p.reset{
    font-size: 12px;
    text-align: center;
    color: rgb(157, 166, 171);
    margin-top: 2px;
    margin-bottom: 20px;
}

#errorOneBody{
    padding-bottom: 10px;
    display: block;
}

#errorOneBody img{
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

#errorOneBody p{
    color: #C30019;
    padding: 0px;
    margin-left: 5px;
}

#errorOneBody span{
    padding-top: 3px;
}

#errorTwoBody{
    padding-bottom: 10px;
    color:#FF7F00;
    display: none;
    text-align: center;
}

.loginBox button{
    width: 100%;
    height: 35px;
    color: white;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background: #009CE0;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.loginOptions{
    font-size: 12px;
    color: #009CE0;
}

#noteOneBody{
    display: none;
    color:rgb(157, 166, 171);
    line-height: 1.25;
    margin-top: 3px;
}

#noteOneButton{
    cursor: pointer;
}

#noteTwoButton{
    cursor: pointer;
}

.right{
    float: right;
}

.left{
    float: left;
}

#noteTwoBody{
    display: none;
    color:rgb(157, 166, 171);
    line-height: 1.25;
    margin-top: 3px;
}

.copyright{
    margin-top: 20px;
    color: rgb(157, 166, 171);
    font-size: 11px;
    text-align: center;
}

.clearfix{
    clear:both;
}

#password_reset_label{
    color:#009CE0;
    font-size: 12px;
    font-weight: 500;
}

.loginID input[type="email"]{
    width: 85%;
    background: transparent;
    height: 35px;
    border: none;
    color: #9DA6AB;
    font-size: 14px;
}

@media screen and (max-width:400px){
    body{
        background:#fff;
    }
    .login{position: inherit;
        width:100%;
        left: 0;
        margin-left:0;
        top: 0;
        margin-top:0;
    }
}