body, html {
    height: 100%;
    margin: 0;
    overflow-y: hidden;
    padding: 0;
    background: #FFFFFF;
}

.bg_page {
    background-image: url("../../mod_assets/img/background/bg-login.svg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_page_small {
    height: 100%;
    background-image: url("../../mod_assets/img/background/bg-login-2.png"); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.md-card.card-raduis {
    border-radius: 8px;
}

.md-card .login-card {
    padding: 24px;
}
.btn-primary {
    background-color: #1361af;
    color: #FFFFFF;
}
/*.login_page_wrapper.block_middle {
    width: 320px;
}*/
.block_middle {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.card-footer {
    background-image: url("../../mod_assets/img/background/card-footer.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    height: 5em; 
    width: 100%;
    bottom: 0;
}

/*---------------- tw style --------------------*/
  /*  .block_left{
        background: #FFFFFF;
    }*/
    .logo-small{
        position: absolute;
        top: 0;
        left:0;
        width: 100%;
        padding-top: 5em;
    }

/*-------------- end tw style ------------------*/

