.forminmo .form-group .form-control {
  width: 100% !important;
  max-width: 100% !important;
}
.toggle-editor {
  display: none;
}
a:hover {
  text-decoration: none;
}
nav.navbar {
  -webkit-box-shadow: none;
  box-shadow: none:
}
div.control-label {
  width: 100% !important;
}
div.controls {
  margin-left: 0px !important;
}
.form-control {
  max-width: 100%;
  width: 100%;
}
a.nav-link {
  text-transform: uppercase;  
}
@media (min-width: 576px) {
.header-r {
    flex: 0 0 66.66% !important;
    max-width: 66.66% !important;
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#t4-header .container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
#t4-main-body {
    min-height: 750px !important;
}
img.logo-img {
  max-height: 55px;
}
.square {
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}