@font-face {
    font-family: 'Cantarell';
    src: url('path/to/cantarell-regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Cantarell';
    src: url('path/to/cantarell-bold.ttf') format('truetype');
    font-weight: bold;
}

/* Fira Sans */
@font-face {
    font-family: 'Fira Sans';
    src: url('path/to/fira-sans-regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/Fira_Sans/FiraSans-Bold.ttf') format('truetype');
    font-weight: bold;
}

/* Oxygen */
@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen/Oxygen-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen/Oxygen-Bold.ttf') format('truetype');
    font-weight: bold;
}

/* Roboto */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

/* Ubuntu */
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
}




body {
    background-color: #f5f5f5;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fw-500 {
    font-weight: 500;
}

.text-decoration-none.text-black.fs-14 {
    display: block;
    padding: .625rem 1.25rem;
    color: #181c21e6 !important;
}

.top_header-border {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.note_dec {
    font-size: 14px;
    color: #4E5155;
}

#code_submit_button {
    padding: .438rem 1.125rem !important;
}

.form-check-label {
    font-size: 14px;
    color: #4E5155;
}

.border-top-1 {
    border-top: 1px solid rgba(24, 28, 33, 0.06);
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    right: 10px;
    cursor: pointer;
}

.btn-primary {
    background: #2d5c88 !important;
    border-color: #0b3a66 !important;
    color: #fff !important;
}

.btn-primary:hover {
    background: #3d71a1 !important;
    border-color: #1b5080 !important;
    color: #fff;
}

.login-title {
    font-weight: 400;
    color: #a3a4a6;
    font-size: 1rem;
}

.login-section {
    box-shadow: 0 1px 4px rgba(24, 28, 33, 0.012);
    background-color: #fff;
    border: 1px solid rgba(24, 28, 33, 0.06);
    border-radius: 0.25rem;
}

.links {
    color: #808080;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.02rem;
    border-right: 1px solid rgb(225, 225, 225);

}

.last-links {
    color: #808080;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.02rem;
}

hr {
    border-color: #ced1d3 !important;
}

.footer-section {
    background-color: #333;
    bottom: 0;
    position: fixed;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .footer-section {
        position: relative;
        margin-top: 20px;

    }
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}
