﻿.social-icons {
  padding-left: 0px;
}
.social-icons a.btn-sm {
  margin-right: 5px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 500px #0b569f inset !important;
    color: #ffffff !important;
}

.notification-bell {
    display: none !important;
}

input:-webkit-autofill {
    background-color: #0b569f !important;
    background-image: none !important;
    color: #ffffff !important;
}

nav {
    background: #ffffff;
}

body {
    background: #0b569f;
    background: rgba(11, 86, 159, 1);
    color: #ffffff;
}

label {
    color: #ffffff !important;
}

    label.active {
        color: #ffffff;
    }

.btn-floating {
    margin-left: 10px;
}

@@media only screen and (max-width : 992px) {
    .brand-logo {
        display: block !important;
    }

        .brand-logo img {
            width: 150px !important;
            top: 15px;
        }

    nav .brand-logo {
        background: none;
        left: 50%;
    }

    .mdi-menu {
        display: none !important;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    }
}

.collection li {
    cursor: pointer;
}

.collection {
    border: none !important;
}

.help-me {
    display: none;
}

@@-webkit-keyframes autofill {
    to {
        color: #FFFFFF;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}