
body{
    overflow-x: hidden;   
}
.login_body{
    background: url(../image/login-big.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    overflow: hidden;
}
.login-form{
    background:rgba(255, 255, 255, 0.74);
    border-radius: 20px;
    padding: 20px;
}
.logo{
    width: 150px;
    margin:auto;
    margin-top: 30%;
}
.login-form .form-control{
    font-size: 1.2rem;
    line-height: 1.7;
}
.login-form h5{
    font-weight: bold;
}
.login_btn{
    background: #1b1b1b;
    border: 0;
    color: #00e6fa;
    letter-spacing: 2px;
    font-weight: 600;
}
.custom_check{
    height: 25px;
    width: 25px;
}

.txt_primary{
    color: #00e6fa !important; 
}

footer{
    position: fixed;;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 10;
}

.main_body{
    height: 100vh;
    overflow: hidden;
}

.main_header{
    height: 40px;
    background: black;
}
.header{
    background:#000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}
.header .btn{
    font-size:13px !important;
    padding: .175rem .55rem;
}
.bg_orange{
    background:#f26522;
}
.bg_blue{
    background:#0054a6;
}
.top_section p{
    font-size: 12px; 
}
.form-check-label{
    font-size:13px;
}
.gallery{
    width:70px;
    margin:auto;
}
.bg_black{
    background:#000;
}

.char_count{
    font-size: 10px;
}
.msg_count{
    font-size: 14px;
    color: #0054a6;
    font-weight: 700;
}

.hint_sender{
    position: absolute;
    right: 20px;
    font-size: 10px;
    color: grey;
    bottom: 0px;

}

#div_progress{
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: rgb(0,0,0,0.8);
    color: white;
    text-align: center;
    display:none;
}

.continue_div{
    margin: 40px 0px;
    border: 2px dashed orangered;
    padding: 20px;
    display:none;
}


.bg_red{
    width: 40%;
    margin: auto;
    background: darkred;
}

.bg_yellow{
    width: 40%;
    margin: auto;
    background: darkorange;
}

.bg_gray{
     width: 40%; 
    margin: auto;
    background: gray;
}
table.center-all td,th{
    text-align :center;
}