<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  cursor: pointer;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

#overlay_scandoc_success {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  cursor: pointer;
}

#overlay_scandoc_success_text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  
      color: white;
    font-weight: bold;
    text-shadow: 2px 2px green;
}


.removeBtn{
    background-color: #9f9b99 !important;
    color: white;
    font-weight: bold;
}


.form-group span.validationInputErr{
color:#e62e3f !important;
}

.alert
{
	width:100%;
	
}

/* .iti--separate-dial-code .iti__selected-flag {
    border-right: 1px solid #e2e2e2;
    background: none !important;
} */

.iti__selected-flag {
    border-right: 1px solid #e2e2e2;
}

#hero-header {
    background: url(https://secure.americanexpress.com.bh/amexme2018/assets/img/DDBWI.svg) no-repeat 0px;
    background-size: 300px 70px;
    width: 100%;
    height: 70px;
    min-width: 100%;
    min-height: 70px;
    margin-bottom: 20px;
	text-align: right;
}
#hero-header.shop-small-header {
    background: url(https://secure.americanexpress.com.bh/images/DMO/shop-small.png?v=2) no-repeat 0px;
    background-size: auto 70px;
    width: 100%;
    height: 70px;
    min-width: 100%;
    min-height: 70px;
    margin-bottom: 20px;
	text-align: right;
}


#oms-hero-header {
   /*  background: url(https://secure.americanexpress.com.bh/amexme2018/assets/img/DDBWI.svg) no-repeat 0px;
    background-size: 300px 70px; */
    width: 100%;
   /*  height: 70px; */
    min-width: 100%;
/*     min-height: 70px;
    margin-bottom: 20px; */
	text-align: right;
}

.help-block {
    display: block;
    margin-top: 2px !important;
    margin-bottom: 4px !important;
    color: #737373;
}
</pre></body></html>