﻿/* body {
  color: #000;
  overflow-x: hidden;
  height: 100%;
  background-color: #B0BEC5;
  background-repeat: no-repeat;
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "Microsoft Yahei", sans-serif;
} */

.container-fluid {
  height: 100%;
}

.card0 {
  box-shadow: 0px 4px 8px 0px #757575;
  border-radius: 0px;
  height: 100%;
}

.card1 {
  width: 100%;
  height: 100%;
}

.card2 {
  margin: 0 40px;
  width: 100%;
}

.d-flex {
  height: 100%;
}

.logo-div {
  text-align: center;
  margin: 20px 0;
}

.logo {
  max-width: 350px;
  max-height: 250px;
  margin-bottom: 15px;
}

.image {
  /* width: 540px;
  height: 420px */
  max-width: 100%;
}

.border-line {
  border: 0 !important;
  border-right: 1px solid #EEEEEE !important;
}

.form-message {
  margin: 6px 15px;
  font-size: 14px;
  color: #2C3E50;
}

.error-message {
  margin: 6px 15px;
  color: #f75676;
}

.info-message {
  margin: 6px 15px;
  color: #37d5f2;
}

.facebook {
  background-color: #3b5998;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer
}

.twitter {
  background-color: #1DA1F2;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer
}

.linkedin {
  background-color: #2867B2;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer
}

.line {
  height: 1px;
  width: 30%;
  background-color: #E0E0E0;
  margin-top: 10px
}

.or {
  width: 40%;
  font-weight: bold
}

.text-sm {
  font-size: 14px !important
}

::placeholder {
  color: #BDBDBD;
  opacity: 1;
  font-weight: 300
}

:-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 300
}

::-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 300
}

input,
textarea {
  padding: 10px 12px 10px 12px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 14px;
  letter-spacing: 1px
}

input:focus,
textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #304FFE;
  outline-width: 0
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0
}

a {
  color: inherit;
  cursor: pointer
}

#login_form a {
  color: #4788ff;
}

.btn-blue {
  background-color: #4788ff;
  width: 150px;
  color: #fff;
  border-radius: 2px
}

.btn-blue:hover {
  background-color: #216fff;
  cursor: pointer;
  color: #fff;
}

.bg-blue {
  color: #fff;
  background-color: #4788ff
}

@media screen and (max-width: 991px) {
  .logo {
    margin-left: 0px
  }

  .image {
    width: 300px;
    height: 220px
  }

  .border-line {
    border-right: none
  }

  .card2 {
    border-top: 1px solid #EEEEEE !important;
    margin: 0px 15px
  }
}

.social-contact {
  margin-right: 48px;
  text-align: right;
}

.psorgan-code {
  display: inline-block;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .hidden-768 {
    display: none !important;
  }

  .line {
    width: 15%;
  }

  .logo {
    max-width: 200px;
    max-height: 100px;
    margin-bottom: 15px;
  }

  .or {
    width: 70%;
  }
}

.navbar-right {
  justify-content: flex-end;
}

.dropdown-menu>li>a {
  padding: 6px 10px;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #76838f;
  white-space: nowrap;
}

.workweixin-div {
  text-align: center;
  font-size: 12px;
}

.workweixin-div img {
  width: 42px;
}



@media (min-width: 992px) {
  .lt-img {
    left: 25px;
    width: 120px
  }

  .lt-img,
  .rt-img {
    position: absolute;
    top: 25px;
  }

  .rt-img {
    right: 0;
    width: 194px
  }
}