html {
  font-size: 14px;
  background-color: #f3f7f9;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: #f3f7f9;
}

    /*------------------------------------------------------------------
[2. Contents / #auth-content]
*/
.content {
  position: relative;
  padding: 15px;
  z-index: 5;
}

/*------------------------------------------------------------------
[3. Cards / .card]
*/
.content .card {
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.content .card .card-block,
.content .card .card-body {
  padding: 30px 25px;
}

.content .form-control {
  background: #f4f7fa;
  min-height: 42px;
  line-height: 42px;
  font-size: 14px;
  padding: 10px 15px;
  height: 42px;
}

.content .form-select {
  padding: 8px 15px;
}

/*------------------------------------------------------------------
[4. Miscellaneous]
*/
.shadow-2 {
  -webkit-box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
  box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}

p.text-muted {
  font-size: 13px;
}

/*------------------------------------------------------------------
[5. Adjustments to dafault behaviors]
*/
.btn {
  padding: 10px 20px;
  border-radius: 0.25rem;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrapper a,
.wrapper p>a {
  color: #3e8ef7;
  font-weight: 600;
}

.wrapper {
  display: flex;
  justify-content: center;
}

.mr-1 {
  margin-right: 0.25rem !important;
}