/*
Theme Name: Digit - Responsive WHMCS Client Area Template
Theme URI: http://www.whmcsdes.com
Description: Custom CSS File
Version: 8.1.0
Author: WHMCSdes
Author URI: http://whmcsdes.com
Tags: powerful, host
*/
:root {
    --main-gradient-color: 	#616af9;
    --secondary-gradient-color: #29e7cd;
}
div.header-lined h1 span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.form-control {
    background: #484d69 !important;
    color: #fc3 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 13px !important;
    border: 0 !important;
    width: 100% !important;
    outline: 0 !important;
}
.wdes-input-form {
    background: #484d69 !important;
    color: #fc3 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 13px !important;
    border: 0 !important;
    width: 100% !important;
    outline: 0 !important;
}
#registration .sub-heading span {
    color: #fc3;
    /** background-color: #011a62;**/
    top: -18px;
    font-size: 15px;
    font-family: "Karla", sans-serif;
    font-weight: 600;
    padding: 8px 20px;
}
#registration .sub-heading {
    border-top: 1px solid #cacdc8;
    margin: 40px 0 50px;
    display: inline-block;
    width: 100%;
}
#order-digit .sub-heading {
    border-top: 1px solid #cacdc8;
    margin: 40px 0;
}
#order-digit .sub-heading span, #order-digit .sub-heading-borderless span {
    color: #fc3;
    background-color: #222435;
    top: -16px;
    font-size: 13px;
    padding: 8px 20px;
    display: table;
    position: relative;
    margin: 0 auto;
}