/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wcmt-auth-failed-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    flex-direction: column;
}
.wcmt-auth-failed-container img{
    margin-bottom: 24px;
}

.wcw-template-title {
    font-weight: 500;
    margin: 4px 0px;
}

.wcw-template-title {
    font-weight: 500;
}

.wcw-button-primary {
    background-color: #7F54B3;
    color: #fff;
    min-width: 125px;
    text-align: center;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 14px;
}

.wcw-button-primary:hover {
    background-color: #553779;
    color: #fff;
}

.wcw-button-primary:focus {
    background-color: #553779;
    color: #fff;
    text-decoration: none;
    border: none;
    outline: none;
}