
.switch-account-d
{
    display: none;
}

.sa-font-icon
{
    margin-left: 10px;
}

.switch-account-d
{
    padding-left: 20px !important;
}

.switch-account-d .btn
{
    margin-top: 0 !important;
    margin-left: 10px !important;
    padding: 5px !important;
}

.switch-account-d a:focus , .switch-account-a:focus, .switch-current-account-a:focus
{
    background: transparent !important;
}

.switch-account-d .btn-danger:focus, .switch-account-d .btn-danger:hover
{
    color: #000 !important;
    background-color: #dc3545 !important;
}

.add-account-error-msg
{
    display: none;
}

.view-login-block
{
    display: none;
}

.view-choose-account-block .wrapper{
    display: flex;
    align-items: center;
    margin: auto;
}
.view-choose-account-block .header-title
{
    margin-left: 0;
    text-align: left;
}

.user-choose-account p {
    color: #949ba2;
    font-size: 12px;
}
.user-choose-account h5 {
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.user-choose-account a > div{

    text-align: left;
    float: none;
}
.user-choose-account a{
    display: flex;
    flex-direction: column;
}
.user-choose-account {
    min-width: 50%;
    margin-bottom: 20px;
}
.panel-body{
    display: flex;
    flex-wrap: wrap;
}
.login-form{
    width: 100%;
}
.auth-box{
    max-width: 500px!important;
}
.right-column{
    max-width: 600px;
}
.user-choose-account-another h5{
    text-align: center;
    font-size: 18px;
}
.user-choose-account-another {
    width: 100%;
    padding: 10px 0px;
    cursor: pointer;
}


[data-letters-account]:before {
    content:attr(data-letters-account);
    display:inline-block;
    font-size:1em;
    width:2.5em;
    height:2.5em;
    line-height:2.5em;
    text-align:center;
    border-radius:2px;
    background:#1A4159;
    vertical-align:middle;
    margin-right:0;
    color:#fff;
}

.user-choose-account-another .another-user-icon
{
    font-size: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 48px;
}

.user-choose-account .letter-badge-circle
{
    margin-top: 11px;
}
