html {
    position: relative;
    min-height: 100%;
}

.break-word {
    word-wrap: break-word;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

input[readonly].readonly-text {
    background-color: #fff;
    cursor: text;
}

body {
 background-image: url('ENV_Logo_RGB_pos_final.png');
 background-color: #cccccc;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center;
 background-size: 50vw 25vh;
 background-position-y: 75%;
}

.navbar {
    background-color: #9BBE19;
    color: #052D41;
}