html, body {
    width: 100%;
    height: 100%;
}

.body{
    background: url("../img/bg_login.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.view {
    position: relative;
    overflow: auto;
    cursor: default;
}

.view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    width: 100%;
    /* height: 100%; */
    background-attachment: fixed;
    background-color: rgba(0,0,0,.3);
}

.featured-box {
    border-radius: 8px !important;
}

html .featured-box-primary .box-content {
    border-top-color: #0088CC;
    border-radius: 8px !important;
}

.featured-box .box-content:not(.box-content-border-0) {
    top: -1px;
    border-top-width: 4px;
}

@media (max-width: 767px) {
    .card-login .w-75{
        width: 100% !important;
    }

    .card-login .column-logo{
        max-width: 30% !important;
    }

    .card-login .text-4 {
        font-size: .85em !important;
    }

    .card-login .text-2 {
        font-size: .7em !important;
    }    
    .card-login .text-2-5 {
        font-size: .75em !important;
    }

    .card-login .mt-n1{
        margin-top: -0.5rem !important;
    }
}