/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2024年9月17日, 上午8:46:31
    Author     : Ryusuke09
*/

#signin_title{
    padding-top: 5px !important;
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Global Serif';
    text-align: center;
}

#signin_bg{
    background-image: url("../image/cpip_bg.png");
    background-size: cover;
    height: 450px;
    margin-top: -16px;
    margin-bottom: -16px;
    margin-left: -16px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#signin_content{
    padding: 1em 0.5em;
    margin-left: 16px;
}

#signin_content button{
    width: 6em;
}

#signin_content .form-group label{
    padding-left: 0.7em; 
}

#main_content{
    top: 4em;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0
}

#scan_tool_panel div{
    text-align: center;
}

#scan_tool_panel button{
    width: 100%;
}

.navbar-nav .nav-link{
    width: 150px;
    text-align: center;
    border-radius: 3rem;
}

.navbar-nav .nav-link.active{
    background: #D0DDDD;
    
}