html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
/*
body {
  margin-bottom: 60px;
}
*/

body {
    background-color: white;
}




.createEditSection {
    padding: 4%;
    height: 600px;
}

.col-md-3 {
    background: #ff9b00;
    padding: 4%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.createEditSection-info {
    margin-top: 10%;
}

.createEditSection-info img {
    margin-bottom: 15%;
}

.createEditSection-info h2 {
    margin-bottom: 10%;
}

.col-md-9 {
    background: #fff;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.createEditForm label {
    font-weight: 600;
}

/*.createEditForm button {
    background: #25274d;
    color: #fff;
    font-weight: 600;
    width: 25%;
}*/

/*.createEditForm button:focus {
    box-shadow: none;
}*/