 /*
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 : 05-Jan-2024, 9:35:02 pm
    Author     : Vaibhavi
*/

@media screen and  (min-device-width:910px) and (max-device-width: 1920px)
{
    /*appear*/ 
.appear {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.appear.inview{
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.appear.inview:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.appear.inview:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.appear.inview:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.appear.inview:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.appear.inview:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/*job*/   


.job{
    margin-top: 9%;
}

.job_block{
    display: flex;
    height: auto;
    font-family: "Lato", sans-serif;
}

.job_head{
    text-align: center;
    background-color: #112a78;
    color: white;
}

.job_head p{
    margin: 130px;
    font-size: 50px;
}

.job_info h4{
    font-size: 30px;
}

.job_info p{
    font-size: 25px;
}

.job_info{
    background-color: #ffac32;
    padding: 35px;
}

.mainclass{
   position: relative;
}

.content{
    display: block;
}

.form input{
    width: 100%;
    height: 35px;
    border-radius: 4px;
    border: 1px;
}

.form select{
    width: 100%;
    height: 33px;
    border-radius: 4px;
    border: 1px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: gray;
}

.form label{
    font-size: 20px; 
    color: black;
}

.bgimg img{
    opacity: 0.1;
    width: 98%;
    position: absolute;
}

.form_border{
    
    padding: 30px;
    border-radius: 10px;
}

.job_form {
    height: auto;
    background-color: #e5e5e5;
    padding: 35px;
    font-family: "Lato", sans-serif;
    margin-left: 25%;
    

}
.error{
    text-align: center;
    color: #112a78;
    display: block;
    padding: 2%;
    background-color: #dbdad9;
    border-radius: 4px;
    margin-top: 20px;
}

.contact{
    display: flex;   
}

.table{
    width:100%;
}

.table input{
    width: 100%;
    height: 35px;
    border-radius: 4px;
    border: 1px;
    font-family: "Lato", sans-serif;
    margin-left: 60px;
}

tbody input {
    border: solid 0px;
    margin-top: 15px;
    width: 185%;
    height: 30px;
    border-bottom: solid 1px;
    background-color: transparent;
    outline:none;
}

tbody select{
    border: solid 0px;
    margin-top: 15px;
    width: 185%;
    height: 30px;
    border-bottom: solid 1px;
    background-color: transparent;  
    outline: none;
}

tbody label{
    color:black;
    font-size: 20px; 
    font-family: "Lato", sans-serif;
}
.submit_btn{
    width: 60%;
    background-color: black;
    color: white;
    height: 40px;   
    margin-top:15%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    margin-left: 65%;
}
.submit_btn:hover{
    background-color: #112a78;
}
.form-head{
    margin-top: 20px;
    text-align: center;
    margin-left: 25%;
    background-color: #1e3fa2;
    color: #ededed;
    font-family: "Lato", sans-serif;
}
.validation_error p{
    color: red;
    
}
.to_hire{
   color:blue;
   list-style-type:none;
}

.to_get_hired{
    color:blue;
    list-style-type:none;
}
.job_info a{
    color:black;
    font-size:20px;
    text-decoration:none;
}
.job_info a:hover{
    color: #112a78; 
    
}

}