body{
    background-image: url('AIRINDIA.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.parent{
    margin: auto;
    height: auto;
    width: 30vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(255, 255, 255);
}
.logo{
    height: 8%;
    width: 100%;
    box-sizing: border-box;
    background-color: rgb(233, 230, 230);
    border-left:5px solid #C5012D;
    
}
input{
    border:0px solid;
    width: 0px;
    font-size: 1.3rem;
    border-bottom:1.5px solid #C5012D;
    outline: none;
}
label{
    margin-top:2%;
}
.myform{
    font-size: 1.4rem;
}
.icon-hover:hover{
    border-color: rgb(138,138,138);
}

#but1{
    background: #ffffff;
    border: 2px solid black;
    color: black;
    padding: 5px;
    margin: 1%;
    margin-left: 45%;
}
#but1:hover{
    background:maroon;
    color: #ffffff;
}

#but{
    background: #ffffff00;
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    padding: 5px;
    margin: 1%;
}
#but:hover{
    background:rgb(255, 255, 255);
    color: maroon;
}

@media only screen and (max-width: 1000px) {
    .parent{
        width: 90vw;
    }
    .myform{
        font-size: 400%;
        height: 100%;
    }
    input{
        font-size: 120%;
    }
  } 
  
  