/*!
 * Start Bootstrap - Freelancer v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
@import url('https://fonts.cdnfonts.com/css/sharp-sans');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


:root[data-bs-theme="light"] {
    --bs-link-color-rgb: 26, 74, 130;

    --bg-linear: linear-gradient(90deg, rgb(233 233 233 / 53%) 0%, rgb(255 255 255) 100%);
    /*--bs-link-color-rgb: 35,184,204;*/
    --panel-bg: #fff;
    --bg-secondary: linear-gradient(90deg, #081a2d 0%, #1a4a82 100%);
    --bg-copyright: #1a252f;
    --bg-menu-toggler: #13365e ;

}

:root[data-bs-theme="dark"] {
    --panel-bg: #2b3033;
    --bg-secondary: linear-gradient(90deg, #2b3033 0%, #2b3033 100%);
    --bs-link-color-rgb: 121, 156, 197;
    --bg-copyright: #202427;
    --bg-menu-toggler: #1b1f21;

}

body {
    font-family: 'Lato', serif;
    padding-top: 100px;
    /*font-family: 'Inter', serif;*/
    /*background: rgb(222,222,222);*/
    /*background: linear-gradient(0deg, rgba(222,222,222,0.8603816526610644) 0%, rgba(255,255,255,1) 100%);*/

    /* NYA UTSEENDET */
    /*background: linear-gradient(90deg, rgb(233 233 233 / 53%) 0%, rgb(255 255 255) 100%);*/
    background: var(--bg-linear) !important;
    /*font-family: 'Titillium Web', sans-serif;*/
}

.fixed-sidebar {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    height: 300px;
    padding: 30px 0;
    top: 100px;
    bottom: auto;
}

.bensin {
    background-color: #0080009e;
    color: #fff;
}

.badge-lg {
    font-size: 1em;
}

.diesel {
    background-color: #000000b8;
    color: #fff;
}

.badge-info {
    background-color: #1b6ec2;
    color: #fff;
}

.e85 {
    background-color: #0000ffbf;
    color: #fff;
}


.priceLabel {
    color: rgba(var(--bs-link-color-rgb));
    font-size: 1.2rem;
}

.box-shadow {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

td > a {
    text-decoration: none;
    color: #799cc5;
    font-weight: 600;
}


strong {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Lato', serif;*/

    /*font-weight: 700;*/
    /*font-family: 'Inter', serif;*/

    font-family: 'Titillium Web', sans-serif;
    /*font-family: 'Montserrat';*/
}

.footer h4 {
    font-family: 'Montserrat' !important;
}

h1 {
    font-size: 1.6rem;
}

h2, section h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1.0rem;
}

.underline {
    text-decoration: underline;
}


hr.star-light,
hr.star-dark {
    max-width: 15rem;
    padding: 0;
    text-align: center;
    border: none;
    border-top: solid 0.25rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

hr.star-light:after,
hr.star-dark:after {
    position: relative;
    top: -.8em;
    display: inline-block;
    padding: 0 0.25em;
    content: '\f005';
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18BC9C;
}

hr.star-dark {
    border-color: #2C3E50;
}

hr.star-dark:after {
    color: #2C3E50;
    background-color: white;
}

section {
    padding: 2rem 0;
}

input::placeholder {
    font-size: 1rem;
    font-family: Lato;
}


@media (min-width: 992px) {
    /*section h2 {*/
    /*    font-size: 2rem;*/
    /*    line-height: 2rem;*/
    /*}*/
    .modal-lg {
        /*max-width: 1000px;*/
    }
}

.btn-xl {
    padding: 1rem 1.75rem;
    font-size: 1.25rem;
}

.btn-social {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    line-height: 2rem;
}

.new-btn {
    background: #23B8CC !important;
    border-color: #23B8CC !important;
    color: #fff !important;
    font-weight: 700;
}

.new-btn-sm {
    background: #23B8CC !important;
    border-color: #23B8CC !important;
    color: #fff !important;
    font-weight: normal!important;
}

.new-btn:hover, .new-btn-sm:hover {
    opacity: 0.5;
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 8rem;
    display: none;
}

.scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem;
}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*text-transform: uppercase;*/
    font-family: 'Montserrat', serif;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

#mainNav .navbar-brand {
    color: #fff;
    font-weight: 700;
}

#mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: 0.0625rem;
    white-space: nowrap;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    /*color: #ffc107;*/
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
    /*color: #ffc107;*/
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.8rem;
    /*margin-left: auto;*/
}

#mainImage {
    max-width: 200px !important;
}

.collapsing {
    transition: height 0.1s ease;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
    }

    #mainImage {
        max-width: 320px !important;
    }

    #mainNav .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: font-size 0.3s;
        -moz-transition: font-size 0.3s;
        transition: font-size 0.3s;
    }

    #mainNav .navbar-nav {
        margin-top: 0;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
        color: #fff;
        background: #1a252f;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: #fff;
        background: #1a252f;
    }

    #mainNav.navbar-shrink {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}


header.masthead {
    /*padding-top: calc(3rem + 72px);*/
    /*padding-bottom: 3rem;*/
}

header.masthead h1 {
    font-size: 3rem;
    line-height: 3rem;
}

header.masthead h2 {
    font-size: 1.3rem;
    font-family: 'Lato';
}

#navbar-spacer {
    height: 100px;
}

@media (min-width: 992px) {
    header.masthead {
        /*padding-top: calc(6rem + 106px);*/
        /*padding-bottom: rem; */
    }

    header.masthead h1 {
        font-size: 4.75em;
        line-height: 4rem;
    }

    header.masthead h2 {
        font-size: 1.75em;
    }
}

.portfolio {
    margin-bottom: -15px;
}

.portfolio .portfolio-item {
    position: relative;
    display: block;
    max-width: 25rem;
    margin-bottom: 15px;
}

.portfolio .portfolio-item .portfolio-item-caption {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    background-color: rgba(24, 188, 156, 0.9);
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
    opacity: 1;
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
    font-size: 1.5rem;
}

@media (min-width: 576px) {
    .portfolio {
        margin-bottom: -30px;
    }

    .portfolio .portfolio-item {
        margin-bottom: 30px;
    }
}

.portfolio-modal .portfolio-modal-dialog {
    padding: 3rem 1rem;
    min-height: calc(100vh - 2rem);
    margin: 1rem calc(1rem - 8px);
    position: relative;
    z-index: 2;
    -moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}

.portfolio-modal .portfolio-modal-dialog .close-button {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.portfolio-modal .portfolio-modal-dialog .close-button i {
    line-height: 38px;
}

.portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 2rem;
}

@media (min-width: 768px) {
    .portfolio-modal .portfolio-modal-dialog {
        min-height: 100vh;
        padding: 5rem;
        margin: 3rem calc(3rem - 8px);
    }

    .portfolio-modal .portfolio-modal-dialog h2 {
        font-size: 3rem;
    }
}

.floating-label-form-group {
    position: relative;
    border-bottom: 1px solid #e9ecef;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
}

.floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18BC9C;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #e9ecef;
}

.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: var(--bg-secondary);
    color: #fff;

    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.copyright {
    background-color: var(--bg-copyright);
}

a {
    text-decoration: none;
}

a:focus, a:hover, a:active {
    /*color: #ffc107;*/
}

.btn {
    border-width: 2px;
}


mark {
    padding: 0;
}

.bg-primary {
    /*background-color: #306099 !important; gammal färg*/
    background-color: #13365e !important;
}

.bg-secondary {
    /*background-color: #1a4a82 !important;*/
    /*background-color: #1a4a82 !important;*/

    background: rgb(26, 74, 130);
    /*background: linear-gradient(90deg, rgba(26,74,130,1) 0%, rgba(59,94,135,1) 100%);*/
    background: var(--bg-secondary);
}

