/** Custom CSS Paramasivan.S-9942806028 **/
html { 
/*   background: url(../../images/ship1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}
.mypanel{
  position: fixed; 
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}

.mypanel .random-image  img{
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  width: 100%;
  height: 100%;
}

#mybox{margin-top: 7.01em;border:1px solidrgba(255, 255, 255, 1); border-radius:5px; }
#mybox,input{background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);}
.form-control{background:transparent;}
#mybox h4{text-transform:uppercase; color:#001A35; margin-top:19%; }


.btn-default{background:#001A35; color:#0099FF;}
.btn-default:hover{background:#001A35;color:#FFF; }
.control-label a{color:#001A35;font-weight:600} .control-label a:hover{ color:#001A35;}

.form-group label,.form-group lable a p{font-weight:600;color:#001A35; }
.ecmphone p{color:#001A35;font-weight:600;margin-top:5%}
.logo{padding:2%;}

.failureNotification { color:Red; }