img { 
    max-width: 100%;
}
.logo { 
    max-width: 300px;
}
.form-group {
    margin-bottom: 1rem;
}
.ck-editor__editable_inline {
    min-height: 200px;
}
.animate {
    transition: ease all 0.5s;
}
input:required, select:required {
    box-shadow: 0px 0px 5px orange;
  }
