html {
    background: #ece9d8;
    font-family: "Arial";
    font-style: normal;
}

input::-webkit-credentials-auto-fill-button {
    background-color: white;
    display: none !important;
}

p::after {
   content: none !important;
}

p::before {
   content: none !important;
}

p.no-after:after{content:none;}

input.no-after:after{content:none;}

body {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0
}

img {
    padding: 0px;
    margin: 0px;
    vertical-align: middle; 
    border: 0px solid #000;
}

#Top {
    z-index: 10;
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 27px;
    margin: 0px;
    width: 100%;
    overflow: visible;
    background: #4a0f00;
    border: 0px solid #ece9d8;
    border-bottom: 1px solid #ece9d8;
}

#Message {
    position: fixed;
    z-index: 11;
    top: 28px;
    width: 100%;
    height: 0px;
    border: 0px solid #fff;
    text-align: center;
    margin: 0px auto; 
    padding: 0px; 
}

#message_box {
    display: inline-block;
    overflow: auto;
    min-width: 50%; 
    color: #000;
    background: #fff;
    text-align: center;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    margin: 3px auto;
    vertical-align: middle;
}

#message_box_close {
    display: inline-block;
    font-family: "Arial";
    font-weight: bold;
    position: relative; 
    float: right;
    top: 0px;
    right: 0px;
    border: 0px solid #333;
    color: #000;
    text-align: center;
    padding: 0px 4px;
    margin: 1px;
    vertical-align: top;
    background: #c42d28;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#message_box_close:hover {
    cursor: pointer;
}

#message_box_details {
    overflow: auto;
    border: 0px solid #00f;
    color: #000;
    text-align: center;
    padding: 0px 25px;
    margin: 0px;
    vertical-align: middle;
}

#MainArea {
    z-index: 1;
    top: 0px;
    left: 0px;
    overflow: auto;
    padding:0px 5px 0px 5px;
    margin: 1px;
    background: #ece9d8;
    color: #000;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    border: 0px solid green;
}

#MainArea p {
    color: #000;
    font-size: 100%;
    text-decoration: none;
    padding: 0px;
    vertical-align: middle;
    margin: 2px;
}

.dl {
    padding: 0px;
    margin: 0px;
    background-color: #ece9d8;
    box-shadow:0 0px 0px 0 rgba(0, 0, 0, .1)
}

.dl form {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 25px 25px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
}

#login {
    padding: 8% 0 0;
    width: 30vw;
    max-width: 400px;
    margin: auto;
}

@media screen and (max-device-width: 480px) {
    #login {
        width:75vw;
        padding: 20px 0px;
    text-align: center;
    }
}


#login p {
    font-collor: #000000;
    font-size: 18px;
    line-height: 1.33333333;
    font-size: 22px;
    margin: 10px 20px 10px 0;
}

#fail {
    font-collor: #00ff00;
    font-size: 18px;
    line-height: 1.33333333;
    width: 100%;
}

.dl #login input[type=password], #login input[type=text] , #login input[type=text] {
    font-size: 18px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .07rem;
    margin: 10px 0 10px 5px;
    min-height: 25px;
    max-height: none;
    padding: 7px 0 7px 7px;
}

#submit_button {
    text-align: center;
    max-width: 100%;
    min-height: 60px;
    max-height: none;
    margin: 25px 0 0 0;
}

#ms {
    padding: 0;
    width: 50vw;
    max-width: 400px;
    margin: auto;
}

#msg {
    color: #f00;
    font-size: 200%;
    text-align: center;
    max-width: 100%;
    min-height: 60px;
    max-height: none;
    margin: 5px 0 0 0;
}

#Clock {
    color: #f00;
    font-size: 300%;
    text-align: center;
    max-width: 100%;
    min-height: 60px;
    max-height: none;
    margin: 25px 0 0 0;
}

.submit {
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: none;
}

.submit p {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 1.5em 0;
}

.dl .button {
    text-align: center;
    background: #4a0f00;
    border-color: #0020ba;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-shadow: none;
    line-height: 1.33333333;
    width: 100%;
    border-width: .1rem;
    margin: 0 0 0 10px;
    min-height: 30px;
    max-height: none;
}

