/**** bankstyle.css for ALA ****/
.productName {
  color: #00505C;
}
/* --------------------------------------------------------------------- */
/* Feb 21, 2018 Tim Collins
/* 0151840 Tablet Refresh
/* Initial Commit.
/* --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- */
/* Oct 3, 2019 
/* 0669671 eAM Next Gen 
/* Commitment Request REQDE143301
/* --------------------------------------------------------------------- */

.productName { color: #00505c;}

header {
               background: #00505c;
               border-bottom: 0.0625rem solid #00505c;
               box-shadow: none;
}

body {
       background-color: transparent;
       background-image: url('/Eam/Styles/ceb_app/447_124084834/loginhero3.jpg');
}


h1 {
               color: #00505c;
}

.btn-primary {
               background-color: #00505c;
               border-color: #00505c;
}

