/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 22, 2020, 5:26:10 PM
    Author     : ela2sains
*/

#login_frame2 {
    width: 485px;
    height: 257px;
    background-repeat: no-repeat;
    border-bottom-style: none;
}

#login_username2, #login_password2, login_councilsla2 {
    height: 23px;
    width: 219px;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

 }
 
 .form-control-ddl {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    
 }
 
 .bodyLogin {
     background-color: #45cb64;
     background-image: url("../images/apps_bg.jpg");
     background-position: center; /* Center the image */
     background-repeat: no-repeat; /* Do not repeat the image */
     background-size: cover; /* Resize the background image to cover the entire container */
     
 }
 
 .dvLogin {
     font-size: 12px;
 }
 
 .dvLoginContain {
     border-radius: 10px;
     background: rgba(255, 255, 255, 0.7);
     box-shadow: 5px 5px 18px #a3a3a3;

 }
 
 .sysTitle {
     padding: 5px 2px 2px 2px;
     font-size: 48px;
 }
 
 .sysDesc {
     padding: 5px 2px 2px 2px;
     font-size: 20px;
 }
 