body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: #fff0;
    -ms-touch-action: manipulation;
    height: 100vh;
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: .9375rem;
    line-height: 1.5;
    color: #495057;
}
.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
}

.page-content {
  margin: .75rem 0;
}

@media (min-width: 768px) {
  .page-content {
    margin: 1.5rem 0;
  }
}
.text-muted {
    color: #9aa0ac !important;
}
.display-1 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.text-center {
    text-align: center !important;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
.text-uppercase {
    text-transform: uppercase !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}

.go-back-btn{
    cursor: pointer;
    font-weight: 600;
    letter-spacing: .03em;
    font-size: .8125rem;
    min-width: 2.375rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff0;
    padding: .375rem .75rem;
    line-height: 1.84615385;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #777777;
    border-color: #777777;
    text-transform:uppercase ;
}

a {
    text-decoration: none;
}
p{
    margin: 0;
}
.m-0{
    margin: 0;
}
.mb-5{
    margin-bottom: 1.5rem;
}
.mb-3, .my-3 {
    margin-bottom: 0.75rem !important;
}
h2, .h2 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.1;
}
h4, .h4 {
    font-size: 1.125rem;
}
.mb-7, .my-7 {
    margin-bottom: 3rem !important;
}
.fe-arrow-left:before {
  content: "\e90f";
}