



@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');


.menu-text {
    font-family: 'Open Sans', sans-serif;
}


html, body {

    background-color: #ff7400 !important;
    width: 100%;
    overflow-x: hidden;
}


#container {

margin: auto;
    width: 80%;


}




.header {

    background-color: white !important;

}



#menu {

margin: 10px 0px 30px 0px;


}

.nav-item {

    margin: 0px 10px 0px 10px;


}



#content {

    background-color: #ff6600;

    background-image: url("../img/layout/csmd_background.jpg");

    background-repeat: no-repeat;

    padding: 20px 10px 100px 10px;

    color: white;

    min-height: 100vh;

    text-align: justify;
    text-justify: inter-word;

}



#logo {

    margin: 0 auto;

}


.content {

    background-color: orangered;

}


.footer {

    background-color: black;
    height: 100px;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    font-size: 12px;

}




.warning-sign {
    color: black !important;
    /*font-size: 8px;*/
}


.form-control {
    position: relative;

}


.invalid-feedback {
    color: black !important;

}
