*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}

body{
    width: 100%;
    height: 100vh;
} 

.firstContainer{
    border-right: solid 9px;
    border-right-color: rgb(250 133 0);
    border-left: solid 9px;
    border-left-color: rgb(250 133 0);
    border-radius: 25px;
}

.titleDiv{
    margin: auto;
    width: 43%;
}
 .title{
   
    color: white;
    border-bottom: 3px solid #ffffff00;
    border-radius: 17px;
    background-color: rgb(250 133 0);
   
} 


.overlay{
background:linear-gradient(to bottom, steelblue, rgb(208, 234, 255), white);
height: 100%;
width: 100%;
}

.form-control:focus{
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 50%);
} 


.mycontainer{
    
    box-shadow: 2px 2px 20px 0px; 
}
.hide{
    display: none;
}

.EmployeeNameLabelsDiv label:nth-child(1){
    font-weight: 600 !important;
    font-size: 16px !important;  
}

.EmployeeNameLabelsDiv label:nth-child(2){
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    background-color: rgb(250 133 0);
    color: white;
    border-radius: 10px;
    font-weight: 500 !important;
    text-align: center;
    text-decoration: none !important;
}

.EmployeeAgeLabelsDiv label:nth-child(2){
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    background-color: rgb(250 133 0);
    color: white;
    border-radius: 10px;
    font-weight: 500 !important;
    text-align: center;
    text-decoration: none !important;
}

.EmployeeDepartmentLabelsDiv label:nth-child(2){
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    background-color: rgb(250 133 0);
    color: white;
    border-radius: 10px;
    font-weight: 500 !important;
    text-align: center;
    text-decoration: none !important;
}

.EmployeeSalaryLabelsDiv label:nth-child(2){
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    background-color: rgb(250 133 0);
    color: white;
    border-radius: 10px;
    font-weight: 500 !important;
    text-align: center;
    text-decoration: none !important;
}
