
/*Global User*/
.accountSelection {
    max-width: 1000px;
    margin: auto;
}
.availableAccount {
    padding-top: 1em;
    display: inline-block;
    margin: 1%;
    border: 1px solid #ddd;
    padding: 3%;
    width: 31%;
    transition: 0.5s;
    cursor: pointer;
}
.availableAccount.selectedUser {
    background: #01a1dc;
    color: #fff;
}
.sitc-globalview-login-stagetwo .b2b-action {
    text-align: center;
    margin: auto;
    float: none;
    margin-top: 1em;
}
.availableAccount i {
    width: 100%;
    display: block;
    font-size: 40px;
} 
.b2b-clear-both-invisible {
    clear: both;
    margin: 0;
    border: none;
}
.selectInput {
    display: block;
}