body{
  background-color: #25274d;
}
.ictn{
  padding: 4%;
  height: 400px;
}
.ictn-info{
  margin-top:10%;
}
.ictn-info img{
  margin-bottom: 15%;
}
.ictn-info h2{
  margin-bottom: 10%;
}
.bg{
  background: #fff;
  padding: 3%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.ictn-form label{
  font-weight:600;
}
.ictn-form button{
  background: #25274d;
  color: #fff;
  font-weight: 600;
  width: 25%;
}
.ictn-form button:focus{
  box-shadow:none;
}
.logo-large {
  display: block;
  max-width: 100%;
}
.logo-small {
  display: none;
}

@media (max-width: 768px) {
  .logo-large {
      display: none;
  }
  .logo-small {
      display: block;
      max-width: 100%;
  }
}