body {
    font-family: "Roboto", sans-serif;
    color: #252525;
    background-color: #f3f5f9;
    overscroll-behavior: none;
}

.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

html {
    overscroll-behavior: none;
}

.navbar {
    top: 0;
    width: 100%;
}

.navbar-custom {
    background-color: white;
}

footer {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    z-index: 2;
    padding: 10px;
}

.btnreset {
    border: 2px solid #0059ae;
    border-radius: 50px;
    color: #0059ae;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    background-color: #f3f5f9;
}

.btnsubmit {
    border: 2px solid #0059ae;
    border-radius: 50px;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    background-color: #0059ae;
}

@@media screen and (max-width: 1080px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@@media screen and (max-width: 440px) {
    body {
        font-size: 12px;
    }
}