@import url('https://fonts.googleapis.com/css?family=Roboto:100,300&subset=latin-ext');

body {
    font-family: Roboto, Segoe UI, sans-serif;
}

html, body {

    background-image: url("../img/bg-salesedi.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
}

.thin {
    font-weight: 100;
}

.shadow {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

.form-control {
    border: none;
    border-bottom: 2px solid #d6d6d6;
    background: none;
    border-radius: 0;
}

.form-control:active {
    border: none;
    border-bottom: 2px solid #d6d6d6;
    background: none;
    border-radius: 0;
}

.form-control:focus {
    border: none;
    border-bottom: 2px solid #d6d6d6;
    background: none;
    border-radius: 0;
}

.input-group-addon {
    background: none;
    border: none;
    border-bottom: 2px solid #d6d6d6;
    border-radius: 0;
}

.rounded {
    border-radius: 40px !important;
}

.size-40 {
    font-size: 40px;
}

.help {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.py-6 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.login-panel {
    background: rgba(255, 255, 255, .9);
}

.footer {
    background: rgba(255, 255, 255, .9);
    position: fixed;
    bottom: 0px;
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.text-white {
    color: white !important;
}

p {
    font-size: 16px
}

.display-4 {
    font-size: 1.8rem;
}

.carousel-item {
    font-size: 16px;
    padding-right: 3rem;
    color: Khaki;
}

.footer-logo {
    max-height: 35px;
}

.carousel-control-next-icon {
    margin-left: 90px;
    opacity: 0;
}

.carousel-control-prev-icon {
    margin-right: 90px;
    opacity: 0;
}

@media only screen and (min-width: 992px) {
    #quoteCarousel {
        position: absolute;
    }

}

@media only screen and (max-width: 768px) {
    .footer{
        display: none;
    }

}

@media only screen and (max-width: 992px) {

    .banner {
        display: none;
    }
}

.author{
    color:white;
    text-decoration: none;
}