.bg-secondary-october {
    background-color: rgb(248, 229, 235) !important;
    color: rgb(0, 20, 137) !important;
}

.bg-secondary-grey{
    background-color: rgb(234, 234, 234) !important;
    color: rgb(34, 34, 34) !important;
}

.text-primary {
    color: #1a4a82 !important;
}

.text-secondary {
    color: #2C3E50 !important;
}

.btn-primary {
    background-color: #1a4a82;
    border-color: #1a4a82;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    /*background-color: #ffc107;*/
    /*border-color: #ffc107;*/
}

.btn-secondary {
    background-color: #2C3E50;
    border-color: #2C3E50;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #1a252f;
    border-color: #1a252f;
}

/*

#regnrinput{
height: 70px;
line-height: 70px;
font-size: 14pt;


}
*/

.form-control:focus {
    /*border: inherit;*/
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sm-link {
    font-size: 10pt
}

.input-lg {
    /*height: 70px!important;*/
    /*line-height: 70px;*/
    font-size: 14pt;
}


@media (min-width: 768px) {
    .mainSearchConainer {

        margin-left: auto;
        margin-right: auto;

    }

}

#navbarSearchform {
    font-family: "Titillium Web";
}

@media (min-width: 992px) {
    #navbarSearchform {
        /* Disable search bar in the top right corner */
        /*visibility: hidden;*/
    }

}

@media only screen and (max-width: 400px) {

    .desktopAds {
        visibility: hidden;
    }


}

@media only screen and (min-width: 400px) {

    .mobileAds {
        visibility: hidden;
    }
}

.taxLabel {
    text-align: center;
    font-size: 2rem;
    color: #0dcaf0;
}

.highlight {
    background-color: #77a1d163
}

@media (min-width: 768px) {
    .topbanner img {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .topbanner {
        display: none;
    }

    .topbanner img {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .btn-mobile {
        width: 100%;
        display: block;
    }
}


.nav-pills {

    margin-bottom: 20px;
}

.nav-pills .nav-link.active {
    background-color: #1a4a82 !important;

}

.textlink {
    text-decoration: underline;
}

.list {
    font-size: 1rem;
    font-family: 'Titillium Web', sans-serif;
    padding: 0.2rem;
}

.list-lg {
    font-size: 1.2rem;
    /*font-family: 'Lato', serif  ;*/
    /*font-family: 'Titillium Web', sans-serif;*/
    font-family: 'Inter', serif;
    padding: 0.2rem;
}

.list-lg a {
    /*text-decoration: underline;*/
}

.alert-info {
    border-radius: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.grey {
    color: #777777;
}

.greyText {
    color: #777777;
    font-size: 0.8rem;
}

.searchClearButton {
    display: none;
    position: absolute;
    /* when having 2 buttons
    right: 160px;
    */
    right: 80px;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto;
    font-size: 30px;
    cursor: pointer;
    color: #1a4a82;
    z-index: 14;
}

.mainSearchButtons {
    cursor: pointer;
    display: inline-block !important;
    line-height: 50px;
    width: 65px !important;
    font-size: 15pt;
    border: 0;
    position: relative;
}

.fa-camera {
    /*position: absolute;*/
    /*top: 21px;*/
    /*left: 21px;*/
}

.overflow-hidden {
    overflow: hidden;
}

.card-header, .accordion-header button {
    cursor: pointer;
    font-size: 1rem!important;
    background: #2c3e50 !important;
    color: #fff !important;
    /*font-weight: 600;*/
    /*padding: 10px;*/


    /* color: #fff; */
    /* background-color: #1a4a82;*/
    /*background: linear-gradient(45deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);*/
    /*background: linear-gradient(90deg, #c5c5c5 0%, #fffff 100%);*/


}

.menu-toggler {
    background: var(--bg-menu-toggler) !important;
    color: #fff !important;
    text-transform: uppercase;
}

.panel {
    background-color: var(--panel-bg);
    /*border: 1px solid rgba(0, 0, 0, .125);*/
    border-radius: 0.25rem;
    padding: 1rem 1rem;
    margin-bottom: 1rem;

    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);

}

.card-header-main {
    color: #fff;
    background-color: #1a4a82;
}

.secondary-bg {
    background: #f7f9ff;
}

.gradient {
    background: rgb(242, 242, 242);
    background: linear-gradient(45deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.table {

    font-family: 'Titillium Web', sans-serif;
    /*font-family: 'Inter', serif;*/
    font-size: 1rem;
}


.table.borderless td {
    border: none;
}

/* Buttons full width on mobile */
@media (max-width: 768px) {
    .btn-max-width-mobile {
        width: 100%;
    }
}

/* New autocomplete */
#autoComplete_list_1 {
    position: absolute;
    max-height: 226px;
    overflow-y: scroll;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0.5rem 0 0 0;
    /*border-radius: 4px;*/
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, .1);
    z-index: 1000;
    outline: 0;
}

#autoComplete_list_1 > li {
    padding: 10px 20px;
    list-style: none;
    text-align: left;
    font-size: 1em;
    color: #737373;
    background-color: var(--bs-body-bg);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ease;
}

#autoComplete_list_1 > li:hover {
    background-color: rgba(123, 123, 123, .1);
    cursor: pointer;
}

