/*colour code for Orange : #FF5F08 */


body{
    
    color: #000;
    height: 100%;
    margin: 0px;
}


.body{
    min-height: 900px;
}




 .target{
        display: none;
    }
    #show{
        cursor: pointer;
    }


    
    


/* LANDING PAGE VIDEO *****************************/

video#vidbg { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(polina.jpg) no-repeat;*/
    background-size: cover; 
    
}






/*center both Horizonlally and vertically*/
.vh-Centre {
    width: 80%;
    /* background: black; */
    color: white;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 50%;
    padding: 20px;
    resize: both;
    overflow: auto;
}




/*FORM STYLE*/
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #FFF;
    text-align: center;
    background-color: #042da7;
    border: 1px solid #060000;
    border-radius: 4px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 2.428571;
    color: #777;
    background-color: #fff;
    background-image: none;
    border: 1px solid #555;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.control-label{
    color: #c1c1c1;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 200;
}

.btn-primary {
    color: #fff;
    background-color: #042da7;
    border-color: #555;
}

/*form submit message style*/
.msg-sent {
    /* position: relative; */
    /* top: 60%; */
    width: 400px;
    margin-top: 2%;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 30px 30px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    color: #666;
}



/* FOOTER */

footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #021946;
    padding: 10px 0px;       
}

footer p{
    letter-spacing: 4px;
    font-weight: 200;
    color: #90c8f3;
    font-size: 12px;
    
}

/*certificate at sticky footer*/
span#siteseal {
    float: left;
}




