.body-under-menu {
  width: 26% !important;
  margin-left: 37% !important;
  background: #333 !important;
  border-radius: 20px !important;
  border: 5px solid white;
  margin-top: 100px !important; }

.column-1-set {
  width: 100%; }
  .column-1-set > div {
    width: 100%;
    margin-top: 15px; }
    .column-1-set > div > img {
      height: 113px;
      max-width: 100%; }
    .column-1-set > div > label {
      display: inherit;
      max-width: 100%;
      color: white;
      font-weight: 400; }
    .column-1-set > div > input[value="Login"] {
      background: #eb6a34;
      color: white;
      width: 25%;
      font-weight: 700; }
    .column-1-set > div > input[value="Login"]:hover {
      background: #f08c62; }
    .column-1-set > div > input[type="submit"] {
      width: 99%;
      font-size: 16px;
      font-weight: 700;
      box-shadow: 0px 0px 1px 1px white; }
    .column-1-set > div > input {
      width: 93%;
      margin-bottom: 10px;
      border: 1px solid rgba(183, 185, 196, 0.16) !important;
      border-radius: 4px;
      padding: 15px;
      background: #eb6a34;
      transition: border .1s ease-out;
      color: white; }
