.login_inputs {

    height: 45px;

}


.login_button {
    background-color: #5DA8E9;
    border-color: none;
    color: white;
    height: 55px;
    margin-top: 15px;
}

.login_button:hover {
    background-color: #5b3dbf;
    color: white;

}

.copyright {

    position: fixed;
    bottom: 5px;

}

.copy_text {
    font-size: small;
}


.highcharts-credits {
    display: none;
    color: red;
}

.panel-body.announcement.mbot15.tc-content {
    background-image: url('/assets/images/announcement.png');
    background-size: cover;
    background-position: center;
    border-radius: 13px;
    background-color: transparent;
    padding-left: 2rem;
    padding-bottom: 2rem;
}

.announcement_container {
    margin-top: 20px;
    /* height: 10vh; */
}

.announcement small {
    font-size: 12px;
    color: #fff;
}

.announcement_title {
    color: #049323;
    font-weight: bolder;
    font-size: 26px;
    font-weight: 400;
}

.message_title {
    color: white;
    font-size: 23px;
    margin-bottom: 6px;
    position: relative;
    top: 23px;
    font-weight: 600;
}

.message_text {
    color: rgb(221, 215, 215);
    font-size: 12px;
    font-weight: 600;
}

.edit_style {
    color: white !important;
    transform: scale(1.4);
}

.close {

    color: #ff0e0e !important;
    opacity: 100.2;
    transform: scale(1.9);
}
@media screen and (max-width: 375px) {
    .close {

        transform: scale(1);
    }

    .edit_style {

        transform: scale(1);
    }

}

.org_chart_trash_color {
    color: white !important;
}

.top_stats_wrapper {
    padding: 12px 8px 20px 8px;
}


.checkbox input[type=checkbox]:checked+label:after, .checkbox input[type=radio]:checked+label:after {
    /* content: "\e013"; */
    /* font-family: Glyphicons Halflings; */
    content: '\2714';
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.company-logo img{
    max-height : 100px;
}

.logo_watermark {
    display:none;
}

.login_admin .tw-pt-24 {
    padding-top: 0rem;
} 