.login-bg {
    /*background-color: #DCE5EC;*/
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
}

.decor-box {
    position: absolute;
    width: 150px;   /* adjust size */
    height: 150px;
    background: #154d71; /* your theme color */
    border-radius: 20px; /* make edges rounded */
    z-index: 0; /* behind content */
}

/* Positioning */
.decor-box.bottom-left {
    bottom: 0;
    left: 0;
    border-radius: 25px 0px 18px 0px;
}

.decor-box.top-right {
    top: 0;
    right: 0;
    border-radius: 25px 0px 18px 0px;
}

/*.login-left {
    background: linear-gradient(135deg, #154D71);
}*/

.border-blue {
    border: 3px solid #E1E7EC;
}

.login-text {
    border-right: 0;
}
.login {
    border-left: 0;
}

.header {
    color: #2474A6 ;
}

.short-border {
  display: inline-block;
  border-bottom: 2px solid #2474A6;
  width: 55px; /* control border length */
}

.header-border {
    border-bottom: 2px solid #2474A6;
}

.sub-title {
    font-size: 0.95rem;
    color: #dbdada;
}

.submit-btn {
    background: linear-gradient(135deg, #296C97);
    transition: 0.3s ease;
}

.submit-btn:hover {
    box-shadow: 0 6px 16px rgba(77, 124, 198, 0.3);
    background: linear-gradient(135deg, #184059);
    font-weight: bold;
}

.submit a {
    color: #26467b;
}

.submit a:hover {
    color: #26467b;
    font-weight: bold;
}
