.section-send-form .row {
  height: 133px; }

.section-send-form .form-column {
  padding: 0px; }

.section-send-form .inner-box {
  margin-top: 65px;
  background: var(--light-color);
  padding: 26px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 10px 10px rgba(232, 232, 232, 0.4);
  align-items: center; }

.section-send-form .form-horizontal {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .section-send-form .form-horizontal .form-element {
    margin-left: 4px; }
  .section-send-form .form-horizontal label {
    display: block;
    color: #959595;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    /* 120% */ }
  .section-send-form .form-horizontal input {
    border-radius: 5px;
    border: 1.5px solid #3042DA;
    background: #FFF;
    width: 362px;
    height: 50px;
    flex-shrink: 0; }
  .section-send-form .form-horizontal select {
    height: 50px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #353535;
    background: #FFF; }
    .section-send-form .form-horizontal select.from-country, .section-send-form .form-horizontal select.to-country {
      width: 237px; }
    .section-send-form .form-horizontal select.from-cc, .section-send-form .form-horizontal select.to-cc {
      width: 100px; }
  .section-send-form .form-horizontal .btn-container {
    display: flex;
    align-items: end; }
    .section-send-form .form-horizontal .btn-container button {
      width: 50px;
      height: 50px;
      flex-shrink: 0; }
