.login-area{
    max-width: 320px;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}

.login-area .waternet-logo{
    width: 100%;
}

.login-form label{
    text-align: center;
    margin: 0;
}
.login-form{
    padding-top: 20px;
}

.login-form > div{
    padding-bottom: 10px;
}

.login-form .btn-login{
    width: 100%;
    background: transparent;
    border:none;
    color: #000;
    cursor: pointer;
    padding: 5px 10px;
}

.login-form input{
    border-radius: 4px;
    border: 1px solid #e3e3e3;
}

.login-area .ftr-logo {
    height: 40px;
    position: relative;
}

.login-area footer p>a {
    text-decoration: none;
    color: #000;
}

.login-area footer p {
    font-family: "Helvetica","Arial",sans-serif;
    letter-spacing: 1px;
    text-align: center;
    font-size: 12px;
}

.alert-msg{
    color: red;
    font-style: oblique;
    text-align: center;
}

.notice {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #a0a0a08c;
    display: none;
}

.notice.active{
    display: block;
}

.notice-wrapper{
    max-width: 500px;
    background: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.notice-wrapper div {
    margin: 15px;
}

.notice-wrapper h4, .notice-wrapper p {
    text-align: center;
}

.notice-button{
    background-color: #1a73e8;
    color: white;
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
    width: 100px;
    margin: 0 auto 10px;
    display: block;
}