/*
// ============================================================================
// Project : 视极出行平台系统
// File    : stylenew.css
// Author  : 林文川 <steven_lin@outlook.com>
// Created : 2025年2月20日 下午3:48:40
// ============================================================================/* 
*/

html, body {
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0 ;
}

.new-container {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #6699FF;
    display: flex ;
    flex-direction: column;    
}

.new-page-header {
    flex: 1 ;
    display: flex ;
    flex-direction: column;    
    justify-content: center;
    align-items: center;    
}

.page-footer {
    margin: 0 !important;
    width: 100%;
    height: 30px;
    display: flex;
    font-size: 9pt ;
    justify-content: center;
    align-items: center;    
}

.new-login-box {
    width: 500px;
    height: 300px;
    display: flex ;
    flex-direction: column;    
}

.new-title {
   color: white ;
   text-align: center ;
   vertical-align: middle ;
   height: 64px;
   line-height: 64px;
   font-size: 16pt ;
   font-weight: bold ;
   letter-spacing: 2px;
   background-color: rgba(0, 0, 0, .6);
}

#form-box {
    flex: 1 ;
    background-color: rgba(255, 250, 2550, .6);  
    padding: 25px;
}

.input-group {
    margin: 0px 0px 30px 0px !important;
}
.form-control,
.input-group {
    height: 40px !important;
}

.form-group {
    margin-bottom: 0px !important;
}
