html {
    font-size: 100%;
    height: 100%;
    background-color: #eeeeee;
}

html.boxed {
    background: #E0E0E0;
}

body {
    background-color: #fff;
    color: var(--bs-body-color);
    font-family: 'BwSurcoDEMO-Regular', 'Lato', sans-serif;
    font-size: 14px;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 23px;
    font-style: normal;
    font-weight: normal;
    height: 100%;
    float: left;
    position: relative;
    width: 100%;
}

body a:hover {
    text-decoration: none;
    cursor: pointer;
}

body a {
    text-decoration: none;
    cursor: pointer;
}

body ol,
body ul {
    margin-top: 0;
    margin-bottom: 0px;
    list-style-type: none;
    padding-left: 0;
}
.login-btn{
    display: flex;
    float: left;
    width: 100%;
    justify-content: center;

}
@font-face {
    font-family: 'BwSurcoDEMO-Regular';
    src: url('../fonts/BwSurcoDEMO-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BwSurcoDEMO-Regular.otf') format('opentype'), url('../fonts/BwSurcoDEMO-Regular.woff') format('woff'), url('../fonts/BwSurcoDEMO-Regular.ttf') format('truetype'), url('../fonts/BwSurcoDEMO-Regular.svg#BwSurcoDEMO-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BwSurcoDEMO-Medium';
    src: url('../fonts/BwSurcoDEMO-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BwSurcoDEMO-Medium.otf') format('opentype'), url('../fonts/BwSurcoDEMO-Medium.woff') format('woff'), url('../fonts/BwSurcoDEMO-Medium.ttf') format('truetype'), url('../fonts/BwSurcoDEMO-Medium.svg#BwSurcoDEMO-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BwSurcoDEMO-Bold';
    src: url('../fonts/BwSurcoDEMO-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BwSurcoDEMO-Bold.otf') format('opentype'), url('../fonts/BwSurcoDEMO-Bold.woff') format('woff'), url('../fonts/BwSurcoDEMO-Bold.ttf') format('truetype'), url('../fonts/BwSurcoDEMO-Bold.svg#BwSurcoDEMO-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');


table#example2 thead td {
    text-align: left;
}

table#example2 td {
    text-align: left;
}

@media only screen and (min-width:320px) and (max-width:760px){
.form-elements.split-equal {
    display: flex;
    flex-direction: column;
}

.form-elements.split-equal select , .super-admin-fields .form-elements select {
    background-position: 95% !important;
}

.form-elements {
    flex-direction: column;
}
}