
body {
    background-color: #f7f7f7;
    font-family:"Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}
/*login*/
::selection{
    background: #18aeee;
    color: #fff;
}
::-moz-selection {
    background: #18aeee;
    color: #fff;
}
::-webkit-selection {
    background: #18aeee;
    color: #fff;
}
.login-page {
    min-width: 25%;
    max-width: 25%;
    padding: 35px 30px 30px;
    background: #fcfcfc;
    border: solid 1px #eee;
    margin: 40px auto;
    border: 17px solid #eee;
}
.gr-bg {
    background-color: #48cfad;
    margin-top: -40px;
    margin-bottom: -50px;
}
#btn-login {
    background-color: #48cfad;
    border: none;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    font-size: 17px;
}
#btn-fblogin {
    background-color: #3B5998;
    border: none;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    font-size: 17px;
}
.panel {
    z-index: 100;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12);
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.panel-heading {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    background-color: #48cfad;
    border: none;
}
.panel-info>.panel-heading {
    color: #eee;
    background-color: #48cfad;
}
.panel-info>.panel-heading a:hover { color: #eee }
.panel-body {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: 1px solid #eee;
}
.form-control {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}
.form-control:focus {
    border: none;
    border: 1px solid #d9d9d9;
}
.input-group-addon {
    border: border: 1px solid #d9d9d9;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
#signupbox { margin-bottom: 20px }
#btn-signup {
    background-color: #48cfad;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: none;
    font-size: 17px;
}
#signinlink:hover { color: #fff }
#btn-fbsignup {
    background-color: #3B5998;
    border: none;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-size: 17px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#btn-twsignup {
    background-color: #52D2D8;
    border: none;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-size: 17px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#searchÂ id="search" { background-color: #fff }
.btn-lg {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}
#owl-demo { margin-bottom: 15px }
#owl-demo .item { margin: 3px }
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
/*login*/
/*login page*/
.login-body { background-color: #f1f2f7 }
.form-signin {
    max-width: 330px;
    /*margin: 50px auto 50px;*/
    margin: 450px auto 60px;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
@media screen and (max-width: 768px) {
    .form-signin {
        margin: 510px auto 50px;
    }
}
.form-signin h2.form-signin-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    /*background: #48cfad;*/
    background-color: #18aeee;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.form-signin .checkbox { margin-bottom: 14px }
.form-signin .checkbox {
    font-weight: normal;
    color: #b6b6b6;
    font-weight: 300;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: 38px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus { z-index: 2 }
.form-signin input[type="text"],
.form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 12px;
}
.form-signin .btn-login {
    background-color: #18aeee;
    /*background: #48cfad;*/
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-signin .btn-login:hover {
    background: #0c97d2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-signin p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}
.form-signin a {
    /*color: #41cac0 */
    color: #18aeee;
}
.form-signin a:hover { color: #b6b6b6 }
.login-wrap {
    /*padding: 20px;*/
    padding: 0 20px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.login-social-link {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}
.login-social-link a {
    color: #fff;
    padding: 15px 28px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}
.login-social-link a:hover { color: #fff }
.login-social-link a i {
    font-size: 20px;
    padding-right: 10px;
}
.login-social-link a.facebook {
    background: #5D9CEC;
    margin-right: 15px;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    margin-bottom: 2px;
    float: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.login-social-link a.facebook:hover {
    background: #4A89DC;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.login-social-link a.twitter {
    background: #4FC1E9;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    float: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.login-social-link a.twitter:hover {
    background: #3BAFDA;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-wrapper { padding-bottom: 70px }
.login-bg {
    margin-top: -40px;
    margin-bottom: -50px;
    background-color: #f1f2f7;
}

