.gcx_panel {
    max-width: 425px;
    margin: auto;
    margin-top: 38px;
    border: 0px solid red;
    padding: 0px 20px 20px 20px;
}

.gcx-back-button {
    border: none;
    min-height:50px;
    margin-left: -1rem;
    margin-bottom:1.5rem;
    background-color: transparent;
    background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20 11H7.83L13.42 5.41L12 4L4 12L12 20L13.41 18.59L7.83 13H20V11Z' fill='black'></path></svg>");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.gcx-button {
    font-weight: 600;
    height: 50px;
    font-size: 16px;
}

.gcx-panel-title {
    font-weight: 600;
    font-size: 32px;
    font-style: normal;
    color: #212121;
}

.gcx-panel-subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    color: #212121;
}

.gcx-panel-subtitle-light {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    color: #212121;
}

/* The "strike" set of styles help to produce the ----- or ------ separator */
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #dddddd;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

/*
    The following are not bootstrap fixes but are our own changes
    to give input groups info/warning/error messages that look like
    the form-group ones.
    Note that we also have to wrap the input group in a div that has
    class="input-group-wrapper" and that the help-block div is below
    the input-group rather than inside it like a form-group.
*/
.input-group-wrapper.has-success .help-block {
    color: #3c763d;
}

.input-group-wrapper.has-error .help-block {
    color: #a94442;
}

.input-group-wrapper.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.input-group-wrapper.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-group.has-error input,
.form-group.has-error select {
    outline: 1px solid #a94442;
}

.input-lg {
    height: 53px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.input-group-btn > .input-lg {
    height: 51px;
}

.gcx.btn.btn-lg {
    height: 50px;
}

/* .gcx.btn.btn-primary {
    background: #212121;
    color: white;
}
.gcx.btn.btn-inverted {
    background: white;
    color: #212121;
    border: 1px solid #212121;
} */

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

/* Actually an override of prestashop theme but only applying it to gcxlogin at this time */
.card.card-block {
    border: none;
    box-shadow: none;
}
