
********

.acct-type{
    
    width: 50%;
}

.acct-type .card-input-element {
    display: none;
}

.acct-type label{
    width: 100%;
}

.acct-type .card-input {
    border: solid 1px #EEEEEE !important;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: -1px 1px 4px 0px rgba(184, 188, 202, 0.5);
}

.acct-type .card-input:hover {
    cursor: pointer;
    box-shadow: none;
}

.acct-type .card-input-element:checked + .card-input {
     /* box-shadow: 0 0 1px 1px #2ecc71; */
     border: solid 1px #005341 !important;

 }

 .panel.panel-default.card-input{
    padding: 30px;
 }

 .panel.panel-default.card-input img{
    margin-bottom: 20px;
    height: 80px;
 }


 .panel.panel-default.card-input p{
    text-transform: uppercase;
 }



 ********


 

.accountType {
    display: inline-flex;
    padding: 0.3125rem;
    justify-content: center;
    align-items: center;
    gap: 1.875rem;
    margin-bottom: 2.25rem;
}

.accountType .account-type {
    display: flex;
    width: 12.5rem;
    height: 12.5rem;
    padding: 2.6875rem 1.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    border-radius: 1.25rem;
    border: 2px solid #EEE;
    background-color: white;
}

.accountType .account-type .account-type-text {
    color: #CCC;
    text-align: center;
    /* font-family: Public Sans; */
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}










