html {
    font-size: 125%;
}

.g-recaptcha {
    margin: 20px auto 0;
    text-align: center;
    width: 300px;
}

.border2px {
    border: 2px solid rgb(221, 219, 218) !important;
}

.colorRed {
    color: red;
}

.colorBlue {
    color: blue;
}

.custom-design .slds-button.custom-button {
    color: #ffffff;
    background-color: #8e4898;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    justify-content: center;
    transition: border .15s linear;
}

.custom-design .slds-button.custom-button:hover {
    color: #ffffff;
    background-color: #a060b0;
}

.custom-design .slds-button.custom-button:focus {
    color: #ffffff;
    background-color: #a060b0;
    outline: none;
    box-shadow: none;
}

.custom-design .slds-button.custom-button:disabled {
    color: #ffffff;
    background-color: #c9c9c9;
    border-color: #c9c9c9;
}

.custom-design .slds-button.colorPurple {
    color: #a060b0;
}