
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,500;0,600;0,700;1,600&display=swap');

.border-md {
    border-width: 1px;
}
/**** FOR DEMO PURPOSES *****/
body {
    min-height: 100vh;
}
.form-control:not(select) {
    padding: 1.5rem 0.5rem;
}

.form-control::placeholder {
    color: #ccc;
    /*font-weight: bold;*/
    font-family: 'Roboto';
    font-size: 0.9rem;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #ced4da;
}
.form-control{
    border-radius: .08rem !important;
}
.menu-footer a {
    color: black;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}
.bg-gradient {
    background-image: linear-gradient(to right, #ff0100 , #ff8000);
    color: white;
    font-family: 'Roboto';
}
.form-login h2{
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 47px;
    color: black;
}
.form-login h6{
    font-family: 'Nunito';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    color: black;
}
span {
    font-size: 12px !important;
    font-family: 'Roboto' !important;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    opacity: 1;
}
.carousel-indicators {
    justify-content: flex-end;
    margin-right: 4%;
    margin-left: 4%;
    margin-bottom: 0px;
}
.carousel-indicators .active{
    background-color: #ff0000;
}
.carousel-caption {
    width: 100% !important;
    text-align: start;
    background-color: #191f25b3;
    text-align: start;
    bottom: 0px;
    left: 0px;
    padding-left: 30px;
}
.carousel-caption h5{
    font-family: 'Nunito';
}
.input-group-prepend i{
    font-size: 20px;
}
.form-slid, .carousel-item img {
    height: 460px;
}

span.input-group-text{
    border-radius: .08rem;
}

button.btn.bg-gradient{
    border-radius: .08rem;
    font-weight: 600;
}

.forgot-pass, .text-error {
    font-family: 'Roboto';
    color: #989898;
    font-size: 12px;
    text-decoration: none !important;
}

.forgot-pass:hover {
    color: #989898;
}
.forgot-pass b, .text-error {
    color: #e4032e;
}
.card-body.form-login, .div-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.social a{
    text-decoration: none;
}

@media (max-width: 767px) {
    .form-slid {
        height: auto;
    }
    .carousel-item img{
        height: 350px;
    }
    a.navbar-brand img {
        width: 74px;
    }
    .nav-link .link-site {
        font-size: 8px !important;
    }
    a.nav-link {
        padding: 1px;
    }
    ul.navbar-nav.mr-auto{
        display: flex;
        flex-direction: row;
    }
    .navbar-nav .nav-item a{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu-footer a{
        font-size: 13px;
    }
}
