body{
  /*font-family: 'Axiforma';*/
  background-color: #f9f9f9;
  height: 100vh;
}
#page-container.fade.show{
  opacity: 0;
}
body.pace-done #page-container.fade.show{
  opacity: 1;
}
.btn{
  font-weight: 600;
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: calc( 50% - 1.5rem );
  right: calc( 50% - 1.5rem );
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  border: solid .125rem transparent;
  border-top-color: #42526e;
  border-left-color: #42526e;
}
.login.login-with-news-feed {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
.login.login-with-news-feed .news-feed {
  display: none;
  position: fixed;
  left: 0;
  right: 500px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.login.login-with-news-feed .news-feed .news-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.login.login-with-news-feed .news-feed .news-caption {
  color: rgba(255,255,255,.85);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 60px 30px;
  font-size: 18px;
  letter-spacing: .25px;
  z-index: 20;
  font-weight: 300;
  background: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);
  background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);
}
.login.login-with-news-feed .right-content {
  min-height: 100%;
  /*background: #fff;*/
  width: 500px;
  /*margin-left: auto;*/
  margin: 0 auto;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brand-logo img{
  height: 70px;
}
.brand .brand-logo {
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
.brand .brand-logo::after {
  content: 'easyboutiq';
  font-family: 'Axiforma';
  font-weight: 700;
  margin-left: 10px;
  letter-spacing: .750px;
  color: #27303f;
  font-size: 36px;
}
.btn-dark {
  background-color: #27303f;
  border-color: #27303f;
}
.btn-dark:hover {
  color: #fff;
  background-color: #27303f;
  border-color: #27303f;
}
.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #27303f;
  border-color: #27303f;
  box-shadow: 0 0 0 0.2rem rgba(71,85,105,.5);
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
  background-color: #27303f;
  border-color: #27303f;
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71,85,105,.5);
}
/*.login.login-with-news-feed .right-content .btn-eb {*/
/*  color: #172b4d !important;*/
/*  background-color: #fff;*/
/*  border: none;*/
/*  background: linear-gradient(to right, #00f737,#0035ff);*/
/*  display: inline-block;*/
/*  padding: 4px;*/
/*}*/
/*.login.login-with-news-feed .right-content .btn-eb:focus {*/
/*  box-shadow: 0 0 0 0.2rem rgba(154,251,156,.3) !important;*/
/*}*/
/*.login.login-with-news-feed .right-content .btn-eb span:not(.spinner-border) {*/
/*  display: flex;*/
/*  padding: .750rem 1rem;*/
/*  background-color: #fff;*/
/*  font-weight: 600;*/
/*  border-radius: 6px;*/
/*  margin-right: 0 !important;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  letter-spacing: .750px;*/
/*}*/
.login.login-with-news-feed .right-content a {
  color: #172b4d;
  text-decoration: underline;
  background-color: transparent;
}
.login.login-with-news-feed .right-content a:hover {
  color: #172b4d;
  text-decoration: none;
}
.login.login-with-news-feed .right-content .text-center {
  font-size: 12px;
}
.close:hover {
  color: #172b4d !important;
}
.login.login-with-news-feed .right-content .login-header {
  position: relative;
}
.login.login-with-news-feed .right-content .login-header .brand {
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .750px;
  color: #172b4d;
}
.login.login-with-news-feed .right-content .login-header .brand small {
  font-size: 14px;
  display: block;
  color: #4d4d4d;
}
.login.login-with-news-feed .right-content .login-header .icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.is-invalid~.invalid-feedback{
  display: none !important;
}
.login.login-with-news-feed .right-content .login-header+.login-content {
  width: auto;
  padding-top: 30px;
  margin: 0;
  position: inherit;
  flex: inherit;
  max-width: 100%;
}
.text-grey-darker {
  color: #313234!important;
  font-weight: 400;
  font-size: 12px;
}
a{
  color: #313234!important;
  font-weight: 500;
}
label {
  font-weight: initial;
  color: #999;
  font-size: 1rem;
}
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem !important;
  padding: .75rem !important;
  font-size: 1.1rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #999;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem !important;
  padding-bottom: .25rem !important;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
  font-size: 12px !important;
  color: #777;
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #838996 !important;
  border-color: #838996 !important;
}
.login.login-with-news-feed .right-content .login-header .icon i {
  font-size: 28px;
}
.app-login h3 {
  color: #313234;
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
}
.app-login .card {
  background-color: transparent;
  border-left: solid 1px rgba( 0, 0, 0, .0750 );
  border-radius: 0;
  box-shadow: none;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

@media (max-width: 767.98px){
  .login.login-with-news-feed .right-content {
    padding: 30px;
  }
  .app-login .brand-logo::after {
    display: none;
  }
}

@media (max-width: 1024.02px){
  .app-login .card {
    border-left: none;
    border-bottom: solid 1px rgba( 0, 0, 0, .0750 );
  }
}

@media (max-width: 1199.98px){
  .login.login-with-news-feed .right-content {
    width: 400px;
    padding: 45px;
  }
  .login.login-with-news-feed .news-feed {
    right: 400px;
  }
  .login.login-with-news-feed .news-feed .news-caption {
    padding: 45px 45px 30px;
    font-size: 16px;
  }
  .login.login-with-news-feed .news-feed .news-image {
    background-position: -230px center;
  }
  .app-login h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 320.02px){
  .brand-logo img{
    height: 50px;
  }
  .brand .brand-logo::after {
    font-size: 28px;
  }
}