#username {
    margin-bottom: 2.5vh;
}

.form-control {
    display: block;
    width: 100%;
    padding: 2px 6px;
    font-size: 16px;
    color: #363636;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    border-radius: 0;
    font-family: Roboto, "Helveta Neue", sans-serif;
    line-height: 24px;
    height: 44px!important;
}

.form-control:hover {
    border-color: #636566;
}

.form-control:focus {
    border-color: #ebebeb;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 73, 75, 0.6);
}

.core-sidenav-ul-bottom {
    border-top: 1px solid #d3d3d3;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: inherit;
}

.core-sidenav-li {
    padding: 10px 0 10px 0;
    margin: 0;
    list-style: none;
    display: block;
    background-color: #ffffff;
    height: 48px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    bottom: 0;
}

li a div {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    color: #000;
    border-bottom: 1px solid #d3d3d3;
}

.no-border-bottom {
    border-bottom: none;
}

li a:focus {
    color: inherit;
    text-decoration: none;
}

li a:hover {
    color: inherit;
    text-decoration: none;
}

.btn-danger {
    background-color: #e73440;
    border-color: #e73440;
    color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.login-button-group {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.login-button-group > *:first-child {
    margin-right: 5px;
}

.login-button-group > *:last-child {
    margin-left: 5px;
}

.login-button-group a {
    text-decoration: none;
}

.button-group-space-between {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.button-group-space-between > *:first-child {
    margin-right: 5px;
}

.button-group-space-between > *:last-child {
    margin-left: 5px;
}

.button-group-space-between a {
    text-decoration: none;
}

.btn-font-medium {
    width: 10rem!important;
    max-width: 100%;
}

.checkbox [type="checkbox"] {
    margin-top: 7px;
}

h3 {
    font-size: 20px;
}

h4,
p,
label,
a,
input {
    font-size: 16px;
}

/* p, h4 {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #363636 !important;
    line-height: 1.0;
} */

.flex-content-end {
    display: flex;
    justify-content: flex-end;
}
.flex-content-space-between {
    display: flex;
    justify-content: space-between;
}

.flex-direction-column {
    display: flex;
    flex-direction: column;
}

.pf-c-alert__title {
    font-weight: normal;
    font-size: 16px;
}

.pf-c-alert {
    padding: 11px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 1px;
}

.alert-error {
    border-color: #cc0000 !important;
    background-color: #ffffff;
}

.alert-error > .pf-c-alert__title {
    color: #333333;
    background-color: #ffffff;
}

.alert-warning {
    border-color: #ec7a08 !important;
}

.alert-warning > .pf-c-alert__title {
    color: black;
}

.alert-success {
    border-color: #3f9c35 !important;
    background-color: #e9f4e9;
}

.alert-success > .pf-c-alert__title {
    color: #363636;
    background-color: #e9f4e9;
}

.pf-c-alert__icon {
    margin-top: 2px;
    font-size: 22px;
}

.confirm-button {
    position: absolute;
}

.div-icon-login {
    min-height: 3.5rem !important;
}

.icon-login {
    object-fit: contain;
    height: 3rem !important;
}

.login-footer-wrapper {
    padding-top: 5vh;
}

.clickable-link {}
