
.login-menu-section {
    /*border: 1px solid #e1e1e1;
    padding: 20px 20px 0;
    margin: 80px 0;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    box-shadow: rgba(107, 107, 107, 0.47) 0px 0px 7px 0*/
}

.login-menu-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.login-menu-card + .login-menu-card {margin-top:30px;}

.login-menu--title {
    font-family: 'DM Sans',sans-serif;
    padding: 0 0 20px 0;
    border: none;
    margin: 0 0 30px 0;
    background: none;
    font-size: 24px;
    line-height: 1.4;
    color: #171717;
    background-color: transparent;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    position: relative;
}

.login-menu--title i.fa {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #fde0d9;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #f56640;
    margin: 0 13px 0 0;
    font-size: 26px;
}

.Engagement--title::after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: -1px;
    width: 60px;
    height: 5px;
    background: #f05451;
    z-index: 2;
}

.login-menu-card label {
    color: #0f2e47;
    font-size: 18px;
    font-family: 'DM Sans',sans-serif!important;
    font-weight: 600;
    line-height: 1.5;
    width: 100%;
    margin: 0 0 10px 0;
}

.login-menu-card .form-control {
    border-radius: 0;
    box-shadow: none;
    min-height: 44px;
    padding: 9px 13px;
    border: #c7d1db solid thin;
    height: 44px;
    font-size: 16px;
    width: auto;
    font-weight: normal;
    line-height: normal;
    min-width: 150px;
}

.login-menu-card select.form-control {
    margin: 0;
    padding-right: 40px;   
}


.login-menu-actions {
    margin: 50px -20px 0;
    padding: 20px 25px;
    width: calc(100% + 40px);
    vertical-align: middle;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-menu-actions .btn {
    background: #6f80b9;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 12px 30px;
    border-radius: 5px;
    border: none;
    line-height: normal;
    font-size: 18px;
}


.commonNotificationShowHide{display: none}


.commonNotificationShowHide {
    padding: 8px 24px 8px;
}

.commonNotificationShowHide {
    background: #fff;
    box-shadow: none;
    padding: 12px 16px 12px;
    border: 1px solid red;
    margin-bottom: 0px;
    margin-top: 55px;
    text-align: left;
    width: 50%;
    background-color: #effafd;
    border-left-width: 3px;
    border-radius: 5px;
}


.info-div1{
   border-color: red; 
}

.info-div1 p{
    color: red;
}

.info-div, .info-div2{
    border-color: #43bbdf;
}

.info-div p , .info-div2 p{
    border-color: #000;
}

.commonNotificationShowHide p {
    font-size: 17px;
    clear: both;
    float: left;
    padding: 3px 0;
    margin: 0;
    width: 100%;
    font-weight: 700;
}
