﻿@media only screen and (hover: none) and (pointer: coarse) {
    .tab-info-left{
        display: none;
    }
    #tab-body{
        margin: 0;
    }
    .form_Login_div{
        position: unset !important;
        width: 100% !important;
        margin: 0 !important;
        max-width: none !important;
    }
    #logo-bottom{
        display: none;
    }
    .title_bhxh span{
        font-size: 20px !important;

    }
    .title_bhxh {
        top: 24px !important;
        margin: 5px !important;
        text-align: center;
        width: 100%;
    }
    #tab-root {
        overflow: auto;
        height: calc(100vh - 120px);
    }
    .tab-info-mobile {
        display: block !important;
        margin-top: 10px;
    }
        .tab-info-mobile .font-family {
            width: 100% !important;
            margin-left: 0 !important;
        }
            .tab-info-mobile .font-family div {
                margin-top: 10px;
            }
                .tab-info-mobile .font-family div img {
                    width: 100% !important;
                }
}


.tile-login-left {
    color: #545252;
    font-size: 19px;
    margin-bottom: 25px;
    line-height: initial;
}

.imgsiled {
    padding-left: 5px;
    width: 410px;
    height: 450px;
    float: left;
}

.contensiled {
    width: calc(85% - 340px);
    padding-left: 20px;
    float: left;
    color: #232020;
    padding-top: 20px;
}

.font-family {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form_Login_div {
    position: absolute;
    top: 13%;
    right: 14%;
    background: white;
    width: 40%;
    box-shadow: 0px 0px 10px 2px;
    margin: 40px auto;
    border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #dadce0;
    padding: 48px 40px 36px;
}

.logo {
    width: 100%;
    max-width: 120px;
    position: absolute;
    top: 85%;
    right: 30%;
}
