﻿
.row{
    margin-bottom: 1rem;
}

.card{
    border: none;
}
.card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
}


.card-title {
    color: #000;
    margin-bottom: 1rem;
    font-family: "Avenir Next LT W01 Demi",'Prompt',Arial,sans-serif;
}
.card-subtitle{
    font-family: "Avenir Next LT W01 Demi", 'Prompt', Arial, sans-serif;
}

.password-card {
    min-height: 217px;
}
    .password-card > p {
        margin-top: 22px;
    }


    .btn-secondary > img {
        padding-left: 10px;
    }


.card-row{
    margin-bottom: 1.75rem;
}