@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
html, body {
    min-height: 100vh;
    height: auto;
    margin: 0;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
  font-size: 0.8125rem;
  letter-spacing: 0.1px;
}
.container {
    min-height:100vh;
}

.container .row .vh-100 {
    border: 1px solid red;
    height: 100vh;
}

.page-content {
  color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 400;
}

strong {
  font-weight: 500;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 300;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 2px 0 1.5rem;
}

h2 small,
h3 small,
.h2 small,
.h3 small {
  font-size: 0.9375rem;
}

h4 small,
.h4 small {
  font-size: 0.875rem;
}

h5 small,
h6 small,
.h5 small,
.h6 small {
  font-size: 0.8125rem;
}


html body {
  background: #f9f9fc;
  /* NEW*/
}

html body .blankpage-logo {
  padding: 20px 0 30px;
}

html body .intro-image {
  /* background: url("../img/backgrounds/trading-system.png"); */
  height: 220px;
  width: 370px;
  margin: 94px auto;
  background-size: cover;
}

html body .blankpage-form-field {
  margin-right: 0;
  width: 320px;
  height: auto;
  float: right;
}

html body .blankpage-form-field .card {
  margin: 0;
  padding: 13.5px 20px 15.5px;
}

html body .blankpage-form-field .blankpage-btn {
  font-size: 1rem;
  font-weight: 400;
  padding: 10px 15px;
  margin: 10px 0 5px;
}

html body .blankpage-footer {
  padding: 10px 0;
  font-size: 0.75rem;
  color: #5252a4;
}

html body .login-footer {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.6875rem;
}

/*# sourceMappingURL=page-login.css.map */
