BANK OF AMERICA NA
Feature One
Direct deposit or card deposit where you could deposit money debit to your account credit to your account and have money in your account or on your card.
Quality
This is paragraph text. Double click here to edit and add your own text.
Security
This is paragraph text. Double click here to edit and add your own text.
Information
This is paragraph text. Double click here to edit and add your own text.
After entering sign up you fill out your registration form
Feature Two
You can log into your account you can log into access to your account and find out different things that you would need to know from the inside your account and be more in contact with your account.
Feature ThreeSign up sign up is where you register your account and you register as one of the account holders of the branch and you become more online friendly with the account.
Direct Deposit,(ACH). Wire Transfers,(EFT). Electronic Fund's. Transfer,Login, Signup
& when not (@fullScreen) {
padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
background-color: @bg-value;
}
& when (@bg-type = 'image') {
background-image: url(@bg-value);
}
.mbr-fallback-image.disabled {
display: none;
}
.mbr-fallback-image {
display: block;
background-size: cover;
background-position: center center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
& when (@bg-type = 'video') {
background-image: url(@fallBackImage);
}
}
& when (@fullWidth) {
.container-fluid {
padding: 0 30px;
@media (max-width: 768px) {
padding: 0 20px;
}
}
}
.container {
@media (max-width: 992px) {
padding: 0 20px;
}
}
.content-wrapper {
position: relative;
display: flex;
flex-direction: column;
padding: 64px 30px;
@media (max-width: 768px) {
padding: 46px 20px;
}
img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 20px !important;
object-fit: cover;
animation: none;
}
& when (@showImageOverlay) {
&::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
border-radius: 20px !important;
background-color: @imageOver;
opacity: @imageOverOpacity;
}
}
.title-wrapper {
position: relative;
z-index: 1;
margin-bottom: 250px;
@media (max-width: 992px) {
margin-bottom: 150px;
}
@media (max-width: 768px) {
margin-bottom: 46px;
}
.mbr-desc {
margin-bottom: 32px;
}
.mbr-section-title {
margin-bottom: 0;
}
}
.content-wrap {
position: relative;
z-index: 1;
.icon-wrapper {
display: block;
margin-bottom: 108px;
@media (max-width: 992px) {
margin-bottom: 32px;
}
&:hover, &:focus {
.mbr-iconfont {
color: @iconBg;
background-color: @icon;
}
}
.mbr-iconfont {
width: 48px;
height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: @icon;
background-color: @iconBg;
border-radius: 100%;
transition: all 0.3s ease-in-out;
}
}
.mbr-name {
margin-bottom: 16px;
}
.mbr-desc {
margin-bottom: 16px;
}
}
}
.mbr-section-title {
color: #ffffff;
}
.mbr-desc {
color: #FFFFFF;
text-align: center;
}
.mbr-text, .text-wrap {
color: #ffffff;
text-align: center;
}
.mbr-name {
color: #FFFFFF;
text-align: center;
}
.mbr-role {
color: #FFFFFF;
text-align: center;
}
.mbr-section-title, .mbr-section-btn, .icon-wrapper {
text-align: center;
color: #FFFFFF;
}