@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


body {
    overflow: hidden;
    height: 100vh;
    background-image: url("../images/logon-bg-blue.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.welcome {
    font-size: 24px;
    letter-spacing: 6px;
    color: white;
}

.logon-box {
    width: 1034px;
    height: 681px;
    background-image: url("../images/logon-bg-banner.png");
    background-repeat: no-repeat;
    margin: 8% auto 0 auto;
    padding: 16px 61px;

}

.admin-click {
    cursor: default;
}

.phone-click {
    cursor: default;
}

.admin-logon {

    width: 360px;
    margin-left: 620px;
    margin-top: 120px;
}

.logon-tatle {
    display: flex;
    padding: 0 8px 15px 8px;
    overflow: hidden;
}

.tatle-blue {
    color: #0e9938;
    text-decoration: underline;
    text-decoration-color: #0e9938;
    text-decoration-thickness: 2px;
    text-underline-offset: 15px;
}

.logon-tatle h2 {
    width: 140px;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center;

}


.admin-logon input {
    outline: none;
    margin: 15px 15px 15px 0;
    padding-left: 40px;
    background-color: white;
    height: 38px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    color: #333;
}

.number {
    width: 320px;
    background-image: url("../images/number.png");
    background-position: 14px 12px;
    background-repeat: no-repeat;
}

.password {
    width: 320px;
    background-image: url("../images/password.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.code-box {
    display: flex;
    align-items: center;
}


.code-box img {
    height: 38px;
}

.code {
    width: 200px;
    margin: 15px 15px 15px 0;
    background-image: url("../images/password.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.code-key {
    float: right;
    margin: 15px 0;
}

.a-box a {
    text-decoration: none;
    margin: 0 8px;
    color: #777;
    font-size: 16px;
    float: right;
}


.logon-button {
    margin-top: 20px;
    line-height: 40px;
    letter-spacing: 6px;
    color: white;
    font-size: 18px;
    width: 360px;
    height: 40px;
    border-radius: 20px;
    background-color: #0e9938;
    border: 0;
    box-shadow: 0px 3px 20px rgba(14, 153, 56, 0.8);
}

.logon-button:hover {
    background-color: #10bf42;
}


.phone-logon {
    width: 360px;
    margin-left: 620px;
    margin-top: 120px;
}

.phone-logon input {
    outline: none;
    margin: 15px 15px 15px 0;
    padding-left: 40px;
    background-color: white;
    height: 38px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    color: #333;
}


.password2 {
    width: 140px;
    background-image: url("../images/password.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;

}

.logon-button2 {
    width: 155px;
    height: 40px;
    border-radius: 20px;
    background-color: #0e9938;
    border: 0;
    color: white;
}
