.center-form {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.navbar {
    border-bottom: 1px solid #e5e9ed;
}

hr {
    height: 0;
    border-top: 1px solid #e5e9ed;
}

.title {
    font-size: 1.5rem;
}

.hidden {
    display: none !important;
}

.ucfirst {
    text-transform: capitalize;
}

.panel-action {
    flex-grow: 1;
    text-align: right;
}
@media screen and (min-width: 769px) {
    .panel-action {
        flex-grow: 0;
    }
}

.image.is-80x80-mobile {
    height: 80px;
    width: 80px;
}
  
@media (min-width: 768px) {
    .image.is-80x80-mobile {
        height: 128px;
        width: 128px;
    }
}

.img-avatar {
    height: 128px;
    width: 128px;
}

.img-avatar img {
    object-fit: cover;
    border-radius: 50%;
}

.media-content-item:not(:last-child) {
    margin-bottom: 0.75rem;
}

.is-fullwidth {
    width: 100%;
}

.card-brand {
    display: flex;
    justify-content: center;
    width: 3.5rem;
    height: 2.5rem;
}

.stripe-element-style {
    line-height: 1.5;
    display: block;
    width: 100%;
    padding: 10.5px 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #595959;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #ffffff;
    background-clip: padding-box;
}