.xtr_login_button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #008ec2;
    border-radius: 3px;
    width: 100%;
    height: 28px;
    cursor: pointer;
    box-shadow: 2px 2px 5px #ccc;
    background-color: #008ec2;
    position: relative;
    overflow: hidden;
}

.xtr_login_button_icon {
    color: white;
    font-size: 15px;
    border-right: 1px solid #3274ad;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 23px;
    padding-top: 6px;
}

.xtr_login_button_text {
    color: white;
    text-align: center;
    width: 100%;
}