.cr-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 2em;
}
.cr-logo img{
    width: 9em;
    height: auto;
}
* {
    box-sizing: border-box;
}

body {
    background-image: url("../img/cr-white-opa-10.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 200%;
    background-color: #0d0d0d !important;
}

.select2-container--dark {
    background-color: #222;
    color: #fff;
  }
  
  .select2-results__option {
    background-color: #333;
    color: #fff;
  }
  
  .select2-results__option--highlighted {
    background-color: #444;
  }
  @media(min-width: 1200px) {
    .row {
        margin-left:0;
    }
}
@media (max-width: 768px) {
    body {
        background-image: url("../img/cr-white-opa-10.png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 300%;
        background-position-y: -50%;
    }
    .cr-logo{
        left: 1em;
        top: 3em;
    }
    .cr-logo img{
        width: 5em;
    }
}



