@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-family: "Open Sans";
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
html {
  background: #e7e7e7;
  padding: 50px 20px;
}
._form {
  width: 100%;
  display: block;
}
._form .input-select,
._form [type="checkbox"],
._form [type="checkbox"] + span,
._form [type="password"],
._form [type="radio"],
._form [type="radio"] + span,
._form [type="submit"],
._form [type="text"] {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #aaa;
}
._form [type="password"],
._form [type="submit"],
._form [type="text"] {
  padding: 0 12.5px;
}
._form [type="submit"] {
  background: #337ab7;
  margin-top: 25px;
  color: #fff;
  cursor: pointer;
}
._form textarea {
  padding: 12.5px;
  min-height: 100px;
  resize: vertical;
  color: #aaa;
}
._form label.input-check {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0 12.5px;
  display: block;
}
._form label.input-check:after,
._form label.input-check:before {
  display: block;
  width: 100%;
  clear: both;
  content: "";
}
._form label.input-check [type="checkbox"],
._form label.input-check [type="radio"] {
  margin-right: 12.5px;
}
._form label.input-select {
  border-radius: 4px;
}
._form label.input-select select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 5px;
  position: relative;
  top: -2px;
  color: #aaa;
  background: 0 0;
}
._form label.input-check,
._form label.input-select {
  cursor: pointer;
}
._form fieldset:not(:first-of-type) {
  margin-top: 33.33px;
}
._form legend {
  margin-bottom: 10px;
}
._form .input-select,
._form [type="password"],
._form [type="text"],
._form textarea {
  border: 2px solid #f5f5f5;
}
._form [type="submit"] {
  border: 2px solid #337ab7;
}
._form .input-select,
._form .input-text,
._form [type="checkbox"] + span:before,
._form [type="password"],
._form [type="submit"],
._form [type="text"],
._form textarea {
  border-radius: 4px;
}
._form [type="radio"] + span:before {
  border-radius: 50%;
}
._form [type="checkbox"],
._form [type="radio"] {
  display: none;
}
._form [type="checkbox"] + span:before,
._form [type="radio"] + span:before {
  position: relative;
  top: -1px;
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 12.5px;
  background: #f5f5f5;
}
._form .input-select,
._form [type="password"],
._form [type="text"],
._form textarea {
  background: #f5f5f5;
}
._form [type="checkbox"],
._form [type="checkbox"] + span,
._form [type="password"],
._form [type="radio"],
._form [type="radio"] + span,
._form [type="submit"],
._form [type="text"],
._form fieldset,
._form label,
._form label input + span:before,
._form legend,
._form textarea {
  -webkit-transition-property: background-color, color, border;
  transition-property: background-color, color, border;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
._form [type="submit"]:hover {
  background: #3b6882;
  border: 2px solid #00a0e3;
}
._form .input-select:hover,
._form [type="password"]:hover,
._form [type="text"]:hover,
._form textarea:hover {
  background: #fafafa;
  border-color: #e1e1e1;
  color: #969696;
}
._form .input-select:active,
._form [type="password"]:active,
._form [type="text"]:active,
._form textarea:active {
  background: #fafafa;
  border-color: #cdcdcd;
  color: #828282;
}
._form .input-select:focus,
._form [type="password"]:focus,
._form [type="text"]:focus,
._form textarea:focus {
  background: #fafafa;
  border-color: #337ab7;
  color: #337ab7;
}
._form [type="checkbox"]:checked,
._form [type="checkbox"]:checked + span,
._form [type="radio"]:checked,
._form [type="radio"]:checked + span {
  color: #337ab7;
}
._form [type="checkbox"]:checked + span:before,
._form [type="radio"]:checked + span:before {
  background: #337ab7;
}
._form label:hover [type="checkbox"]:not(:checked) + span:before,
._form label:hover [type="radio"]:not(:checked) + span:before {
  background: #ebebeb;
}
#form legend {
  color: #337ab7;
}
h1 {
  margin: auto;
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  color: #3b6882;
}
#form {
  position: relative;
  background: #fff;
  max-width: 400px;
  margin: auto;
  padding: 25px;
  border-top: 10px solid #337ab7;
  border-radius: 4px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
#form * {
  font-size: 14px;
}
#form [type="password"],
#form [type="submit"],
#form [type="text"],
#form textarea {
  width: 100%;
  display: block;
}
#form legend {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}
.logInErr {
  position: relative;
  background: #f7f7f7;
  max-width: 400px;
  margin: auto;
  padding: 10px;
  border-bottom: 10px solid #ecc92b;
  border-top: 10px solid #ecc92b;
  border-radius: 4px;
  box-shadow: 0 2px 1px rgb(0 0 0 / 10%);
  text-align: center;
  font-size: 14px;
  color: red;
}
.copyR {
  color: #3b6882;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}
.copyRY {
  color: #3b6882;
  font-size: 15px;
}
.text-focus-in {
    animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-10-6 0:12:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
