@charset "utf-8";

/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Geneva, sans-serif;
    background: url("../img/loginBG.jpg") no-repeat center top fixed #063469;
}

a:link {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #f6ff00;
}

.section1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
}

.box-login {
    width: 370px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    background: #fccf00;
    box-shadow: 2px 5px 10px 2px rgba(0, 0, 0, 0.3);
}

.box-login-top {
    width: auto;
    height: 180px;
    overflow: hidden;
    display: block;
    margin: auto;
    background: #fccf00;
}

.sub-boxlogin {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 12px 20px;
    text-align: center;
}


/* Login Form */

.input-field {
    display: block;
    float: left;
    margin: auto;
    margin-top: 10px;
    width: 90%;
    margin-left: 20px;
    box-sizing: border-box;
    border-radius: 50px;
    border: 3px solid #04274f;
    color: #000;
    padding: 8px;
    background: #fccf00;
    font-size: 18px;
    -webkit-text-fill-color: #000;
}

.caption {
    display: block;
    float: left;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 35%;
    margin-left: 20px;
    box-sizing: border-box;
    border-radius: 50px;
    border: 3px solid #04274f;
    color: #000;
    padding: 8px;
    background: #fccf00;
    font-size: 20px;
    -webkit-text-fill-color: #000;
}

.securecode {
    width: 80px;
    height: 24px;
    display: inline-block;
    float: left;
    margin-left: 7px;
    margin-top: 15px;
    background: #ccc;
    color: #F00;
    text-align: center;
    padding: 2px;
}

.refresh {
    background: url(../img/refresh.png) no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
    margin-left: 10px;
    margin-top: 20px;
    float: left;
}

.check {
    width: 90%;
    overflow: hidden;
    display: inline-block;
}

.bt-login {
    width: 90%;
    height: 50px;
    overflow: hidden;
    display: block;
    margin-left: 20px;
    margin: auto;
    margin-top: 15px;
    border-radius: 50px;
    padding-top: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: -webkit-linear-gradient(-45deg, #004089 0%, #04274f 100%);
    background: linear-gradient(-45deg, #004089 0%, #04274f 100%);
}

.bt-login:hover,
.bt02:hover,
.bt03:hover,
.bt-icon:hover {
    opacity: 0.9;
}

.bt02 {
    width: 40%;
    height: 33px;
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 8px;
    border-radius: 50px;
    padding-top: 13px;
    text-align: center;
    background: #e30045;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.bt03 {
    width: 45%;
    height: 30px;
    overflow: hidden;
    display: block;
    float: left;
    margin: auto;
    margin-top: 10px;
    margin-left: 8px;
    border-radius: 50px;
    padding-top: 7px;
    background: #e30045;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.box-icon {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
}

.bt-icon {
    width: 50px;
    height: 44px;
    overflow: hidden;
    display: block;
    float: left;
    margin: auto;
    top: 5px;
    margin-left: 10px;
}

.box-login-foot {
    width: auto;
    height: 20px;
    overflow: hidden;
    display: block;
    margin: auto;
    background: #003f87;
}

.foot {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px #d34881 inset;
    transition: background-color 5000s ease-in-out 0s;
}

@media screen and (min-width: 320px) and (max-width: 360px) {
    .box-login {
        width: 90%;
    }
    .box-icon {
        width: 100%;
        text-align: center;
    }
    .bt-icon {
        width: 44px;
        height: 44px;
        float: left;
        margin: auto;
        margin-top: 5px;
        margin-left: 10px;
    }
    .input-field {
        display: block;
        float: left;
        margin: auto;
        margin-top: 10px;
        margin-left: 20px;
        width: 90%;
        box-sizing: border-box;
        border-radius: 50px;
        border: 3px solid #04274f;
        color: #000;
        padding: 8px;
        background: #fccf00;
        font-size: 18px;
        -webkit-text-fill-color: #000;
    }
}

@media screen and (min-width: 361px) and (max-width: 450px) {
    .box-login {
        width: 90%;
    }
    .box-icon {
        width: 100%;
        text-align: center;
    }
    .bt-icon {
        width: 44px;
        height: 44px;
        float: left;
        margin: auto;
        margin-top: 5px;
        margin-left: 10px;
    }
    .input-field {
        display: block;
        float: left;
        margin: auto;
        margin-top: 15px;
        width: 90%;
        margin-left: 20px;
        box-sizing: border-box;
        border-radius: 50px;
        border: 3px solid #04274f;
        color: #000;
        padding: 8px;
        background: #fccf00;
        font-size: 18px;
        -webkit-text-fill-color: #000;
    }
}