/* =======================================================
*
* 	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;
    color: #848484;
    background-color: #f0f0f0;
}

@media (max-width: 1280px) {
    body.style-2 {
        background-color: #807E7F;
        background-size: cover;
        background-position: 0% 20%;
        background-repeat: no-repeat;
        background-image: url(../../apps/img/bg.jpg);
        height: 100%;
    }
}

@media (min-width: 1366px) {
    body.style-2 {
        background-color: #807E7F;
        background-size: cover;
        background-position: 0% 35%;
        background-repeat: no-repeat;
        background-image: url(../../apps/img/bg.jpg);
        height: 100%;
    }
}
@media (min-width: 1920px) {
    body.style-2 {
        background-color: #807E7F;
        background-size: cover;
        background-position: 0% 0%;
        background-repeat: no-repeat;
        background-image: url(../../apps/img/bg.jpg);
        height: 100%;
    }
}

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: 28px;
    margin-top: 4em;
    -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: #33cccc;
    color: #ffffff;
    -webkit-box-shadow: -2px 10px 20px -1px rgba(51, 204, 204, 0.4);
    -moz-box-shadow: -2px 10px 20px -1px rgba(51, 204, 204, 0.4);
    -o-box-shadow: -2px 10px 20px -1px rgba(51, 204, 204, 0.4);
    box-shadow: -2px 10px 20px -1px rgba(51, 204, 204, 0.4);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #ffffff;
    background: #47d1d1 !important;
    outline: none;
}

input, textarea {
    color: #000;
}

.placeholder {
    color: #aaa;
}

.js .animate-box {
    opacity: 0;
}

/*# sourceMappingURL=style.css.map */
