/*
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:340px) and (max-device-width: 900px)
{
    
    /*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: 21%;
}

.job_block{
    display: block;
    height: auto;
    font-family: "Lato", sans-serif;
}

.job_head{
    text-align: center;
    background-color: #112a78;
    color: white;
    width: 99%;
}

.job_head p{
    font-size: 35px;
}

.job_info h4{
    font-size: 31px;
}
.job_info p{
    font-size: 25px;
}

.job_info{
    background-color: #ffac32;
    padding: 35px;
    width: 99%;
}

.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 {
  background-color: lightgray;
  padding: 15px;
  font-family: "Lato", sans-serif;
  margin-bottom: 10%;
  
}
.error{
    text-align: center;
    color: green;
    display: block;
    padding: 2%;
    background-color: #ebf6c1;
    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;
    width: 305px;
    height: 25px;
    margin-top: 5px;
    border-bottom: solid 1px;
    background-color: transparent;
    outline:none;
    color: gray;
    
}

tbody select{
    border-radius: 9px;
    border: none;
    width: 165px;
    height: 25px;
    margin-top: 20px;
    margin-left: 20px;  
    outline:none;
    background-color: #e3e3e3;
    color: gray;
}

tbody label{
    color:black;
    font-size: 20px; 
    font-family: "Lato", sans-serif;
}

.submit_btn{
    width: 55%;
    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: 30%;
}

.submit_btn:hover{
    background-color: #112a78;
}
.form-head{
    margin-top: 20px;
    text-align: center;
    background-color: #1e3fa2;
    color: #ededed;
    font-family: "Lato", sans-serif;
}
.validation_error p{
    color: red;
    
}

}