body > #login {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  overflow: show;
  flex-grow: 1 !important;
  width: 100% !important;
  align-items: center;
}
body #loginform {
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 800px;
  gap: 8px;
  flex-shrink: 1;
  align-items: center;
}
body > #login .forgetmenot {
  width: 45% !important;
}
body > #login .submit {
  width: 45% !important;
}
body > #login > #loginform #user_login {
  width: 100% !important;
}
#login > #loginform #user_pass {
  width: 100% !important;
}
body > #login p {
  width: 100% !important;
}
body > #login .user-pass-wrap {
  width: 100% !important;
}
img {
  border-radius: 8px 8px 8px 8px;
}
body #footer {
  border-radius: 8px 8px 8px 8px;
}
body div {
  border-radius: 8px 8px 8px 8px;
}
aside ul li a {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 14px !important;
}
#text-5 li > a {
  text-align: left !important;
}
#content .vc_custom_1570390553905 {
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}
@media screen and (max-width: 768px) {
  body #loginform {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 667px) {
  body #loginform {
    align-items: stretch;
    flex-direction: column;
  }
  body > #login .submit {
    width: 100% !important;
  }
  body > #login .forgetmenot {
    width: 100% !important;
  }
}
@media screen and (max-width: 375px) {
  #content .vc_custom_1570390553905 {
    padding-right: 0!important;
    padding-left: 0!important;
  }
}
