*{
    margin: 0;
    padding: 0;
    box-sizing: content-box;
  }
  
  body{
    background-image: url('Hangar.jpg');    
    background-repeat: no-repeat;
    background-size:cover;
  
  }

  .wrapper-main{
    width: 100%;
  }


  
  .header{
    
    border: 2px solid rgb(0, 76, 255);
    background-color: rgb(0, 76, 255);
    height: 10vh;
    width: 100%;
    
}

.Radar1{
    width: 10vh;
    height: 10vh;
    float: left;
  }
  
.Radar2{
    width: 10vh;
    height: 10vh;
    float: right;
    
  }
  

.header h1{
    color:aliceblue;
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin-top: 1vh;     
      
}

.back{
  margin-left: 1vh;
}  
  .container{
    height: 100%;
    width: 400px;
    margin: 50px auto;
    padding: 0%;
  }

  
  
  .input-group {
    margin-bottom: 15px;
  }
  
  label {
    display: block;
    color:cyan;
    margin-bottom: 5px;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="password"],
  button {
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
  }
  
  button {
    background-color: #007bff;
    color: white;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #0056b3;
  }
  input[type="file"] {
    margin-bottom: 20px;
  }
  
  input[type="submit"] {
    padding: 8px 20px;
    border: none;
    border-radius: 3px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
  }
  
  input[type="submit"]:hover {
    background-color: #0056b3;
  }
  
  a {
    text-decoration: none;
    color: #007bff;
  }
  
  a:hover {
    text-decoration: underline;
  }



























@media only screen and (max-width: 600px) and (orientation: portrait){

    .wrapper-main{
        width: 100%;
    }


    .header{
    
        border: 2px solid rgb(0, 76, 255);
        background-color: rgb(0, 76, 255);
        height: 10vh;
        width: 100%;
    }   

    .Radar1{
        width: 10vh;
        height: 10vh;
        float: left;
    }
  
   .Radar2{
        width: 10vh;
        height: 10vh;
        float: right;
    
    }
  
    .header h1{
        color:aliceblue;
        text-align: center;
        font-size: 25px;
       
    
        
    }

    .back{
      margin-left: 1vh;
    }

    .container{
         height: 100%;
    
    }



  
  
    .input-group {
         margin-bottom: 15px;
         color:cyan;
         padding-left: 4vh;
    }
  
    label {
         display: block;
         margin-bottom: 5px;
    }
  
    input[type="text"],
    input[type="email"],
    input[type="password"],
    button {
         width: 40%;
         padding: 8px;
         border-radius: 3px;
         border: 1px solid #ccc;
    }
  
    button {
         background-color: #007bff;
         color: white;
         cursor: pointer;
    }
  
    button:hover {
         background-color: #0056b3;
    }

  
    input[type="file"] {
         margin-bottom: 20px;
    }
  
    input[type="submit"] {
         padding: 8px 20px;
         border: none;
         border-radius: 3px;
         background-color: #007bff;
         color: white;
         cursor: pointer;
    }
  
    input[type="submit"]:hover {
         background-color: #0056b3;
    }
  
    a {
         text-decoration: none;
         color: #007bff;
    }
  
    a:hover {
         text-decoration: underline;
    }

}



































































@media only screen and (max-width: 600px) and (orientation:landscape){


.wrapper-main{
    width: 100%;
}


.header{
    background-color: rgb(0, 76, 255);
    height: 10vh;
    
}



.Radar1{
    width: 10vh;
    height: 10vh;
    float: left;
}


.Radar2{
    width: 10vh;
    height: 10vh;
    float: right;
    
}
  
.header h1{
    color:white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    height: 5vh;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-stretch:wider;
} 

.back{
  margin-left: 1vh;
}
  
.container{
    height: 100%;
    
}



  
  
  .input-group {
    margin-bottom: 15px;
    color:cyan;
    padding-left: 4vh;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="password"],
  button {
    width: 40%;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
  }
  
  button {
    background-color: #007bff;
    color: white;
    cursor: pointer;
}
  
  button:hover {
    background-color: #0056b3;
}

  
  input[type="file"] {
    margin-bottom: 20px;
  }
  
  input[type="submit"] {
    padding: 8px 20px;
    border: none;
    border-radius: 3px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
  }
  
  input[type="submit"]:hover {
    background-color: #0056b3;
  }
  
  a {
    text-decoration: none;
    color: #007bff;
  }
  
  a:hover {
    text-decoration: underline;
  }

} 




















@media only screen and (min-width: 992px){
    .wrapper-main{
        width: 100%;
    }


    
  
  header{
    background-color: rgb(0, 76, 255);
    color:aliceblue;
    height: 10vh;
    width: 100%;
  
  }
  .Radar1{
    width: 8vh;
    height: 10vh;
    float: left;
  }
  
  .Radar2{
    width: 8vh;
    height: 10vh;
    float: right;
    
  }
  
  
  .header h1{
    color:white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 35px;
    margin-top: 1vh;

   
  }

  .back{
    margin-left: 1vh;
  }
  
  .container{
    height: 100%;
    width: 400px;
    margin: 50px auto;

  }

  
  
  .input-group {
    margin-bottom: 15px;
  
  }
  
  label {
    display: block;
    margin-bottom: 5px;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="password"],
  button {
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
  }
  
  button {
    background-color: #007bff;
    color: white;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #0056b3;
  }
  input[type="file"] {
    margin-bottom: 20px;
  }
  
  input[type="submit"] {
    padding: 8px 20px;
    border: none;
    border-radius: 3px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
  }
  
  input[type="submit"]:hover {
    background-color: #0056b3;
  }
  
  a {
    text-decoration: none;
    color: #007bff;
  }
  
  a:hover {
    text-decoration: underline;
  }


  }