
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.form-group {
    position: relative;
}

.form-group label {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 11px;
    top: 5px;
    margin: 0;
    left: 12px;
    color: #6f7287;
    background-color: #fff;
}

.form-group .form-control {
    font-size: 14px;
    padding: 20px 12px 6px;
    height: inherit;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #222;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.access-login img {
    height: 50px;
}

.access-login {
    text-align: center;
}

.inner {
    min-height: 100vh;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.flex-justify-center {
    justify-content: center;
}

form .btn {
    padding: 10px;
}

.btn {
    transition: all 0.2s;
    border-radius: 0 !important;
}

.alert-success,
.alert-danger {
    font-size: 12px;
    border-radius: 2px;
    padding: 10px 15px;
}

.alert-danger {
    border-left: 4px solid #EBCCCE;
}

.alert-success {
    border-left: 4px solid #bbd6a4;
}

.navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.navbar-brand img {
    height: 37px;
}

.navbar-right {
    margin: 0 !important;
}

.box {
    box-shadow: 0 7px 14px 0 rgb(60 66 87 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    position: relative;
    padding: 16px 20px;
    background-color: #fff;
    color: #556cd6;
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden;
}

.box-header {
    padding: 16px 0 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.box-body {
    background-color: #f7fafc;
    border-top: 1px solid #e3e8ee;
    border-bottom: 1px solid #e3e8ee;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.flex {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.flex-center {
    align-items: center;
}

.flex-grow {
    flex-grow: 1;
}

.flex-none {
    flex: none;
}

.subbox-header {
    font-weight: bold;
}

.subbox + .subbox {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px dashed #ddd;
}

.subbox:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.full-height {
    height: 100vh;
}