﻿.Registerpanel
{
    background: #F9F9F9;
    border-width: 2px;    
    width:430px;          
    padding: 19px;
    padding-bottom: 8px;
}

.ForgotPassword
{
    background: #F9F9F9;
    border-width: 2px;    
    width:270px;          
    padding: 16px;   
    left:20% !important;
    top:40% !important; 
}

.pwdModalPopUp
{
    height:100% !important;
    width:100% !important;
    background:gray;
    opacity:0.7;
}

.fieldStyle
{
     border: solid;
     border-width:thin;
     height:50px;
     width:430px;
     border-color: #CCCCCC; 
     padding:10px  20px;    
}

.legendStyle
{
    width:auto; 
    margin-bottom: 0px; 
    font-size: 12px; 
    font-weight: bold;
    border-bottom:0;
}


#rcorners1 
{   
  border-radius: 4px;
  color: #004891;
  border: 1px solid #004891;
  padding: 3px; 
  width:56px; 
  font-weight:bold; 
  border-width:thin;
   
}

.regDiv
{
    float: right;
    margin-right:5px;
}

.LogoStyle
{
   Font-size:14px;
   line-height:23px;
}

.inputStyle:focus
{
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
   
}

.inputStyle
{
 padding-bottom:15px;
}


.btn-sm,.btn-sm:hover,.btn-sm:focus
{
    width:70px;
    background-color: #004891;   
}
.btn-md,.btn-md:hover,.btn-md:focus
{
   background-color: #004891;    
    padding-left:30px;
    padding-right:30px;  
}

.modal-header
{
    border-bottom:0;
    padding-bottom:0px;
}

.modal-footer
{
    border-top:0;
    margin-top:0;
}

#alertmodal,#thrustalert,#Noengalert,#Useralrt {
    display: none; 
    position: fixed; 
    padding-top: 10px; 
    left: 0;
    right:0; 
    top: 0;
    bottom: 0;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    z-index: 9999; 
}

body { 
 display : none   
}