@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/**********************/
html,
body {
    font-family: 'Lato', sans-serif;
}

    body.signinfsd {
        height: 100%;
        background: url("../../Content/images/banner.jpg") 50% 0px / cover no-repeat fixed;
        padding-top: 200px;
    }

    body.signinsfd {
        height: 100%;
        background: url("../../Content/images/banner2.png") 50% 0px / cover no-repeat fixed;
        padding-top: 200px;
    }

.form-signin {
    width: 100%;
    border-radius: 5px;
    max-width: 330px;
    padding: 15px;
    background: #fff;
}


@media screen and (max-width : 912px) {
    .form-signin {
        max-width: unset;
    }
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/********** Sidebar */
#sticky-sl-sidebar.sticky-visible {
    opacity: 1;
}

#sticky-sl-sidebar {
    opacity: 0;
    position: fixed;
    left: 0;
    top: 30vh;
    bottom: 0;
    z-index: 999;
    display: table;
    width: auto;
    max-width: 50px;
    transition: 0.5s;
}

    #sticky-sl-sidebar .sticky-social-links-wrapper a {
        display: block;
        text-decoration: none;
        margin: 0;
        font-size: 20px;
        padding: 12px 12px;
        background: #F38121;
        text-align: center;
        color: #fff;
        transition: 0.5s;
    }

        #sticky-sl-sidebar .sticky-social-links-wrapper a.sfd {
            display: block;
            text-decoration: none;
            margin: 0;
            font-size: 20px;
            padding: 12px 12px;
            background: #0d6efd;
            text-align: center;
            color: #fff;
            transition: 0.5s;
        }

        #sticky-sl-sidebar .sticky-social-links-wrapper a.fsd {
            display: block;
            text-decoration: none;
            margin: 0;
            font-size: 20px;
            padding: 12px 12px;
            background: #F38121;
            text-align: center;
            color: #fff;
            transition: 0.5s;
        }

#sidebar {
    height: calc(100vh - 56px);
    background-color: rgba(0, 0, 0, .1);
}

@media(max-width:992px) {
    #sidebar {
        display: none !important;
    }
}
/*
	#sidebar.shadow {
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.3) !important;
	}*/

.btn-primaryfsd {
    background: #F38121;
    border-color: #F38121;
    transition: 0.5s;
    color:white;
}

    .btn-primaryfsd:hover, .btn-primaryfsd:focus, .btn-primaryfsd:active {
        background: #fff;
        color: #F38121;
        border: 2px solid #F38121;
        box-shadow: none !important;
    }

.btn-primarysfd {
    background: #F38121;
    border-color: #F38121;
    transition: 0.5s;
}

    .btn-primarysfd:hover, .btn-primarysfd:focus, .btn-primarysfd:active {
        background: #fff;
        color: #F38121;
        border: 2px solid #F38121;
        box-shadow: none !important;
    }

/********** Main content */
.navbarfsd {
    background: #F38121 !important;
}

.navbarsfd {
    background: #0d6efd !important;
}

