﻿*{margin:0;padding:0;overflow:hidden;}
*, *:before, *:after {box-sizing: inherit;}
html{font-size:calc(15px + 0.390625vw);scroll-behavior:smooth;max-width:100vw;height:100%;}
body{width:100%;max-width:100vw;height:100%;color:#000000;font-size:100%;font-weight:400;font-style:normal;font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;}
form{height:100vh;}
@font-face {
    font-family: "Material-Design-WebFont";
    src: url("../../styles/fonts/material_designs_webfont/materialdesignicons-webfont.eot?v=4.7.95");
    src: url("../../styles/fonts/material_designs_webfont/materialdesignicons-webfont.eot?#iefix&v=4.7.95") format("embedded-opentype"), url("../../styles/fonts/material_designs_webfont/materialdesignicons-webfont.woff2?v=4.7.95") format("woff2"), url("../../styles/fonts/material_designs_webfont/materialdesignicons-webfont.woff?v=4.7.95") format("woff"), url("../../styles/fonts/material_designs_webfont/materialdesignicons-webfont.ttf?v=4.7.95") format("truetype");
    font-weight: 400;
    font-style: normal;
}
.icn{
    position:relative;
    top:1px;
    display:inline-block;
    speak:none;
    font-family:"Material-Design-WebFont";
    font-style:normal;
    font-weight:400;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.icn:empty:before{
    width:1em;
    text-align:center;
    box-sizing:content-box
}
.content {
    width: 100vw;
    height: 100vh;
    overflow-y:auto;
    color: rgba(255,255,255,1.0);
    background-image: url('../../images/backgrounds/login.avif');
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    background-position: center center;
}
.cmp_tit {
    background-color: rgba(26,46,69,1);
    border-radius: 0.25em;
}
.cmp_rmb {
    text-align: right;
    margin-top: 0.5em;
}
.cnt_hid {
    display:none!important;
}
.card {
    display: grid;
    padding: 1em;
    height: 100vh;
    justify-content: center;
    align-items: center;
    margin: -5em auto 0 auto;
    text-align: center;
}
.component{
    background-color:rgba(255,255,255,1.0);
    color:rgba(0,0,0,1.0);
    border-radius:0.25em;
    padding:1em; 
    max-width: 14.3333em;
}
.card div {
    display: block;
}
.card img{
    max-width: 10em;
}
.card input{
    width:13.3333em;
    font-size:1em;
    line-height:1.2em;
    padding:0.5em;
    margin-top:0.5em;
    border:none;
    border-bottom:solid 1px;
    outline: none;
}
.card input::placeholder{font-style:italic;}
#cmd_acc{border:none;border-radius:0.25em;background-color:rgba(33,158,188,1.0);color:rgba(255,255,255,1.0);font-weight:600;cursor:pointer;}
#cmd_acc:hover{background-color:rgba(33,158,188,0.5);color:rgba(0,0,0,1.0);}
#lbl_msg{overflow:hidden;white-space:nowrap!important;text-overflow:ellipsis;width:16em;display:inline-block;padding:0.5em 0 0 0;font-size:0.9em;}
#cmd_rmb{text-decoration:none;cursor:pointer;font-size:0.9em;color:rgba(135,135,135,1.0);font-weight:500;}
#div_blk{display: none;background-color:#F00;color:#FFF;z-index:3000;left:50%;top:0;padding:0.5em;position:fixed;transform:translateX(-50%);}
.mask{
    width: 100vw;
    height: 100vh;
    background-color: rgba(125,125,125,0.5);
    position:absolute;
    top:0;
    left:0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mask .loader{
    background-color:#fff;
    height: auto;
    padding:1em;
    border-radius: 0.5em;
}
.mask .loader span{
    font-size: 1.5em;
    -webkit-animation:  rotate-left 2s linear infinite;
}
@-webkit-keyframes rotate-left {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@media (max-width: 640.98px) {
    body{font-size:120%;}
    .content {padding:0em;}
    .component{width:calc(100vw - 4em);max-width:initial;}
    .card {margin:-3em auto 0 auto;}
    .card input{width:calc(100% - 1em);}
    #cmd_acc{line-height:1.4em;font-size:1.4em;}
}
