/** Default Layout */

.account-pages {
    background: #00476e;
}

.wrapper-page .card-box {
    padding: 10px;
}

.box-personaliza {
    position: fixed;
    left: 0;
    top: 0;
    background: white;
    width: 420px;
    z-index: 99;
    border-radius: 0;
    height: 100%;
    padding: 0px;
}

.box-personaliza .push {
    background: #000;
    width: 45px;
    height: 40px;
    position: absolute;
    right: -45px;
    top: 10px;
    color: white;
    cursor: pointer;
    padding: 0 10px;
    /* font-weight: 200; */
    font-size: 1.9em;
    text-align: center;
}

.img-thumbnail {
    filter: grayscale(100%);
}

.img-thumbnail.active {
    filter: grayscale(0%);
}

.theme-two .wrapper-page .col-xs-12, .theme-two .wrapper-page .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    margin: 0 !important;
    width: 100%;
}

.theme-two .panel-heading {
    padding-top: 25%;
    display: flex;
    justify-content: center;
}

.theme-two .panel-body {
    margin: auto;
    width: 350px;
}


#_hj-f5b2a1eb-9b07_hotjar_branding{
    visibility: hidden !important;
    display: none !important;
}

/* New properties */

html, body {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

.theme-two .wrapper-page .card-box {
    border: none;
    border-radius: 0;
}

.theme-two .bgLogin{
    height: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 20% !important;
    background: white;
}
.bgLogin {
    width: 300px;
    margin: auto;
    background: white;

}

#step2 input{
    display: inline-block !important;
    max-width: 15%;
    text-align: center;
    font-size: 2em;
    height: 50px;
    border: 1px solid #ececec;
    padding: 0;
}

/* Responsive CSS for theme-two*/

/* Small and Medium Devices */

@media screen and (max-width: 375px) {

    .theme-two .bgLogin{
        padding: 20% 1% !important;
    }
    .theme-two .wrapper-page .panel-body {
        width: 250px;
    }

    .bgLogin{
        width: auto;
    }

}

@media screen and (min-width: 320px) and (max-width: 768px) {

    .theme-two .login_container {
        height: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .theme-two .bgLogin {
        display: inline-block !important;
    }

}

@media screen and (max-width: 768px) {

    .theme-two > .account-pages {
        display: none !important;
    }

    .theme-two .wrapper-page .card-box {
        width: 100%;
        height: 100%; 
        padding: 0 !important;
        margin: 0 !important;
    }

}

/* Large Devices */

@media screen and (min-width: 769px) {

    .theme-two .panel-body {
        width: 100%;
    }

    .theme-two .wrapper-page {
        width: 35%;
        position: absolute;
        margin: 0;
        height: 100%;
        right: 0;
    }

    .theme-two .account-pages {
        position: absolute;
        height: 100%;
        width: 65%;
        margin-right: 35%;
    }

    .theme-two .login_container {
        width: 40%;
        float: right;
    }

    .theme-two .bgLogin {
        position: relative;
        margin: auto;
    }

    /*.theme-two .bgLogin {*/
        /*height: 400px;*/
        /*width: 320px;*/
        /*margin: 15% auto 0 auto !important;*/

    /*}*/

}

/* Default Layout */

@media screen and (max-width: 768px) {

    .account-pages {
        display: none !important;
    }

    .wrapper-page .card-box {
        border: none;
        height: 100%;
        width: 100%;
    }

    .border {
        border: none;
    }

}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .theme-two .bgLogin{
        padding: 20% 10% !important;
    }
}
