.osm-container .osm-item-description-text {
    display: none;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control){
    font-size: 16px !important;
}

.form-control {
    font-size: 14px !important;
}

#regular_amount, .add-on {
    font-size: 16px !important;
}

.form-horizontal .control-label {
    padding-top: 0px !important;
}

.controls option {
    background: #262831;
}

textarea, select.form-select.input-medium  {
    background: transparent !important;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px !important;
    display:inline;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: auto !important;
}

.osm-container input[type=text].input-small {
    background: transparent;
    display: inline;
    border: none;
}

img.osm-payment-method-icon {
    display: inline;
    margin-bottom: 10px;
}

.add-on {
       margin-right: -4px;
}

.osm-container h2 {
     font-size: 24px;
     text-transform: uppercase;
     margin-bottom: 25px;
     margin-top: 50px;
}

.osm-container h3 {
    font-size: 18px;
}

#btn-submit {
     margin-top: 50px;
}

.form-horizontal .controls {
    margin-left: 222px !important;
}

#os_form .osm-heading {
    margin-top:50px;
}

#osm-forgot-username-password .nav-stacked {
       display: contents;
}

#osm-profile-page .osm-page-title {
     font-size: 50px;
     font-weight: 600;
     color: #2062B8;
}

#profile-page, joomla-tab > joomla-tab-element {
      background-color: #424656;
      border: 1px solid #232323;
}

#sp-component {
    width: 100% !important;
}

joomla-tab[view=tabs] > div[role=tablist] {
    background-color: #232323;
    border-color: #232323 #232323 currentcolor;
    box-shadow: none;
}

joomla-tab button[role=tab] {
    color: #FFFFFF;
}

.table, .table-striped > tbody > tr:nth-of-type(odd) > * {
    color: #FFFFFF !important;
}

.osm-upgrade-option {
    padding-bottom: 5px;
    padding-top: 5px;
}