@charset "utf-8";

.login-box, .register-box {
    margin: 7% auto;
    width: 360px;
}

.main-header {
    border-bottom: 1px solid #dee2e6;
}

.navbar-teal {
    background-color: #20c997;
}

.sidebar-light-primary .brand-link {
    color: #fff;
}

.elevation-4 {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 4px 4px rgba(0, 0, 0, .22) !important;
}

.content-wrapper>.content {
    padding: 0 .5rem;
}

.card-title {
    margin-bottom: 0;
}

::placeholder {
  color: #bbb !important;
}