/* https://www.youtube.com/watch?v=UEZ60e4MsgA */

*{
    margin: 0;
    padding: 0;

}
body{
    /* background: url("images/landing-private-airlines-04-570x370.jpg"); */
    /* background-image:url("images/landing-private-airlines-04-570x370.jpg") ; */
    background-color: rgb(6, 29, 51);
    background-size: 280%;
    background-position: -400px 0px ;
    }
    
    div.main{
        width:400px;
        margin: 100px auto 0px auto;
    }
    h2{
        text-align: center;
        padding: 40px 0px 0px 0px;
        font-family: sans-serif;
        font-size: 25px;
        font-weight: 600;
        color: rgb(126, 165, 177);
    }
    h6{
        text-align: center; 
        padding: 10px;
        font-family: sans-serif;
        font-size: 10px;
        font-weight: 50;
        color: rgb(244, 247, 248);
    }
    img.quote-boxed-image{
       text-align: center; 
    }
    div.register{
        background-color: rgba(41, 68, 95, 0.692);
        width: 100%;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid rgba(225,225,225,0.3);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    color: #fff;
    }
    div.register-tour{
        background-color: rgba(57, 91, 94, 0.5);
        width: 100%;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid rgba(225, 225, 225, 0.562);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    color: #fff;
    }
    form#register,form#register-tour{
        margin: 40px;
    
    }
    label{
        font-family: sans-serif;
        font-size: 12px;
        font-weight: 600;
        font-style: italic;
        color:rgb(120, 187, 196);
    }
    input#name{
        width: 320px;
        border: 1px solid #ddd;
        border-radius: 3px;
        outline: 0;
        padding: 3px;
        background-color: #fff;
        box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3);
        font-size: 16px;
    }
    textarea{
        width: 320px;
        border: 1px solid #ddd;
        border-radius: 3px;
        outline: 0;
        padding: 3px;
        background-color: #fff;
        box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3);
        font-size: 16px;
    }
    input#submit{
    width: 320px;	
    padding: 7px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    background-color: rgba(250,100,0,0.8) ;
    color: #fff;
    cursor: pointer ;
    border: 1px solid rgba(0, 0, 0, 0.3);
    }