.auth-input-control {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.auth-input-control::after {
    top: calc(2.5714285714em / 2) !important;
}
.collapse:not(.show) {
    display: none;
}
.text-start {
    text-align: left !important;
}

.cta-more a {
    padding-right: 20px;
    border-radius: 30px;
}
.cta-more a:before {
    width: 36px;
    height: 36px;
}
.cta-more a:hover {
    color: #ffffff;
    background: #000000;
}