.text-primary-color, a:hover {
    color: #002D40;
}

.form-label {
    color: gray;
}

.btn-primary {
    border-color: #002D40;
    background-color: #002D40;
}

.btn-primary:hover {
    background-color: #ffffff;
    border-color: #002D40;
    color: #002D40;
}

.btn-secondary {
    border-color: #002D40;
    background-color: #ffffff;
    color: #002D40;
}

.btn-secondary:hover {
    background-color: #002D40;
    border-color: #002D40;
    color: #ffffff;
}

.card-primary.card-outline{
    border-top: 3px solid transparent !important;
    padding: 25px;
}
.nav-item.active a {
    background-color: #93939361;
    color: #fff;
}
.hide {
    display: none;
    position: absolute;
    top: 3.5em;
    right: 0;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    padding: 0.6em;
    border-radius: 0 0 5px 5px;
}
.user_name{
    cursor: pointer;
}
.change-pwd, .profile, .hide> *{
    color:#212529;
}
.hide ul {
    list-style: none;
    padding: 0 20px;
}
.hide ul li a:hover {
    color: #0069D9;
}
.hide ul li {
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

#user_type {
    appearance: auto !important;
}

.logo-size {
    width: 200px;
}

.login-box {
    width: 550px !important;
}

@media screen and (max-width: 1200px) {
    .login-box {
        width: 850px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 1023px) and (orientation: landscape) {
    .login-box {
        margin-top: 15rem;
        margin-bottom: 5rem;
    }
}