﻿.active > .nav-link {
    color: #fff !important;
    background-color: #002e60 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.error {
    color: red;
}
.close {
    position: absolute;
    right: 20px;
}
.login-page, .register-page {
    align-items: center;
    background-color: #e9ecef;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.p-0 {
    padding: 0 !important;
}

.card-header {
    background-color: transparent;
    border: none;
    padding: 1.25rem 1.25rem 0rem 1.25rem !important;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

body {
    width: 100%;
    height: 100vh;
}

.card-primary.card-outline {
    width: 25%;
}

.card-primary.card-outline {
    border-top: 3px solid #00224c;
}

img {
    height: 60px;
}

.nav-link {
    color: #002e60 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem !important;
}

label {
    font-weight: normal !important;
}

a {
    cursor: pointer;
}

.form-box {
    margin: 90px auto 0;
    width: 100%;
}
