/*------------------------------------------------------------------------------------------------*/
/*                                          Hotspot Portal                                        */
/*------------------------------------------------------------------------------------------------*/


body {
    color: #FFF;
}


#status .default-logo {
    background-image: url('../images/login.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#status p {
    font-size: 10pt;
    color: #FFF;
}

#status h1 {
    font-size: 22pt;
    color: #FFF;
}

.reseller-logo {
    background-image: url('../images/account.png');
    background-size: contain;
    width: 155px !important;
}

.header {
    background-color: var(--reseller-navy);
}

.header-text {
    color: var(--reseller-teal);
    font-weight: normal;
}

.header-sub-text {
    color: #FFF;
    font-weight: normal;
    
}

.error {
    font-weight: normal;
    border-color: red;
}

.text-muted {
    font-size: 10pt;
}

h3 {
    border-bottom: 2px solid #53C1D5;
    padding-left: 10px 0px 10px 0px;
    font-size: 14pt;
    color: #53C1D5;
    margin-top: 30px;
}

.btn.btn-change {
    color: #fff;
    background-color: var(--reseller-teal);
    border-color: var(--reseller-teal);
}
}

.btn.btn-change:hover {
    color: #fff;
    background-color: var(--reseller-teal);
    border-color: var(--reseller-teal);
}

.checkout-heading {
    border-bottom: 1px solid #000;
    padding: 10px 0px 5px 0px;
    margin-top: 20px;
    color: #000;
    font-size: 18pt;
}

.pricing-header {
    color: #FFFFFF;
    background-color: #000;
}

.pricing-plan-title {
    color: #FFF;
}

.pricing-plan-amount {
    color: green;
}

.btn.btn-buy, .btn.btn-change {
    background-color: var(--reseller-teal);
    border: 1px solid var(--reseller-teal);
}

.btn.btn-buy:hover, .btn.btn-change:hover {
    background-color: var(--reseller-teal);
    border: 1px solid var(--reseller-teal);
}

a {
    text-decoration: none;
    color: var(--reseller-teal);
}

a:hover {
    text-decoration: underline;
    color: var(--reseller-teal);
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, [contenteditable="true"]:focus {
    border: 1px solid var(--reseller-teal) !important;
    outline: 1px solid var(--reseller-teal) !important;
    box-shadow: inset 0 1px 1px var(--reseller-teal)) !important;
}
