#forgetfulForm {
   width: 100%;
   position: relative;
   background: var(--pres-main-bg-light);
   clear: both;
   padding: 2%;
}

.forgetPwRow {
   float: left;
   height: auto;
   width: 100%;
   margin: 0px 0px 0px 0px;
   clear: both;
   padding-top: 1%;
}

.forgetPwLabel {
   float: left;
   clear: both;
   width: auto;
   font-size: 1em;  
   color: var(--pres-main-fg-color);
   margin: 10px 0px 0px 0px;
}

.forgetPwText {
   float: left;
   clear: both;
   height: 30px;
   width: 295px;
   margin: 0px 0px 0px 0px;
   font-size: 1em;
   color: var(--pres-main-fg-color);
   padding-left: 5px;
   
}    

.forgetPwDescription {   
   font-size: 1em;
   color: var(--pres-main-fg-color);
   
   float: left;
   clear: both;
   width: 100%;
   padding: 0px;
}    
    
.forgetPwSubmitButton {    
   float: left;
   clear: both;
   font-size: 1em;
   text-align: center;
   color: var(--pres-light-fg-color);
   padding: .75% 1%;
   height: auto;
   margin: 1% 0px;
   background: var(--pres-soft-black);
}    

.forgetPwThankYou {
    display: none;
    float: left;
    font-size: 1em;
    clear: both;
    height: auto;
    width: auto;
    margin: 20px 0px 0px 0px;
    line-height: 1.25em;
    display: none;
}    

.forgetPwEmailNotFound {
    display: none;
    float: left;
    font-size: 1em;
    color: var(--pres-main-fg-color);
    clear: both;
    background-color: #eeeeee;
    height: auto;
    width: auto;
    margin: 50px 0px 0px 0px;
    line-height: 18pt;
    display: none;
}

.forgetPwInvalid {  
    display: none;  
    float: left;
    font-size: 14pt;
 
    color: #15384e;
    clear: both;
    background-color: #4d7791;
    padding: 10px;
    height: auto;
    width: auto;
    margin: 50px 0px 0px 0px;
    line-height: 18pt;
    display: none;

}        
    
.okButton {    
    float: left;
    font-size: 1em;
    text-align: center;
    margin: 10px 0px;
    color: var(--pres-light-fg-color);
    background: var(--pres-soft-black);
    clear: both;
    padding: 10px;
}

.okButton:hover {
   background-color: #888888;
} 

.responseHeader, .responseHeader2 {
   float: left;
   color: var(--pres-main-fg-color);
   height: auto;
   width: 100%;
   font-size: 1.25em;
}
    
.responseText {
   float: left;
   clear: both;
   font-size: 1em;
   line-height: 1.2em;
   color: var(--pres-main-fg-color);
   margin: 10px 0px;
   
}
    
@media all and (min-width: 320px) and (max-width: 767px) {
   .forgetPwSubmitButton {   
      padding: 3% 5%;
      margin: 5% 0px;
   }   
}
    
    
    
    
    
    