/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */

/*去除浏览器自动填充表单的黄色背景*/
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.5;
    font-size: 16px;
}

@media (min-width: 1440px) {
    body.style-2 {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        background: #010101 url(../../img/format/bg-globe-1440.jpg) fixed no-repeat center center;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 1366px) {
    body.style-2 {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        background: #010101 url(../../img/format/bg-globe-1366.jpg) fixed no-repeat center center;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 1920px) {
    body.style-2 {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        background: #010101 url(../../img/format/bg-globe-1920.jpg) fixed no-repeat center center;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 1440px) {
    body.style-en {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        background: #010101 url(../../img/format/bg-globe-en-1440.jpg) fixed no-repeat center center;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 1366px) {
    body.style-en {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        background: #010101 url(../../img/format/bg-globe-en-1366.jpg) fixed no-repeat center center;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 1920px) {
    body.style-en {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        background: #010101 url(../../img/format/bg-globe-en-1920.jpg) fixed no-repeat center center;
        height: 100%;
        width: 100%;
    }
}

.radius-bg {
    padding: 0 7px;
    margin: 20px 0;
    height: 25px;
    background-color: #040404;
    border: 1px solid #040404;
    border-radius: 25px;
}

a {
    color: #33cccc;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #29a3a3;
}

.menu {
    padding: 0;
    margin: 30px 0 0 0;
}

.menu li {
    list-style: none;
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.menu li a {
    padding: 5px;
}

.menu li.active a {
    color: #b3b3b3;
}

.fh5co-form {
    padding: 30px;
    margin-top: 0;
    -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.style-2 .fh5co-form {
    -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
    .fh5co-form {
        padding: 15px;
    }
}

.fh5co-form h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 0 0 30px 0;
    color: #000000;
}

.fh5co-form .form-group {
    margin-bottom: 30px;
}

.fh5co-form .form-group p {
    font-size: 14px;
    color: #9f9f9f;
    font-weight: 300;
}

.fh5co-form .form-group p a {
    color: #000000;
}

.fh5co-form label {
    font-weight: 300;
    font-size: 14px;
    font-weight: 300;
}

.fh5co-form .form-control {
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fh5co-form .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.fh5co-form .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.fh5co-form .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.fh5co-form .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.fh5co-form .form-control:focus, .fh5co-form .form-control:active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.btn-primary {
    height: 40px;
    padding-right: 90px;
    padding-left: 90px;
    border: none;
    background: #FE9B4C;
    color: #ffffff;
    -webkit-box-shadow: -2px 10px 20px -1px rgba(254, 155, 76, 0.4);
    -moz-box-shadow: -2px 10px 20px -1px rgba(254, 155, 76, 0.4);
    -o-box-shadow: -2px 10px 20px -1px rgba(254, 155, 76, 0.4);
    box-shadow: -2px 10px 20px -1px rgba(254, 155, 76, 0.4);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #ffffff;
    background: #fe792c !important;
    outline: none;
}

input, textarea {
    color: #000;
}

.placeholder {
    color: #aaa;
}

.js .animate-box {
    opacity: 0;
}

.login-title {
    font-family: SimHei, STHeiti;
    font-size: 26px;
    color: #232323;
}

.fh5co-form > div:last-child {
    margin-bottom: 10px;
}

.form-outer {
    margin: 4rem auto 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 1680px) {
    .form-outer {
        margin: 20px auto 0;
    }

    .fh5co-form .form-control {
        height: 36px;
    }

    .fh5co-form .form-group {
        margin-bottom: 15px;
    }

    .fh5co-form {
        padding: 20px 20px 0;
    }

    input[type="submit"] {
        margin-top: 10px;
    }

    .login-title {
        font-size: 22px;
    }

    .fh5co-form > div:last-child {
        margin-bottom: 0;
    }
}

/*# sourceMappingURL=style.css.map */
