@charset "UTF-8";
/*----------------------------------------------------------------------------------- */
/*  Mixins/variables */
/*----------------------------------------------------------------------------------- */
.inline {
  display: inline-block;
  *display: inline;
  zoom: 1; }

/*----------------------------------------------------------------------------------- */
/*  Document Setup */
/*----------------------------------------------------------------------------------- */
* {
  outline: 0 !important; }

html, body {
  width: 100%; }

html {
  height: 100%; }

body {
  font-family: "Lato", sans-serif !important;
  color: #666666;
  background: #e8e8e8;
  padding-top: 140px;
  min-height: 100%; }

.main-content {
  padding-bottom: 20px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 15px;
  font-weight: 300; }

h3 {
  line-height: 1.4em; }

p {
  margin: 0 0 15px; }
  p.lead {
    font-weight: 300; }

strong {
  font-weight: 700; }

a {
  color: #007aff; }
  a:hover {
    color: #666666;
    text-decoration: none; }

ul.no-style {
  list-style: none;
  padding: 0;
  margin-left: 0; }

li {
  margin-bottom: 5px; }

blockquote {
  margin-bottom: 30px; }
  blockquote p {
    margin-bottom: 10px; }
  blockquote.pull-right {
    text-align: right; }

dl {
  margin: 0 0 20px; }
  dl dd {
    margin-bottom: 15px; }

::-moz-selection {
  background: #007aff;
  color: white;
  text-shadow: none; }

::selection {
  background: #007aff;
  color: white;
  text-shadow: none; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px; }

::-webkit-scrollbar-track {
  background: #dddddd;
  background: rgba(0, 0, 0, 0.05); }

/*----------------------------------------------------------------------------------- */
/*  Background color helper classes */
/*----------------------------------------------------------------------------------- */
.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger, .bg-muted {
  color: white; }

.bg-primary {
  background-color: #007aff; }

.bg-success {
  background-color: #60c560; }

.bg-info {
  background-color: #5bc0de; }

.bg-warning {
  background-color: #f0ad4e; }

.bg-danger {
  background-color: #d9534f; }

.bg-muted {
  background-color: #bbbbbb; }

.bg-white {
  background-color: white; }

/*----------------------------------------------------------------------------------- */
/*  Login 1 */
/*----------------------------------------------------------------------------------- */
body.login1 {
  padding: 0;
  background: url(../img/3.jpg) no-repeat center center;
  background-size: cover;
  position: relative; }
  body.login1.signup .login-container {
    margin-top: -215px;
    height: 430px; }
  body.login1 .login-wrapper {
    width: 100%;
    height: 100%; }
  body.login1 .login-container {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 40px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-bottom: 15px;
    width: 380px;
    height: 428px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -190px 0 0 -190px;
    opacity: 0;
    -webkit-transition: all 1s 0.5s;
    -moz-transition: all 1s 0.5s;
    transition: all 1s 0.5s; }
    body.login1 .login-container.active {
      opacity: 1; }
    body.login1 .login-container .form-group {
      position: relative;
      margin-bottom: 0; }
    body.login1 .login-container input.form-control {
      height: 48px;
      font-size: 15px;
      box-shadow: none;
      border-radius: 0;
      border: 0;
      border-bottom: 1px solid #d6d6d6;
      padding-left: 0;
      padding-right: 0;
      background: transparent; }
    body.login1 .login-container .form-options {
      margin: 20px 0 30px; }
      body.login1 .login-container .form-options .checkbox {
        display: inline-block; }
    body.login1 .login-container input[type="submit"] {
      position: absolute;
      top: 10px;
      right: 0;
      opacity: 0.5;
      font-family: "FontAwesome";
      background: transparent;
      color: #888888;
      border: 2px solid #888888;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      padding-left: 7px;
      line-height: 24px; }
      body.login1 .login-container input[type="submit"]:hover {
        opacity: 1; }
    body.login1 .login-container .social-login {
      margin-bottom: 25px; }
      body.login1 .login-container .social-login > .btn {
        width: 49%;
        margin: 0; }
      body.login1 .login-container .social-login .weibo {
        background-color: #eb182c;
        border-color: #eb182c; }
        body.login1 .login-container .social-login .weibo:hover {
          background-color: transparent;
          color: #335397; }
      body.login1 .login-container .social-login .renren {
        background-color: #105ba3;
        border-color: #105ba3; }
        body.login1 .login-container .social-login .renren:hover {
          background-color: transparent;
          color: #00c7f7; }
    body.login1 .login-container p.signup {
      margin-bottom: 0; }

/*----------------------------------------------------------------------------------- */
/*  Login 2 */
/*----------------------------------------------------------------------------------- */
body.login2 {
  padding: 30px 0 0;
  background: #eeeeee; }
  body.login2 .login-wrapper {
    max-width: 420px;
    margin: 0 auto;
    text-align: center; }
    body.login2 .login-wrapper img {
      margin: 40px auto; }
    body.login2 .login-wrapper .input-group-addon {
      padding: 8px 0;
      background: #f4f4f4;
      min-width: 48px;
      text-align: center; }
      body.login2 .login-wrapper .input-group-addon i.icon-lock {
        font-size: 18px; }
    body.login2 .login-wrapper input.form-control {
      height: 48px;
      font-size: 15px;
      box-shadow: none; }
    body.login2 .login-wrapper .checkbox {
      margin-bottom: 30px; }
    body.login2 .login-wrapper input[type="submit"] {
      padding: 10px 0 12px;
      margin: 20px 0 30px; }
      body.login2 .login-wrapper input[type="submit"]:hover {
        background: transparent; }
    body.login2 .login-wrapper .social-login {
      margin-bottom: 20px;
      padding-bottom: 25px;
      border-bottom: 1px solid #cccccc; }
      body.login2 .login-wrapper .social-login > .btn {
        width: 49%;
        margin: 0; }
      body.login2 .login-wrapper .social-login .facebook {
        background-color: #335397;
        border-color: #335397; }
        body.login2 .login-wrapper .social-login .facebook:hover {
          background-color: transparent;
          color: #335397; }
      body.login2 .login-wrapper .social-login .twitter {
        background-color: #00c7f7;
        border-color: #00c7f7; }
        body.login2 .login-wrapper .social-login .twitter:hover {
          background-color: transparent;
          color: #00c7f7; }



.login-btn{
  background-color: #EB182C;
  border: 1px solid #EB182C;
  border-radius: 7px;
  width: 150px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.login-btn:hover{
  background: #fff;
  color: #EB182C;
}
img{
  margin: 10px 0;
}
.logo{
  width: 85%;
  margin: 5% 32%;
}
.sub_title{
  font-size: 19px;
  font-weight: bold;
  margin: 5px;
  display: block;
  color: #9C27B0;
}