.u-section-1 .u-sheet-1 {
  min-height: 455px;
}

.u-section-1 .u-group-1 {
  width: 800px;
  min-height: 255px;
  box-shadow: 0 15px 20px 12px rgba(58,33,79,0.35);
  background-image: none;
  margin: 60px auto;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

.u-section-1 .u-text-1 {
  margin: 3px 0 0;
}

@media (max-width: 991px) {
  .u-section-1 .u-group-1 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 463px;
  }

  .u-section-1 .u-group-1 {
    width: 540px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 627px;
  }

  .u-section-1 .u-group-1 {
    width: 340px;
  }
}.input input{
    color:yellow;    
	background-color: transparent!important;
        border-width: 2px!important;
    border-color: yellow;
    border-style: solid!important;
}