/*******************************
IMPORT FONTS
********************************/
@import url("https://fonts.googleapis.com/css2?family=Arimo&family=Nunito:wght@400;600;700&family=Open+Sans:wght@300;400;600&family=Roboto:ital,wght@0,100;0,400;0,500;0,700;1,500;1,700&display=swap");
/*******************************
MIDRUB ELEMENTS STYLES
********************************/
.page-loading {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF; }
  .page-loading .animation-area {
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px; }
    .page-loading .animation-area div {
      position: absolute;
      border: 4px solid #4b73ee;
      border-radius: 50%;
      opacity: 1;
      -webkit-animation: page-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
      -moz-animation: page-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
      -o-animation: page-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
      animation: page-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
      .page-loading .animation-area div :nth-child(2) {
        animation-delay: -0.5s; }

/*******************************
GENERAL STYLES
********************************/
body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 40px 0 40px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: 'Roboto', 'Open Sans', 'Nunito', 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #050038; }
  body form {
    width: 100%;
    max-width: 800px;
    padding: 15px;
    margin: 0 auto; }
    body form .nav-tabs {
      display: flex;
      height: 100%;
      border: 0 !important;
      pointer-events: none; }
      body form .nav-tabs li {
        text-align: center; }
        body form .nav-tabs li a {
          margin: 0 15px;
          border: 0 !important;
          font-weight: 600;
          font-family: 'Open Sans', sans-serif;
          color: #4f5e6b; }
          body form .nav-tabs li a span {
            display: inline-block;
            margin-right: 10px;
            width: 27px;
            border: 1px solid #607D8B;
            border-radius: 50%;
            line-height: 25px; }
          body form .nav-tabs li a.active {
            border-radius: 5px !important;
            color: #FFFFFF !important;
            background-color: #635de3 !important; }
            body form .nav-tabs li a.active span {
              border: 1px solid #ffffff; }
    body form .tab-content {
      margin-top: 35px;
      padding: 15px;
      width: 100%;
      min-height: 500px;
      border-radius: 8px;
      -webkit-box-shadow: 0 25px 19px -20px rgba(0, 0, 0, 0.1), 0 0 19px 10px rgba(0, 0, 0, 0.033);
      box-shadow: 0 25px 19px -20px rgba(0, 0, 0, 0.1), 0 0 19px 10px rgba(0, 0, 0, 0.033); }
      body form .tab-content .alert {
        text-align: center;
        color: #8492a6;
        border-color: #eff2f7;
        background-color: #fafbfe; }
        body form .tab-content .alert.alert-danger {
          color: #FFFFFF;
          border-color: #ff5630;
          background-color: #ff5630; }
        body form .tab-content .alert.alert-success {
          color: #FFFFFF;
          border-color: #21c87a;
          background-color: #21c87a; }
      body form .tab-content .form-group {
        margin-bottom: 2rem; }
        body form .tab-content .form-group label {
          width: 100%;
          text-align: left;
          font-size: 14px;
          font-weight: 500;
          color: #3c4858; }
        body form .tab-content .form-group [type="text"],
        body form .tab-content .form-group [type="email"] {
          width: 100%;
          height: 50px;
          border: 1px solid #eff2f7;
          border-radius: .375rem;
          color: #8492a6;
          word-wrap: break-word;
          background-color: #fff;
          background-clip: border-box; }
          body form .tab-content .form-group [type="text"]:focus,
          body form .tab-content .form-group [type="email"]:focus {
            outline: none;
            box-shadow: none; }
        body form .tab-content .form-group [type="submit"],
        body form .tab-content .form-group [type="button"] {
          padding: 0.5625rem 1.125rem;
          font-size: 1rem;
          line-height: 1.5;
          border-radius: 0.125rem;
          color: #fff;
          background-color: #796eff;
          border-color: #796eff; }
      body form .tab-content .card {
        margin-bottom: 15px;
        width: 100%;
        border: 1px solid #eff2f7; }
        body form .tab-content .card .card-body {
          padding: 10px; }
          body form .tab-content .card .card-body h2 {
            margin: 0;
            padding: 0;
            line-height: 40px;
            text-align: right; }
            body form .tab-content .card .card-body h2 span {
              font-size: 19px; }
            body form .tab-content .card .card-body h2 .fa-check-circle {
              color: #21c87a; }
            body form .tab-content .card .card-body h2 .fa-exclamation-circle {
              color: #da4b48; }
          body form .tab-content .card .card-body h3 {
            margin: 0 0 5px;
            padding: 0;
            text-align: left;
            font-family: inherit;
            font-weight: 500;
            font-size: 14px;
            color: #3c4858; }
          body form .tab-content .card .card-body p {
            margin-bottom: 0;
            text-align: left;
            font-size: 13px;
            color: #8492a6; }

/*******************************
CSS ANIMATIONS
********************************/
@-webkit-keyframes page-loading {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }
@-moz-keyframes page-loading {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }
@-o-keyframes page-loading {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }
@keyframes page-loading {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

/*# sourceMappingURL=main.css.map */
