
.login-box{
    display: block;
    width: 100%;
    padding: 25px;
    background: rgba(255,255,255,0.9);
    text-align: center;
    border-radius: 15px;
    border: 1px solid #e0e6ed;
    margin-left:80px;
}

.login {
 /*   background-image: url('https://nndigital.patientsupport.gr/images/background.jpg'); */

    background-repeat:no-repeat;
    background-size: cover;
    padding:140px;
    min-height:969px;
}

.text-info-new {
    color: #001965!important;
}

a.text-info:focus, a.text-info:hover {
    color: #3B97DE!important;
}

.topbar {
    background: transparent!important;
}

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover {
    color: #fff!important;
    background: #3B97DE!important;
}

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link.active, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link.active {
    background: #3B97DE!important;
}

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover i, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover i {
    color: #fff!important;
    background: #3B97DE!important;
}

.page-breadcrumb .page-title {
    color:#001965!important;
}

a:hover {
    color: #3B97DE!important;
}

.btn-info,.btn-info:hover,.btn-info:focus,.btn-info:active {
    color: #fff;
    background-color: #005AD2!important;
    border-color: #3B97DE!important;
}

.btn-success.btn-success:hover,.btn-success:focus,.btn-success:active {
    color: #fff;
    background-color: #005AD2!important;
    border-color: #3B97DE!important;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    width: 450px;
    padding: 1.3rem;
    min-height: 250px;
    position: absolute;
    top: 20%;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    z-index: 2;
}

.modal .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal input {
    padding: 0.7rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9em;
}

.modal p {
    font-size: 0.9rem;
    color: #777;
    margin: 0.4rem 0 0.2rem;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.topbar .top-navbar .navbar-nav>.nav-item .nav-link {
     color: #000!important;
}