body,
html {
   margin: 0 !important;
   padding: 0 !important;
   font-family: 'Segoe UI', sans-serif;
   background-color: whitesmoke !important;
}

.logo {
   width: 250px;
   height: auto;
   margin: auto;
}

#applicationForm h1 {
   font-family: Times New Roman, Times, serif;
}

#applicationForm label {
   font-weight: bold;
}

.intakes-container {
   display: flex;
   flex-wrap: wrap;
}

.intakes-container>div {
   width: auto;
   margin: 10px;
}

.bg-khtpskills {
   background-color: #94003B;
   color: white;
}

.bg-lightred {
   background-color: #ffd1e1;
}

.text-white{
   color: white !important;
}