.password-free-button {
    display: inline-flex;
    padding: 6px 15px 6px 16px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    position: relative;
}

.password-free-button img {
    margin-right: 5px;
    float: left;
}

.password-free-button div {
}

.password-free-star {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0;
    left: 0px;
    z-index: 9999;
}

.password_free_motivation_text {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.password_free_motivation_text span {
    font-style: italic;
}

.password-free-button-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}