@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
    background-color: rgb(253, 253, 253);
}
table {
    border-collapse: collapse
}
.td-govgr {
    width: 295px;
    vertical-align: middle;                
}
.img-govgr {
    width: 168px;
}
.td-lang {
    padding-left: 1rem;
    width: 80px;
    vertical-align: middle;                
}
.td-gsis {
    width: 215px;
    vertical-align: middle;                
}
.img-gsis {
    width: 205px;
}
.td-title {
    width: auto;
    vertical-align: bottom;
    text-align: center;
    font-weight: bold;
    color: white;
}
.width1 {
    width: 500px !important;
    min-width: 400px !important;
}
.width2 {
    width: 478px !important;
    min-width: 400px !important;
}
.width3 {
    width: 440px !important;
    min-width: 400px !important;
}
div[id="form:bypass_authentication_panel_header"] {
    background: inherit !important;
    font-weight: inherit !important;
}

@media only screen and (max-width: 991px) {
    .td-govgr {
        display: none;
    }
    .td-gsis {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .width1 {
        width: 400px !important;
        min-width: 300px !important;
    }
    .width2 {
        width: 378px !important;
        min-width: 300px !important;
    }    
    .width3 {
        width: 340px !important;
        min-width: 300px !important;
    }    
}

@media only screen and (max-width: 575px) {
    .td-title {
        font-size: 80%;
    }
    .main-frame {
        font-size: 80%;        
    }
    .width1 {
        width: 300px !important;
        min-width: 200px !important;
    }
    .width2 {
        width: 278px !important;
        min-width: 200px !important;
    }    
    .width3 {
        width: 240px !important;
        min-width: 200px !important;
    }    
}

