body {
  margin: 0;
  padding: 0;
  font-size: 0.9rem !important;
  font-weight: 400;
  font-family: open sans, helvetica neue, helvetica, arial, sans-serif !important;
  outline: none;
}
p {
  margin: 0;
  padding: 0;
}
.container {
  width: 970px;
  margin: 0 auto;
}

.top-header {
  background: rgba(86, 86, 86, 0.95);
  padding: 12px 0px;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}
.top-header p {
  color: #ffffff !important;
}

.top-header p span {
  color: #ffffff;
  font-weight: 500;
  background: #7daf3b;
  padding: 6px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}
.top-header a {
  color: #fff;
}
.logo {
  width: 250px;
  height: auto;
  margin-right: 80px;
}

.logo img {
  width: 100%;
}

.flex {
  display: flex;
  align-items: center;
}

.header_text h3 {
  color: #777;
  font-size: 18px;
  font-weight: 400;
}

.title h2 {
  font-size: 1.6875rem;
  font-weight: 400;
}

.form-group input:focus {
  outline: none;
}

.form-group input {
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}

.login-area {
  width: 400px;
}

.form-group {
  margin: 15px 0px;
}

#showPassword {
  text-decoration: underline;
  color: #903;
  font-size: 12px;
}

#login_btn {
  padding: 15px;
  width: 100%;
  background: #2ba6cb;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.not_working {
  margin-top: 20px;
}

.not_working p {
  font-weight: bold;
  color: red;
  font-size: 16px;
}

.not_working a {
  text-decoration: underline;
  color: #903;
  font-size: 16px;
}

.clicking p {
  font-size: 10px;
  margin-bottom: 30px;
}

.clicking span {
  color: #903;
}

.protected p {
  font-size: 10px;
}

.protected span {
  color: #903;
}

.login_body {
  display: flex;
}

.right-side-area {
  width: 490px;
  margin-left: 80px;
}

.right-title h2 {
  font-size: 1.6875rem;
  font-weight: 400;
}

.right-subtitle a {
  font-size: 16px;
  font-weight: 400;
  color: #737070;
}

.clicking img {
  width: 10px;
  margin-left: 1px;
}

.footer_area {
  border-top: 1px solid #ddd;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left h4 {
  color: #999595;
  font-weight: 400;
  font-size: 16px;
}

.right-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.right-footer ul li a {
  text-decoration: none;
  font-size: 16px;
  margin: 0px 10px;
  font-weight: 400;
  color: #903;
}

.right-footer ul li a.active {
  color: #999595;
}
