
.modal-button {
    text-align:center;
    margin-top: 15px;
}
.modal-button button {
    margin-right: 10px;
}

._cus_padding{
    padding: 2% 9% !important;
}
._form_body{
    border-radius: 5px;
}
._box_shadow{
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 19%) !important;
}

._cus_header{
    justify-content: space-around !important;
}

._society_logo{
    position: absolute;
}

._society_logo img {
    width: 28%;
    height: auto;
    margin-top: -2%;
}

._cus_header_top{
    justify-content: flex-start !important;
    padding: 0 9% !important;
}

._cus_header_top .card-title {
    margin-left: 10% !important;
}

.ivu-notice-with-desc i {
    font-size: 36px !important;
    top: -6px !important;
}

.ivu-notice-icon-info i {
    color: #2d8cf0 !important;
}

.ivu-notice-icon-success i {
    color: #19be6b !important;
}

.ivu-notice-icon-warning i {
    color: #ff9900 !important;
}

.ivu-notice-icon-error i {
    color: #ed4014 !important;
}


._check_group .ivu-checkbox-wrapper{
    display: block !important;
}



@media (max-width: 980px){

    ._cus_card_title {
        padding-left: 20% !important;
    }

    ._cus_header_top{
        padding-bottom: 34px !important;
        padding-top: 34px !important;
    }

    ._society_logo img {
        width: 37%;
        height: auto;
        margin-top: -9%;
        margin-left: -6%;
    }

    ._cus_padding {
        padding: 2% 0% !important;
    }

}
