/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.domain-promo-box {display: none;}


/* ============================================================================ */
/*  ================================= Basic  ================================== */
/* ============================================================================ */

body {
    font-family: 'Corpid', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: #fff;
}

input {
    font-family: 'Corpid', sans-serif;
    font-size: 16px;
}
.btn {
    font-size: 16px;
}

.btn.btn-primary {
    background-color: #B263A4;
    border: none;
}
.btn-xs {
    color: #B263A4;
    font-size: 14px;
}

section#main-body {
    min-height: unset;
    background-color: unset;
}

.main-content {
    min-height: unset;
}

.input-group-lg>.input-group-btn>.btn {
    font-size: 16px;
}