/*===========================
      04.SERVICES css 
===========================*/
.login-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
  -moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 0 3px 5px rgba(0,0,0,0.12), 0 3px 4px rgba(0,0,0,0.24);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 25px 25px;
  border: 2px solid transparent; 
  border-radius: 8px;
  border-color: #FE7A7B;}
.login-card:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.25), 0 5px 10px rgba(0,0,0,0.22);
  border: 2px solid #FE7A7B; }
  @media (max-width: 767px) {
    .login-card {
      padding: 20px 20px 30px; } }
  .login-card .login-card-icon {
    display: inline-block;
    position: relative; }
    .login-card .login-card-icon img {
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
    .login-card .login-card-icon .shape-1 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .login-card .login-card-icon i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 34px;
      color: #fff; }
  .login-card .login-card-content .login-card-title a {
    font-size: 26px;
    font-weight: 700;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .login-card .login-card-content .login-card-title a {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .login-card .login-card-content .login-card-title a {
        font-size: 20px; } }
    .login-card .login-card-content .login-card-title a:hover {
      color: #361CC1; }
  .login-card .login-card-content .text {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .login-card .login-card-content .text {
        margin-top: 20px; } }
  .login-card .login-card-content .more {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .login-card .login-card-content .more i {
      margin-left: 10px; }
    .login-card .login-card-content .more:hover {
      color: #361CC1; }
    .login-card:hover .login-card-icon .shape {
      -webkit-transform: rotate(25deg);
      -moz-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      -o-transform: rotate(25deg);
      transform: rotate(25deg); }
    .role-pic {
        width: 80px;
        height: 80px; }
    .login-btn {
      display: inline-block;
      font-weight: 900;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 0 30px;
      font-size: 18px;
      line-height: 40px;
      border-radius: 0px;
      box-shadow: 0 3px 5px rgba(0,0,0,0.25), 0 5px 10px rgba(0,0,0,0.22);
      border: 0;
      color: #fff;
      cursor: pointer;
      z-index: 5;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
      background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
      background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
      background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
      background-size: 200%; }
  .login-btn:hover {
    color: #fff;
    background-position: right center; }