/*your custom css goes here*/


@font-face {
    font-family: 'Signika';
    src: url('../fonts/Signika-Bold.woff2') format('woff2'),
    url('../fonts/Signika-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.submit {
    font-size: 17px !important;
    padding: 17px;
    border-radius: 5px !important;
}

@font-face {
    font-family: 'Signika';
    src: url('../fonts/Signika-Light.woff2') format('woff2'),
    url('../fonts/Signika-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Signika';
    src: url('../fonts/Signika-Regular.woff2') format('woff2'),
    url('../fonts/Signika-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Signika';
    src: url('../fonts/Signika-SemiBold.woff2') format('woff2'),
    url('../fonts/Signika-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body, html {
    font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
    background-color: white !important;
}

.aiz-main-wrapper {
    background-image: url(../img/buildings.webp);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: white !important;
}

.login-row {
    justify-content: center;
}

[class*="border"], hr {
    border-color: #d2d2de !important;
}

.btn-primary {
    background-color:#808080 !important;
    border-color: #808080 !important;
}
.admin-title {
    font-family: 'Signika';
    font-weight: 500 !important;
    font-style: normal;
    font-size: 65px;
    margin-top: -40px;
}

.nav-avatar-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.admin-title2 {
    text-align: center;
    font-family: 'Signika';
    font-weight: 600 !important;
    font-style: normal;
    font-size: 35px;
    color:red;
}

/*Seller Influencer Information*/