body {
    background-color: lightgrey;
    height: 100%;
    margin: 0;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-size: 100% 60%;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

.nav-item>.nav-link:hover {
    background-color: #040e1d;
    color: white;
}

.home_page {
    margin-top: 250px !important;
}

.form-group {
    margin-bottom: 15px;
}

.form-group>label {
    font-weight: bold;
}

main {
    padding-bottom: 20px !important;
    min-height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
}

.home_container{
    margin-top: 90px !important;
}

footer {
    background: #040e1d;
    color: white;
}

@media (max-width: 767px) {
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .home_page {
        margin-top: 30px !important;
    }
    .home_container{
        margin-top: -200px !important;
    }

    body {
        background-size: 100% 40%;
    }
}

@media (max-width: 1023px) {
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .home_page {
        margin-top: 400px !important;
    }
    body {
        background-size: 100% 30%;
    }
}

.iti--show-flags{
    width: 100% !important;
}

a{
    text-decoration: none;

}

.form-group label:after {
    content:"*";
    color:red;
}

.navbar-brand{
    color: #1169c1;
}

.container{
    margin-top: 20px;
}


/* media query for ipad pro */
@media only screen and (max-width: 2732px) and (min-width: 768px) {
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .home_page {
        margin-top: 350px !important;
    }
    body {
        background-size: 100% 50%;
    }
}
