.login-section .seperator {
    height: 1.5px;
    background-color: rgba(23, 68, 120, 0.63);
}

.login-section label {
    font-weight: 500;
}

.login-section .btn {
    background-color: #174478;
}

.login-section input {
    border: 0.25px solid rgba(104, 104, 104, 1) !important;
    background-color: transparent;
}

.login-section input:focus {
    border: 0.25px solid rgba(104, 104, 104, 1) !important;
    background-color: transparent;
}

.login-section .login-desc ul {
    list-style-position: inside;
}

.login-section .login-desc li {
    font-size: 17px;
}

.login-section .login-desc li::marker {
    color: #174478;
}

.login-section .login-image {
    height: 200px;
}

.login-section .login-image img {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-radius: 15px;
}

.subscribe-button {
    position: fixed;
    bottom: -1px;
    height: 80px;
}


@media all and (max-width: 991px) {
    .login-section .container>.row {
        justify-content: center;
    }

    .login-section .login-title h5 {
        font-size: 17px !important;
    }

    .login-section .login-desc h6 {
        font-size: 16px !important;
    }

    .login-section .login-desc p {
        font-size: 14px !important;
    }

    .login-section .login-desc li {
        font-size: 14px !important;
    }

    .login-section .login-image {
        height: unset;
    }

    .login-section .login-image img {
        width: 100%;
        height: unset;
        border-radius: 15px;
    }
}

@media all and (max-width: 575px) {
    .login-section .login-title h5 {
        font-size: 17px !important;
    }

    .login-section .login-desc h6 {
        font-size: 16px !important;
    }

    .login-section .login-desc p {
        font-size: 14px !important;
    }

    .login-section .login-desc li {
        font-size: 14px !important;
    }
}