a, body, h1, h2, h3, h4, h5, h6, input, span, textarea {
    font-family: Inter, sans-serif;
}
.row>* {
    z-index: 1;
}
.main_header {
    background: #f1f1f1;
}
.main_header img {
    width: 250px;
    margin-bottom: 8px;
}
.main_header h4 {
    font-weight: 600;
}
.main_header h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}
.main_banner:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 20%;
    height: 300px;
    width: 200px;
    background: url(images/banner-left.png) 0 0/contain no-repeat;
}
.main_banner:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 400px;
    height: 248px;
    background: url(images/banner-right.png) 0 0/contain no-repeat;
    z-index: -1;
}
.form_div {
    border-radius: 10px;
}
.p-3.form_div {
    background-color: #fbf7f5;
    height: 100%;
    box-shadow: 0px 0px 10px #80808052;
}
.note {
    padding: 10px;
    border-left: 6px solid;
    border-radius: 5px
}
.note-danger {
    background-color: #fee3e8;
    border-color: #f93154
}
.note-primary {
    background-color: #e1ecfd;
    border-color: #1266f1
}
.note-warning {
    background-color: #fff1d6;
    border-color: #ffa900
}