.nav-tabs {
    border-bottom: 1px solid #17a2b8;
}
.login-logo{
    /*display: none;*/
}
.login-logo a, .register-logo a {
    color: rgb(255 0 0 / 65%);
}
.login-card-body, .register-card-body{
    border: 1px solid rgb(255 0 0 / 65%);
    border-top: 0px solid rgb(255 0 0 / 65%);
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.input-group-text{
    border: 1px solid rgb(255 0 0 / 65%);
}
.form-control{
    border: 1px solid rgb(255 0 0 / 65%);
}


.text-info {
    color: rgb(255 0 0 / 65%)!important;
}

.card-header{
    border: 1px solid rgb(255 0 0 / 65%);
    border-bottom: 0px solid rgb(255 0 0 / 65%);
}

.bg-gradient-info {
    background: #fff linear-gradient(180deg,#fff,#fff) repeat-x!important;/*#cf0000 linear-gradient(180deg,#c05353,#cf0000) repeat-x!important;*/
    color: rgb(255 0 0 / 65%);
    font-weight: bold;
}

.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: -13px;
}

a.nav-link {
    color: #fff !important;
    text-decoration: none;
}

a.nav-link.active {
    color: #000 !important;
    text-decoration: none;
}