.max-width-content > .container {
  padding-bottom: 120px; }

.content-login.cf {
  width: 540px;
  max-width: 90%;
  background: #FFF;
  margin: 0 auto;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px; }
  .content-login.cf .title-login {
    background: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #4b525b; }
  .content-login.cf .form-login {
    padding: 30px 50px 50px; }
    @media all and (max-width: 600px) {
      .content-login.cf .form-login {
        padding: 30px 20px 40px; } }
    .content-login.cf .form-login label {
      display: block;
      margin: 5px 0 20px;
      color: #9098a5;
      font-size: 15px; }

.txt-login {
  border: 1px solid #9fa4aa;
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  color: #4b525b;
  padding: 0px 15px;
  line-height: 48px;
  height: 48px;
  width: 100%;
  box-sizing: border-box;
  outline: none; }
  .txt-login:focus {
    border-color: #337ab7; }

.checkbox {
  padding-left: 16px; }

.checkbox > label {
  font-size: 15px;
  margin-left: 6px; }

.bt-login {
  margin-top: 20px; }
  .bt-login .forget-pw {
    float: left;
    line-height: 42px;
    color: #337ab7; }
  .bt-login .note-other {
    float: left;
    width: 45%;
    font-size: 11px;
    line-height: 14px;
    color: #999; }
  .bt-login .login {
    display: inline-block;
    float: right;
    width: 50%;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1em;
    background: #3498db;
    color: #fff;
    text-decoration: none;
    padding: 13px 16px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: background .2s .05s;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer; }
  .bt-login .submitbt {
    display: inline-block;
    float: right;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1em;
    background: #3498db;
    color: #fff;
    text-decoration: none;
    padding: 13px 16px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: background .2s .05s;
    box-shadow: none;
    text-shadow: none; }

.forget .text {
  color: #555;
  line-height: 20px;
  margin-bottom: 10px; }

.wrapper-login-by {
  text-align: center; }

.login-by-fb {
  width: 138px;
  display: inline-block;
  height: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background: url(../images/fb_bt.png) 0px 0px no-repeat;
  border-radius: 3px;
  text-align: center;
  line-height: 34px;
  position: relative;
  margin-bottom: 14px;
  padding-left: 24px;
  box-sizing: border-box; }

.login-by-gg {
  width: 150px;
  display: inline-block;
  height: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background: #dd4b39;
  border-radius: 3px;
  text-align: center;
  line-height: 34px;
  position: relative;
  margin-top: 20px;
  background: url(../images/gg_bt.png) 0px 0px no-repeat;
  padding-left: 11px;
  box-sizing: border-box; }
  .login-by-gg:hover {
    color: #fff; }

.login-by-gg:before {
  content: " ";
  position: absolute;
  width: 42px;
  height: 38px;
  left: -1px;
  top: -1px; }

.register:hover {
  color: #fff !important; }

.title-login.have-not {
  margin-bottom: 18px; }

.title-login_2 {
  margin-bottom: 20px;
  font-size: 17px; }

.action_other {
  margin-top: 30px;
  text-align: center;
  color: #999; }
  .action_other a {
    text-decoration: underline;
    color: #999; }

@media only screen and (max-width: 650px) {
  .content-login {
    width: 100% !important; }

  .form-login {
    border-right: none;
    margin-bottom: 15px; }

  .wrapper-form-login.fl {
    width: 100% !important; }

  .wrapper-login-by {
    margin-bottom: 20px;
    padding-left: 0px; }

  .bt-login .login {
    display: inline-block; }

  .txt-login {
    width: 100% !important; } }
@media only screen and (min-width: 650px) and (max-width: 1170px) {
  .wrapper-form-login.fl {
    width: 50% !important; }

  .txt-login {
    width: 100% !important; }

  .bt-login .login {
    display: inline-block; } }
@media only screen and (max-width: 1170px) {
  .content-login {
    width: 100% !important; } }

/*# sourceMappingURL=users_login.css.map */
