/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
        font-family:Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
        color:#fff;
        background-color: rgba(0,0,0,0.5);
        background-image: url('../../images/logo.svg');
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        font-family: 'Numans', sans-serif;
        overflow: no-content;
}

/*body{
    font-family:Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    padding-top:80px;
    color:#868e96;
    height: auto;
    background-color: rgba(0,0,0,0.5);
    margin-bottom: 7%;
}

@media (min-width:992px){
    html,body{
        padding-top:0;
        height: 100%;
        padding-left: 8rem;
        background-color: rgba(0,0,0,0.5);
        background-image: url('../../images/logo.svg');
        background-size: auto;
        background-position: 50%;
        background-repeat: no-repeat;
        margin: auto;
        overflow: no-content;
        padding-left: 8rem;
    }
         .container{
             padding-left:8rem;
         }
}*/

.bg-color-card {
    /*background-color: rgba(255,69,0,0.9) !important;*/
    background-image: radial-gradient(#00BFFF,#0099CC,#4CD2FF) !important;
    opacity: 0.9;
}

.bg-color-footer {
    background-image: radial-gradient(#E5AF10,#E5AF10,#FFC312) !important;
}

.container{
    height: 100%;
    align-content: center;
}

.cardLogin{
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(255,69,0,0.9) !important;
}

/*@media (mi){
    
}*/

.social_icon span{
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.social_icon span:hover{
    color: white;
    cursor: pointer;
}

.card-header h3{
    color: white;
}

.social_icon{
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span{
    width: 50px;
    background-color: #FFC312;
    color: black;
    border:0 !important;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;

}

.remember{
    color: white;
}

.remember input
{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn{
    color: black;
    background-color: #FFC312;
    width: 100px;
}

.login_btn:hover{
    color: black;
    background-color: white;
}

.links{
    color: white;
}

.links a{
    margin-left: 4px;
}

.footer{
    position: fixed;
    /*display:flex;*/
    bottom:0%;
    height: 3.5%;
    font-size: smaller;
    width: 100%;
    box-shadow: 0px 0px 10px black;
    /*    display: block;*/
}

/*____________________________*/

/* Shrinking the sidebar from 250px to 80px and center aligining its content*/
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar .sidebar-header strong {
    display: none;
}
#sidebar.active .sidebar-header h3 {
    display: none;
}
#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

/* Same dropdown links padding*/
#sidebar.active ul ul a {
    padding: 10px !important;
}

/* Changing the arrow position to bottom center position, 
   translateX(50%) works with right: 50% 
   to accurately  center the arrow */
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}