body {
    background-attachment: fixed;
    background-size: cover;
    background-image: url('back2.jpg');
    
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black!important;
    opacity: 1; /* Firefox */
  }

.container {
    margin:0px;
    margin-left: auto;
    margin-right: auto;
    
}

.content {
    text-align: center;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 7px;
}

h1 {
    font-weight: 100;
    letter-spacing: -1px;
    color: #007eb6;
    margin-top: 30px;
}

h2 {
    font-weight: 600;
    letter-spacing: -1px;
    color: #007eb6;
}

.intro {
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

form {
    padding-top: 32px;
    
}

::placeholder {
    color: red;
  }

.btn.btn-primary {
    background-color: #007fb7;
    border-color: #007fb7;
}

.gdpr {
    font-size: 9px;
}

.dash {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

button.btn.btn-secondary.buttons-excel.buttons-html5 {
    background-color: #0080b7;
    border-color: #0081bc;
}

button.btn.btn-secondary.buttons-pdf.buttons-html5 {
    background-color: #0080b7d6;
    border-color: #0081bc;
}
.dt-buttons.btn-group.flex-wrap {
    float: left;
}
th.sorting_1 {
    text-align: left;
}
thead {
    background-color: #007fb726;
    /* border-color: #445435; */
}
span.file-upload {
    text-align: left!important;
    float: left;
    font-size: 12px;
    font-weight: 300;
    /* color: #0080bc; */
}

textarea.form-control {
    border-color: #007eb6;
    background-color: #007fb70f;
   padding:20px;
   font-weight: 300;
   font-size: 12px;
    font-weight: 300;
}

input.form-control {
    border-color: #007eb6;
    background-color: #007fb70f;
   padding:20px;
  
   font-size: 13px;
    font-weight: 300;
}

.intotext {
    text-align: left;
    padding-left: 8px;
    font-size: 14px;
}

h3 {
    font-weight: 200;
    font-size: 20px;
}
img.img-fluid.trudo {
    clear: both;
    width: 150px;
    border-radius: 80px;
    margin-top: 16px;
    margin-right: 10px;
    float: right;
}

.intro.dash.mt-5.admin {
    width: auto;
}
.input-group-text {
    max-height: 71px;
    /* padding-top: 15px; */
    margin-top: 8px;
    border-color: #0098dd;
    /* background-color: #0097d7; */
    /* color: white; */
    width: 40px;
    font-size: 13px;
}

.input-group-text.vertrek {
    max-height: 71px;
    /* padding-top: 15px; */
    margin-top: 8px;
    border-color: #0098dd;
    /* background-color: #0097d7; */
    /* color: white; */
    width: 115px;
    font-size: 13px;
}

b.detailsbold {
    color: #0080bc;
}
input.form-control-file {
    border-width: medium;
    border-color: #0098dd;
    border-style: solid;
    background-color: #0098dd;
    border-radius: 4px;
    color: white;
    padding: 5px;
    /* margin-top: 5px!important; */
}