.my-primary-color-font {
    font-size: larger;
    font-weight: 500;
}

.client-dashboard-input {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: none !important;
    text-align: center;
}

.client-submit-btn.btn-submit {
    font-size: large !important;
    padding: 2% 5% 2% 5% !important;
    margin-top: 1% !important;
    margin-bottom: 1% !important;
    display: flex !important;
    justify-content: center !important;
    width: 100%;
}

.client-submit-btn.btn-submit.verify {
    font-size: x-large !important;
    padding: 3% 5% 3% 5% !important;
    margin-top: 15% !important;
    margin-bottom: 15% !important;
    display: flex !important;
    justify-content: center !important;
    width: 100%;
}

.client-footer {
    border-top: 0 !important;
}

input:disabled {
    cursor: not-allowed;
}

.cards {
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: flex;
    justify-content: center;
}

.cards:hover {
    border: none !important;
   
}

.password-validation-div p{
    margin-bottom: 0.5rem;
}