/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 17, 2024, 5:04:01 PM
    Author     : Administrator
*/

 body, html {
    height: 100%;
    margin: 0;
}
    .bodybg{
     background: #061b3a url("../images/background.jpg") no-repeat 100% center; 
     height: 50%; 
     background-color: #061b3a;
     opacity: 0.9;
     background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     }
     
     .demo {
		border: 0 !important;  /*Removes border*/
		-webkit-appearance: none;  /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color: #335665;
		border-radius: 15px;
		padding: 20px;
		box-shadow: inset 0px -3px 5px rgba(33,101,116, 1.0);
	}
        .demo1 {
		border: 0 !important;  /*Removes border*/
		-webkit-appearance: none;  /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color: #335665;
		border-radius:  20px;
		padding: 20px;
		box-shadow: inset 0px -3px 5px rgba(33,101,116, 1.0);
                background-color: #061b3a;margin-top: 0px;
	}
        demo select.option3 {
            
		border-radius: 10px 0;
	}
         a. {
        pointer-events: none;
        cursor: default;
      }
      .cLogo{width: 150px;height: 55px; background-color: #fff;border: 10px solid #fff;border-radius: 5px;transition: 0.3s;}
      .h3Data{color: #eb9212; margin-top: 0px;width: 100%;}
      .p1Data{color: #eb9212;}
      .divC1{padding-right: 30px;float: right;}
      .divC2{width: 178px;height: 40px;}
      .pp1{color: #fff;height:8px;}
      .footerLogo{width: 50px; height: 35px;}
      .footerLogoDiv{padding-left:  5px; float: left;}
      .footerLogoDiv1{text-align: right;padding-left: 0px;}
      .span1{color: #eb9212;font-family:  cursive;}
      .pWhite{color:#fff;}
      .divWidth{width: 250px;}