@import url(fontiran.css);
.input-label, .input-control, #notification #description, .alert .form-errors li, #auth .auth .auth-info .auth-title, #auth .auth .auth-info .auth-slogan, .forgot-pass, .active-code {
  font-size: 13px;
  font-weight: 400; }

#send {
  font-size: 14px;
  font-weight: 400; }

.normal-content {
  font-size: 13px;
  font-weight: 400;
  text-decoration: none !important;
  color: #484848; }

.color-primary {
  color: #0e6868;
  font-size: 14px;
  font-weight: 500;
  padding: 0 5px; }

body {
  font-family: "IRANYekan" !important;
  direction: rtl;
  background-color: #f7f7f7;
  margin: 0;
  height: 100vh;
  text-decoration: none !important;
  overflow-x: hidden;
  padding: 0 !important; }

a {
  text-decoration: none !important; }

.wrapper:before {
  background: #f7f7f7 !important; }

h1 {
  font-weight: bold; }

.primary-btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #efefef !important;
  border-radius: 50px;
  /*box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.03);*/
  background-color: #0e6868;
  outline: none !important;
  width: 100%;
  display: block;
  position: relative;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .primary-btn:focus {
    box-shadow: none !important; }
  .primary-btn:hover {
    transform: translateY(-5px); }

.secondary-btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #484848;
  border-radius: 50px;
  background: #ffffff;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .secondary-btn:hover {
    transform: translateY(-5px); }

.third-btn {
  color: #efefef !important;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
  background: #35b8bb;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .third-btn:hover {
    transform: translateY(-5px); }

.shadow-card {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
  border: 1px solid #F4F4F4;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden; }

.input-label {
  font-weight: 400;
  color: #484848; }

.input-control {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background-color: #efefef;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #484848;
  outline: none;
  border-radius: 6px;
  border: 1px solid #F4F4F4; }
  .input-control:disabled {
    background-color: #111215;
    border-color: transparent; }
  .input-control::placeholder {
    color: #efefef #484848, 10%;
    font-size: 12px;
    font-weight: 300; }
  .input-control:focus {
    border-color: #35b8bb; }
    .input-control:focus::placeholder {
      color: #484848; }

.custom-control-label {
  display: flex;
  align-items: center; }
  .custom-control-label::after, .custom-control-label::before {
    right: -20px;
    top: unset; }
  .custom-control-label::before {
    background-color: #272738 !important;
    border-color: #4d4d77 !important; }

#notification {
  visibility: hidden;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  text-align: center;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 40px;
  font-size: 17px;
  white-space: nowrap; }
  #notification #description {
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    font-weight: 300;
    background-color: #484848;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 50px;
    border: 2px solid #4db146; }
    #notification #description i {
      color: #5dff3e;
      padding-left: 15px;
      font-size: 16px; }
  #notification #img {
    margin-left: 5px;
    width: 52px;
    height: 52px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a67c52;
    border-radius: 65px;
    border: 3px solid;
    color: #4aaa44; }

#notification.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, stay 3s 1s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, stay 3s 1s, fadeout 0.5s 4.5s; }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 40px;
    opacity: 1; } }
@-webkit-keyframes stay {
  from {
    min-width: 350px; }
  to {
    min-width: 350px; } }
@keyframes fadeout {
  from {
    bottom: 40px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
.alert {
  margin-bottom: 20px;
  padding: 10px 40px;
  font-size: 14px; }
  .alert .close.left-zero {
    color: inherit;
    top: 52%;
    transform: translateY(-50%);
    padding: 0 15px; }
  .alert .form-errors {
    margin-bottom: 0;
    padding: 0;
    text-align: right; }
    .alert .form-errors li {
      padding: 5px 0;
      color: #ff3b7e;
      z-index: 2;
      position: relative; }
  .alert .bg-icon {
    font-size: 150px;
    color: #F4F4F4;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%); }

.space-25 {
  width: 100%;
  height: 25px;
  background: transparent;
  display: block; }

.space-50 {
  width: 100%;
  height: 50px;
  background: transparent;
  display: block; }

#email, #instagram, #twitter, #telegram {
  font-family: sans-serif; }
  #email::placeholder, #instagram::placeholder, #twitter::placeholder, #telegram::placeholder {
    font-family: IRANYekan;
    position: relative;
    bottom: 3px; }

@media screen and (max-width: 760px) {
  .fix-margin {
    margin-bottom: 25px; } }
#auth {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100vh; }
  #auth .auth > .row {
    align-self: center;
    justify-content: center;
    height: 100%; }
  #auth .auth .auth-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-end; }
    #auth .auth .auth-info .auth-logo {
      display: block;
      margin: 10px 0;
      width: 110px; }
    #auth .auth .auth-info .auth-title {
      font-family: Sans-Serif;
      text-align: center;
      -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.15);
      background-color: #fff;
      color: #484848;
      text-transform: uppercase;
      border-radius: 50px;
      padding: 10px 25px;
      margin-bottom: 10px;
      font-size: 14px; }
    #auth .auth .auth-info .auth-slogan {
      text-align: center;
      color: #959595;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 2px;
      margin-bottom: 20px; }

.forgot-pass {
  color: #484848;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .forgot-pass:hover {
    color: #35b8bb; }

.notice {
  font-size: 10px;
  color: #0e6868; }

@media screen and (max-width: 992px) {
  .destroy-card {
    background-color: transparent !important;
    box-shadow: none !important;
    border: transparent !important;
    padding: 25px 0 !important; }
    .destroy-card .input-control {
      background-color: #e9e9e9 !important; }
    .destroy-card .forgot-pass {
      display: block; }
    .destroy-card .primary-btn {
      margin-bottom: 8px; }

  .auth .auth-logo {
    margin-top: 35px; } }
#send {
  color: #484848; }
  #send:hover {
    color: #0e6868; }

.active-code {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  color: #efefef; }

.click-card {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  .click-card .card-item {
    background-color: #fbfbfb;
    cursor: pointer;
    border: 1px solid #efefef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px; }
    .click-card .card-item:hover {
      border-color: #35b8bb; }
    .click-card .card-item .card-link {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-weight: 600;
      font-size: 16px;
      text-align: right;
      display: flex;
      color: #484848;
      flex-direction: column; }
      .click-card .card-item .card-link .card-info {
        font-size: 13px;
        margin-top: 10px;
        font-weight: 300;
        line-height: 24px;
        color: #15171A;
        max-width: 90%; }
      .click-card .card-item .card-link:hover {
        color: #35b8bb; }
  .click-card .arrow-float {
    position: absolute;
    font-size: 18px;
    color: #484848;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }

@media screen and (max-width: 992px) {
  .card-item {
    background-color: #484848 !important; } }
.document-upload .img-container {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  position: relative; }
  .document-upload .img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
.document-upload .up-btn {
  height: 150px;
  width: 100%;
  background-color: #fbfbfb;
  color: #b3b3b3;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px; }
  .document-upload .up-btn i {
    font-size: 40px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.form-group {
  text-align: right; }

#show-password {
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #202020;
  font-size: 14px; }

/*# sourceMappingURL=auth.css.map */
