/* #login h1 a, .login h1 a {

    background-image: url(../images/login-logo.svg) !important;

} */

.login .login-heading {

    position: relative;

}

.login .login-heading h2 {

    color: var(--new-clr) !important;

    font-size: 17px !important;

}



img.bs-cs-login-logo.private-on {

    width: 120px !important;

}

.announceListItem label {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    white-space: nowrap;
}
.anuc_porfile {
    text-align: center;
    line-height: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
form#loginform {

    background: white;

    padding: 20px;

    margin: 0 !important;

}

input#wp-submit {

    background: var(--new-clr);

    border: none;

    padding: 5px;

    font-size: 15px;

}



.split-overlay {

    background: transparent !important;

}



:root {



    --new-clr:#61469b;



}

.announceList li label {

    font-size: 14px;

}
.announceListItem p {
    font-size: 16px;
    padding-right: 10px;
}
.login-heading span {

    position: absolute;

    right: 0;

    top: -30px;

}

.login #login_error {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    margin: 0px auto !important;

    width: 450px;

    margin: auto;

    color: #842029 !important;

    background-color: #f8d7da !important;

    border-color: #f5c2c7 !important;

    z-index: 2;

}

.login #login-message {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    margin: 0px auto !important;

    width: 450px;

    margin: auto;

    color: #084298;

    background-color: #cfe2ff;

    border-color: #b6d4fe;

    z-index: 2;

}



.login .login-heading {

    background: white;

    padding: 0px 20px;

    padding-top: 10px;

    position: relative;

    margin: 60px 0 0px !important;

}

.announceListItem{

    border: 1px solid var(--bb-content-border-color);

    margin-bottom: 6px;

    padding: 10px;

    border-radius: 5px;

    background: white;

   
    height: 130px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
}
.anuc_info {
    height: 100px;

    -webkit-transition: height 1s;

    -moz-transition: height 1s;

    -ms-transition: height 1s;

    -o-transition: height 1s;

    transition: height 1s;

    overflow: hidden;

    position: relative;
}
.announceListItem:hover .anuc_info{

    height: 100px;

    overflow-y: scroll;

    overflow-x: hidden;


}

ul.announceList {

    padding: 5px 0px 0px 5px !important;

    padding-right: 0px;

    list-style: none;

    max-height: 420px;

    overflow-y: scroll;

}

.announcementSection {

    border-radius: 0px;

    position: absolute;

    width: 60%;

    top: 25%;

    background: #f2f4f4;

    box-shadow: 0px 0px 6px rgba(0,0,0,.12);

    left: 0px;

    right: 0;

    margin: auto;

}

.announcementSection h1 {

    font-size: 20px;

    color:white;

    display: none;

}

.login_leftside {

    width: 50%;

    position: relative;

    /* left: 0; */

    min-height: 100%;

    background-image: url(../images/pattern.svg) !important;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    background-color: #61469b;

    box-shadow: 0px 3px 6px rgba(0,0,0,.16);

}

.login-split {

    display: none !important;

}

.announceList::-webkit-scrollbar, .anuc_info::-webkit-scrollbar {

    width: 5px;

  }



  .announceList::-webkit-scrollbar-track ,.anuc_info::-webkit-scrollbar-track {

    background-color: #f2f4f4;



  }



  .announceList::-webkit-scrollbar-thumb,.anuc_info::-webkit-scrollbar-thumb {

    background: #dcdddf !important;

    border-radius: 5px;

  }

  .announceList:root, .anuc_info:root{

    scrollbar-face-color: #dcdddf; /* Firefox 63 compatibility */

    scrollbar-track-color: #fff; /* Firefox 63 compatibility */

    scrollbar-color: #dcdddf #fff;

    scrollbar-width: 5px;

  }



  .privacy-policy-page-link {

    margin: 1em 0 !important;

}

.login-split-page #login {

    padding-top: 80px !important;

}



.announceListItem:hover .anuc_info:after {

    content: '\e87c';

}



.announceListItem .anuc_info:after {

    content: '\e826';

    font-family: 'bb-icons';

    font-weight: 300;

    position: absolute;

    right: 6px;

    top: 6px;

    font-size: 16px;

}
.anuc_img {
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.announceDate { 

    font-size: 11px;



}

  @media(max-width:991px){
    .login #login-message {
        top: 10px;
    }
    .login #login_error {
        top: 10px;
    }
    .login .login-heading {
        margin: 50px 0 0px !important;

    }
    .login-split-page #login {
        padding-top: 80px !important;
    }
    body.login {

        display: flex;

        flex-direction: column;



    }

    .login_leftside {

        width: 100%;

        order: 2!important;

    }

    div#login {

        order: 1 !important;

    }



    .announcementSection {

        width: 50%;

    }

    .login_leftside {

        min-height: 70%;

    }



  }

  @media (max-width:767px) {
    .anuc_img {
        margin-bottom: 0;
    }
    .announcementSection {

        width: 90%;

    }

    .login #login-message {
        top: 0px;
        width: 100%;
    }
    .login #login_error {
        top: 0px;
        width: 100%;
    }
  }
