﻿.account-container {
    border: 1px solid #ccc;
}

.account-owner {
    height: 40px;
    color: #fff;
    background-color: #6788be;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 5px;
}

.account-info {
    padding-bottom: 15px;
}

    .account-info .text {
        color: #6788be;
    }

    .account-info .info {
        color: #333;
    }

.bank-logo {
    text-align: center;
    padding: 15px 0;
}
