﻿.password-label-container {
    display: flex;
    justify-content: space-between;
}

.bi-eye, .bi-eye-slash {
    cursor: pointer;
}

.eye {
    float: right;
    top: 40px;
    right: 10px;
    position: relative;
    cursor: pointer;
}

.close-page a {
    text-decoration: none !important;
    color: black;
    font-size: 30px;
}

.login_card {
    display: flex;
    flex-direction: column;
    width: 640px;
    padding: 25px 5px;
    border-radius: 8px;
    background: #fff;
    /*margin-top: 50px;*/
    /*    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}

.g-15 {
    gap: 15px;
}

.p-r-l-30 {
    padding: 0px 30px;
}

.login-radio-group-div {
    padding: 3px;
    background: var(--light-gray, #EFEFEF);
    border-radius: 6px;
}

#mobile_registration_div, #logo_mobile {
    display: none;
}

.register-password-button {
    display: none;
}

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

#change-password-button {
    color: #008F91;
}

.cyber__item {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

#CyberModal .modal-dialog {
    max-width: 920px !important;
}

#CyberModal .modal-content {
    height: max-content
}

#CyberModal .gridTemplate {
    gap: 20px;
    display: flex;
    align-items: center;
}

ul#CyberList {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    gap: 5px;
    padding-left: 0px;
    margin-bottom: 0px;
}
li {
    list-style: none;
}

ul#CyberList li::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    background-image: url(/img/tick__teal.svg);
    background-repeat: no-repeat;
}

.ob-banner {
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.ob-banner-alert {
    background: #FFEFEE;
    border: 1px solid #ED3A32;
}

div.ob-banner-text {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}

#CyberModal .modal-header {
    padding: 30px !important;
    border-bottom: 0px;
    padding-bottom: 20px !important;
}

#CyberModal .modal-body {
    padding: 0px 30px 30px !important;
}



.scamPNG {
}

.cyber_div {
    margin-top: 60px;
    cursor: pointer;
    display: flex;
    gap: 10px;
}

    .cyber_div img {
        width: 24px;
        height: 24px;
    }

@media (max-width: 768px) {
    #mobile_registration_div, #logo_mobile {
        display: block;
    }

    .forget-password-button {
        display: flex;
    }

    .register-password-button {
        display: flex;
    }

        .register-password-button #register-password-button {
            width: 100%;
        }

    .flex__to__column {
        flex-direction: column;
    }

    #registration_layout {
        display: none;
    }

    .login-page {
        padding: 20px 0 0 0;
    }

    .container {
        max-width: 100%;
    }

    .double-hr, #login_ecp_div, #BaspanaBusiness {
        display: none;
    }

    .p-r-l-30 {
        padding: 0;
    }

    .login_card {
        width: 100%;
        margin-top: 50px;
        box-shadow: none;
        padding: 10px;
    }

    .navbar-collapse.collapse.d-sm-inline-flex.justify-content-between {
        display: flex;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
        gap: 5px;
    }
}
