@font-face {
    font-weight: 600;
    font-family: 'Source Sans Pro';
    src: url("../fonts/SourceSansPro-Semibold.ttf");
}

.password-free-sign-up-button-wrapper {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #0B3B75;
    padding: 5px 15px 7px 15px;
    text-decoration: none;
}

.password-free-sign-up-button-wrapper img {
    margin: 5 5 5 5;
    vertical-align: middle;
    width:24px;
    height:24px;
    margin-right: 5px;
    margin-top: -2px;
}

.password-free-sign-up-button-wrapper span {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color:#0B3B75;
}

.password-free-sign-up-button-wrapper:focus, .password-free-sign-up-button-wrapper:hover {
    outline: none;
    text-decoration:none;
}
