* {
    font-family: 'Open Sans', sans-serif;
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    width: 100%;
}

body {
    background: url(/static/img/login/bg1.jpg) fixed;
    background-size: 100%;
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.bg1 {
    text-align: center;
    width: 100%;
    height: 237px;
    background: #3a4459;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
}

.gyl {
    width: 510px;
    height: 237px;
    color: #ecba52;
    font-size: 42px;
    position: absolute;
    left: 15%;
    top: 11%;
    text-align: center;
    bottom: 0px;
    margin: auto;
}

.gy2 {
    color: #fff;
    margin-left: 6px;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.bg {
    width: 430px;
    height: 437px;
    background: #fff;
    position: absolute;
    left: 36%;
    top: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    z-index: 1;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    color: #3a4459;

}

.wel {
    width: 430px;
    height: 70px;
    color: #FFF;
    position: absolute;
    line-height: 70px;
    background: #3a4459;
    top: 0;
    font-size: 1.8rem;
    text-align: center;
}

.user {
    position: absolute;
    top: 9rem;
    right: 1.5rem;
    display: flex;

}

.password {
    position: absolute;
    top: 14.5rem;
    right: 1.5rem;
    display: flex;
}

#user_head {
    border-bottom: 1px solid #347ebc !important;
    height: 41px !important;
    line-height: 41px !important;
    font-size: 16px !important;
}

#password_head {
    border-bottom: 1px solid #347ebc !important;
    height: 41px !important;
    line-height: 41px !important;
    font-size: 16px !important;
}


.btn {
    position: absolute;
    top: 20.9rem;
    border: none;
    color: #fff;
    text-align: center;
    background-color: #347ebc;
    text-indent: 0;
    height: 2.5625rem;
    font-size: 1.4rem;
    border-radius: 0 !important;
}


input {
    border-bottom: 0.0625rem solid #347ebc;
    height: 2.5625rem;
    width: 20.8125rem;
    text-indent: 1.5rem;
    outline: none;
    font-size: 16px;
}

input[type="submit"] {
    width: 100%;
    color: #FFF;
    outline: none;
    background: #347ebc;
    cursor: pointer;
    font-size: 18px;
}

input[type="submit"]:hover {
    background: #006666;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
}

input[type="checkbox"] {
    border-bottom: 0.0625rem solid #347ebc;
    outline: none;
    height: 1rem;
    width: 1rem;
}

#checkbox-div {
    position: absolute;
    top: 18.5rem;
    border: none;
    color: #38283C;
    text-align: center;
    text-indent: 0;
    font-size: 1rem;
    left: 2.5rem;
}

.login-system-info {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
}

.msg-info {
    width: 100%;
    position: absolute;
    top: 24.5rem;
    border: none;
    color: #38283C;
    text-align: center;
    text-indent: 0;
    height: 2.5625rem;
    font-size: 1rem;
}


/*--copyrights--*/

.copy-rights {
    padding: 40px 0;
    position: absolute;
    bottom: 10px;
    color: #BEBEBE;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    border-top: 0 solid #E8E8E8;
    left: 50%;
    margin-left: -200px;

}

.copy-rights a,
.copy-rights a:hover {
}

/*--/copyrights--*/


@media (min-height: 50px) and (max-height: 650px) {
    .copy-rights {
        display: none;
    }
}

@media (min-width: 1201px) and (max-width: 1500px) {
    .gyl {
        font-size: 32px;
        top: 16%;
    }

    .gy2 {
        font-size: 16px;
    }

}


@media (min-width: 801px) and (max-width: 1200px) {
    .gyl {
        display: none;
    }

    .bg {
        left: 0%;
    }

}

@media (min-width: 400px) and (max-width: 800px) {
    .gyl {
        display: none;
    }

    .bg1 {
        display: none;
    }

    .bg {
        left: 0%;
    }

    .user {
        top: 8rem;
    }

    .password {
        top: 14rem;
    }

    .copy-rights {
        display: none;
    }

}
