.cwlp_main_area {
  display: flex;
  max-width: 1000px;
  max-width: 90%;
  box-sizing: border-box;
  justify-content: space-between;
  margin-top: 20px;
}

.cwlp_body_bar {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  flex-basis: 70%;
  margin-right: 5%;
}

.cwlp_side_bar {
  flex-basis: 25%;
  background: white;
}

.cwlp_side_bar,
.cwlp_body_bar {
  padding: 20px 25px;
}

.cwlp_main_area h3#title {
  display: block;
  font-weight: bold;
  font-size: 25px;
  padding: 10px;
  border-left: 5px solid #bd5fff;
  margin: 5px 0 20px;
}

.cwlp_main_area label {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.cwlp_main_area small {
  color: #999999;
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}

.cwlp_body_bar input {
  display: block;
  width: 90%;
  border: 1px solid #999;
  padding: 14px 15px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px #999;
}

.cwlp_body_bar input[type="color"] {
  padding: 5px;
  cursor: pointer;
  width: 80px;
  height: 60px;
}

.cwlp_body_bar input[type="submit"] {
  cursor: pointer;
  width: 134px !important;
  height: 44px;
  width: auto;
}

div#login {
  background: brown;
  background-color: #aa21ff;
  width: 300px;
  min-height: 300px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;

  /* position the div in center */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.login::after {
  background: #000;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5 !important;
}

body.login #login {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 25px;
}

.login form {
  background: none;
}

#login.submit #wp-submit {
  background: red !important;
}

body.login-action-login {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

body.login::after {
  background: #000;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}

body.login::after {
  background: #000;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}

.author_profile {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  border: 5px solid #bd5fff;
  overflow: hidden;
}

.author_profile img {
  max-width: 100%;
}