.login-warpper {
  background-color: #f6f6f6; }
  @media screen and (min-width: 767px) and (min-height: 1023px) {
    .login-warpper {
      height: 100vh; } }
  @media screen and (min-width: 1200px) {
    .login-warpper {
      height: 100vh; } }

.login-aside, .login-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 15px; }

.login-aside {
  /*background-image: url(../image/bg-login.svg);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .login-aside--text {
    max-width: 500px;
    width: 100%;
    font-weight: bold; }

.login-body {
  padding-bottom: 15px; }

.card-login-form {
  border: 0;
  max-width: 620px;
  width: 100%;
  margin: auto;
  background-color: transparent; }
  .card-login-form .card-header {
    background-color: transparent;
    border-bottom: 0;
    padding: 0; }
    .card-login-form .card-header > img {
      width: 245px;
      margin-bottom: 40px; }
  .card-login-form .card-body {
    background-color: #fff;
    border-radius: 9px;
    padding: 0 0 60px; }
    .card-login-form .card-body .form-message {
      background-color: #fff0f2;
      border: 1px solid #fcadb5;
      color: #ff495c;
      font-size: 14px;
      padding: 15px;
      text-align: center;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      margin-bottom: 20px; }
      .card-login-form .card-body .form-message > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 5px; }
        .card-login-form .card-body .form-message > span > i {
          font-size: 16px; }
    .card-login-form .card-body form {
      padding: 0 15px;
      text-align: center;
      max-width: 355px;
      margin: auto; }
      .card-login-form .card-body form .card-title {
        color: #303034;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 11px;
        text-align: left; }
      .card-login-form .card-body form .card-text {
        font-size: 16px;
        color: #676b80;
        text-align: left;
        margin-bottom: 30px; }
      .card-login-form .card-body form .form-group {
        text-align: left; }
      .card-login-form .card-body form .input-group-text {
        background-color: #FFF;
        color: #979aaa;
        border-right: 0;
        padding: 6px 5px; }
      .card-login-form .card-body form .input-group .form-control:not(:last-child) {
        border-right: 0;
        padding-left: 5px; }
      .card-login-form .card-body form .input-group-append > button {
        color: rgba(70, 77, 201, 0.5);
        border: 1px solid #e3e3e3;
        border-left: 0;
        font-size: 14px; }
        .card-login-form .card-body form .input-group-append > button:focus {
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .card-login-form .card-body form .input-group-append > button:hover {
          color: #464dc9; }
      .card-login-form .card-body form .form-control {
        border-left: 0; }
        .card-login-form .card-body form .form-control:focus {
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-color: #e3e3e3; }
    .card-login-form .card-body .btn-submit {
      color: #FFF;
      background-color: #5056da;
      margin-bottom: 15px; }
    .card-login-form .card-body .btn-forgot {
      color: #676b80;
      opacity: 0.5;
      text-decoration: underline;
      margin-bottom: 15px;
      display: inline-block;
      font-size: 14px; }
    .card-login-form .card-body .login-google {
      border-bottom: 1px solid #e3e3e3;
      margin-bottom: 30px;
      position: relative; }
      .card-login-form .card-body .login-google > span {
        position: absolute;
        bottom: -9px;
        left: 50%;
        width: 37px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background-color: #FFF;
        font-size: 14px;
        color: rgba(102, 106, 127, 0.5); }
      .card-login-form .card-body .login-google .btn-login-google {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 5px 15px;
        width: 100%;
        background-color: #FFF;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        margin-bottom: 25px; }
        .card-login-form .card-body .login-google .btn-login-google > img {
          width: 200px;
          margin: auto; }
        .card-login-form .card-body .login-google .btn-login-google:focus, .card-login-form .card-body .login-google .btn-login-google:hover {
          border-color: #5056da;
          -webkit-box-shadow: 0px 2px 1px rgba(206, 206, 210, 0.24);
                  box-shadow: 0px 2px 1px rgba(206, 206, 210, 0.24); }
  .card-login-form .card-footer {
    border-top: 0;
    padding-top: 40px;
    background-color: transparent;
    text-align: center;
    font-size: 12px;
    color: #676b80; }