#autoComplete_list_1 > li[aria-selected=true] {
    background-color: rgba(123, 123, 123, .1);
}

#autoComplete_list_1 > li mark {
    background-color: transparent;
    color: #447ebd;
    font-weight: 700;
}


.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 12pt;
    background-color: var(--bs-body-bg);
    margin: 0em;
}

.autocomplete-items div {
    display: flex;
    padding: 0.5em;
    cursor: pointer;
    /*border-bottom: 1px solid #d4d4d4;*/
    font-family: 'Titillium Web', sans-serif;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-right {
    margin-left: auto;
}

.autocomplete-tax {
    white-space: nowrap;
}

.autocomplete-active {
    background-color: #3266a2 !important;
    color: #ffffff;
}

#searchHistory {
    text-align: left;
}

.volvo {
    background-image: url("/logos_new/volvo.png");
    background-size: cover;
    background-position: center;
}

.card > .card-header, .card > .card-header:active {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.card.active .card-header:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


.card .card-header:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    content: "\f078";

    float: right;
    transition: all 0.5s;
}

.sticky-top {
    top: 80px;
    overflow: hidden;
    display: none;
}

.sticky-banner {
    /*background-color: #fff;*/
    text-align: center;
}

.section-bg {
    background-color: #f8fbfe;
    color: #124265;
}

/* AUTOCOMPLTE JS */
.autoComplete_wrapper {
    display: block;
}

.autoComplete_wrapper > input {
    width: 100%;
    height: inherit;
}

.autoComplete_wrapper > ul > li mark {
    color: #447ebd !important;
}

.regnrSearch {
    text-transform: uppercase;
    font-size: 14pt !important;
    /*font-family: 'Lato', serif;*/
}

#topSearch {
    border-radius: 3px 3px!important;
    min-width: 200px;
}

.mainSearch:focus {
    border: 1px solid #447ebd !important;
}

#navbarNavDropdown {
    justify-content: space-around;
}

.regnrSearch::placeholder {
    text-transform: none !important;
}

.regnrSearch:focus::placeholder {
    opacity: 0;
    text-transform: none !important;
}


.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.form-label-group input:-webkit-autofill ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

input, select {
    /*border-radius: 0 !important;*/
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.fuel-card {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    background-color: var(--panel-bg);
    text-align: center;
}

.fuel-card ul {
    list-style-type: none;
    padding: 0;
}

.fuel-card-header {
    border-radius: 3px 3px;
}

.fuel-price-lg {
    font-size: 18pt;
}

.fuel-label {
    font-size: 10pt;
    color: #777;
    display: block;
}

.form-floating label {
    color:#999;
    opacity:1
}