* {
  margin: 0;
  padding: 0; }

body {
  background: #2E3740;
  color: #435160;
  font-family: "Open Sans",sans-serif;
  font-family: "Roboto Slab","Times New Roman",serif; }

h2 {
  color: #9abfe4;
  font-family: "Sofia",cursive;
  font-size: 15px;
  font-weight: bold;
  font-size: 3.6em;
  text-align: center;
  margin-bottom: 20px; }

a {
  color: #efa1a1;
  text-decoration: none; }

.login {
  max-width: 350px;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -175px;
  color: #fff; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  max-width: 350px;
  width: 100%;
  padding: 20px 0px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #435160;
  outline: none;
  color: #4a90d6;
  font-size: 16px; }

input[type=checkbox] {
  display: none; }

label {
  display: block;
  position: absolute;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 3px solid #435160; }

#agree:checked ~ label[for=agree] {
  background: #96ff1b; }

input[type="submit"] {
  background: #1FCE6D;
  border: 0;
  max-width: 350px;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.3s ease-in-out; }

input[type="submit"]:hover {
  background: #16aa56;
  animation-name: shake; }

.forgot {
  margin-top: 30px;
  display: block;
  font-size: 11px;
  text-align: center;
  font-weight: bold; }

.forgot:hover {
  margin-top: 30px;
  display: block;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  color: #6D7781; }

.agree {
  padding: 30px 0px;
  font-size: 12px;
  text-indent: 25px;
  line-height: 15px; }

::-webkit-input-placeholder {
  color: #435160;
  font-size: 12px; }

.animated {
  animation-fill-mode: both;
  animation-duration: 1s; }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

#openclause {
  cursor: pointer; }
#registerClause {
  display: none;
  width: 80%;
  max-width: 800px;
  height: 80%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
  border-radius: 50px;
  border: 1px solid gray;
  padding: 55px;
  box-shadow: 2px 1px 11px 2px #af8383;
  text-align: center;
  animation-name: bigbig;
  animation-fill-mode: both;
  animation-duration: 1s;
  z-index: 1000;
  color: black; }

#registerClause h4 {
  padding-bottom: 25px;
  border-bottom: 2px solid black;
  margin-bottom: 25px;
  font-size: 2em;
  color: darkblue;
  font-weight: 800; }

#registerClause article {
  border: 1px solid gray;
  padding: 25px;
  border-radius: 10px;
  height: 60%;
  overflow: auto;
  box-shadow: inset 0px -2px 5px 1px;
  text-align: justify; }

#registerClause article b {
  font-size: 1.5em; }

#registerClause article li {
  list-style: cjk-ideographic;
  margin-top: 20px; }

#registerClause article p {
  padding: 20px; }

#registerClause article ul {
  margin: 20px;
  padding-left: 30px; }

#registerClause article ul li {
  list-style: decimal-leading-zero; }

#registerClause button {
  display: inline-block;
  position: relative;
  background-color: #1a71d8;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0.2));
  font-size: 20px;
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  padding: 15px 30px;
  text-shadow: 0 0 20px #000, 0 2px 0px rgba(6, 6, 6, 0.7);
  border: none;
  border-radius: 50px;
  margin: 10px;
  -moz-box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.4), inset 0 5px 20px rgba(255, 255, 255, 0.4), -8px 8px 5px rgba(0, 0, 0, 0.15), 5px 18px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.4), inset 0 5px 20px rgba(255, 255, 255, 0.4), -8px 8px 5px rgba(0, 0, 0, 0.15), 5px 18px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.4), inset 0 5px 20px rgba(255, 255, 255, 0.4), -8px 8px 5px rgba(0, 0, 0, 0.15), 5px 18px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s;
  outline: none; }

#registerClause button:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 5px;
  height: 15px;
  border-radius: 15px;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); }

#registerClause button:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -3px 10px rgba(0, 0, 0, 0.4), inset 0 3px 10px rgba(255, 255, 255, 0.4), -12px 12px 5px rgba(0, 0, 0, 0.15), 10px 25px 10px rgba(0, 0, 0, 0.2); }

#registerClause button:focus {
  outline: none; }

#registerClause button:first-child {
  background-color: #0b2e56; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  #registerClause {
    padding: 20px; } }

@keyframes bigbig {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
