span.ui-button-icon-left.ui-icon.ui-c.fa.fa-fw.fa-user {
    left: 1.3em;
}
.button.button-login {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-weight: normal;
    min-height: 36px;
    width: auto;
    cursor: pointer;
    font-size: 16px;
    min-width: 232px;
    margin: auto;
    display: block;
    padding: 1px 2.2em;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
}
.button.button-login.colorBlack {
    width: inherit;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}
.button.button-login.colorWhite {
    border:1px solid #000;
    width: inherit;
    font-size: 13px;
    font-weight: normal;
}
body button.use-arrow.button-login.colorBlack::after, body .button.use-arrow.button-login.colorBlack::after, body .ui-button.use-arrow.button-login.colorBlack::after {
    content: "";
    display: block;
    background-image: url(/resources/shashusho/img/arrow-white.png);
    position: absolute;
    transform: rotate(360deg)translateY(50%);
    top: 0%;
    width: 23px;
    background-size: contain;
    height: 16px;
    right: 10%;
}
.purchase-text {
    font-size: 13px;
    font-weight: normal;
}
.padding-caption-login {
    text-align: left;
}
