#da-content-area {
  min-height: 600px;
}

h2 {
  border-bottom: 1px #55be47 solid;
}

#noCookie {
  display: none;
}
.flex {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.flex .left {
  flex: 1;
}
.flex .right {
  width: 450px;
  border-left: 1px #eee solid;
  padding-left: 10px;
}
.da-home-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.da-home-form .da-form-row {
  border-top: 0;
}
.da-home-form-btn-big {
  width: 100%;
}
.da-home-form .da-form-field {
  display: flex;
  flex-direction: row;
}
.da-home-form .da-form-field label {
  width: 100px;
  text-align: right;
  margin: 5px 10px 0 0;
}
.da-home-form .da-form-field input[type='text'] {
  width: 188px;
}
.da-home-form .da-form-field input[name='password'] {
  width: 160px;
}

.pasClient {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pasClient li {
  margin-bottom: 10px;
  text-align: center;
}
.pasClient hr {
  margin: 10px 0;
}

@media screen and (max-width: 1000px) {
  .flex {
    flex-direction: column;
    align-items: center;
  }
  .flex .right {
    border: 0;
    padding: 0;
    width: inherit;
  }
}
