* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

header {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
header .container-head {
  width: 1128px;
  margin: 32px 0 0 56px;
  display: block;
  align-items: center;
  justify-content: space-between;
}
header .container-head .log-head a {
  display: block;
  align-items: center;
  width: 135px;
  height: 40px;
  color: #0a66c2;
  opacity: 1;
}
header .container-head .btnNav {
  margin: 0.2rem 0;
}
header .container-head label {
  color: #0a66c2;
  font-size: 2rem;
  font-weight: 600;
}
header .container-head img {
  width: 38px;
}

.main {
  width: 100%;
  display: flex;
  justify-content: center;
}

section {
  width: 90%;
  height: 100vh;
}

.container-modal {
  margin: 0 auto;
  width: 352px;
  padding: 24px;
  display: block;
  border: none;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: inset 0 0 1em rgba(94, 94, 94, 0.124), 0 0 1em rgba(63, 63, 63, 0.344);
}

.content-header {
  width: auto;
}
.content-header h1 {
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  padding: 0 0 4px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.content-header p {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
}

form {
  display: flex;
  flex-direction: column;
}
form .conteiner-input {
  position: relative;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  margin-top: 24px;
  box-sizing: border-box;
}
form .conteiner-input label {
  position: absolute;
  z-index: 0;
  padding: 14px 0 0 12px;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  margin: 0;
  transition: 2s all;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
form .conteiner-input input {
  font-size: 1.4rem;
  line-height: 1.33333;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 1;
  height: 52px;
  padding: 28px 12px 6px;
  border-radius: 4px !important;
  transition-duration: 334ms;
  transition-property: border-color, box-shadow;
  box-shadow: none;
  width: 100%;
  font-family: inherit;
  vertical-align: middle;
  background: transparent;
}
form .conteiner-input span {
  display: flex;
  justify-content: center;
  padding: 0.3rem 0 0.3rem 0;
  width: 25%;
  color: rgba(10, 102, 194, 0.7764705882);
  border-radius: 15px;
  background: rgba(230, 230, 230, 0.85);
  position: absolute;
  right: 0.3rem;
  top: 1rem;
  font-weight: 600;
  z-index: 2;
  cursor: pointer;
}
form .conteiner-input span:hover {
  background: rgba(10, 102, 194, 0.1647058824);
}
form a {
  text-decoration: none;
  font-weight: bold;
  margin: 0.5rem 0;
  color: rgba(10, 102, 194, 0.9176470588);
}
form button {
  border: none;
  color: rgba(255, 255, 255, 0.844);
  background: #0073b1;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 28px;
  padding: 1rem;
  cursor: pointer;
}
form button:hover {
  transition: 300ms ease;
  background: #004182 !important;
}

.conteiner-input .enterInput {
  padding: 4px 0 0 12px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.9);
}

.orSignin-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 1rem auto;
}
.orSignin-container .or {
  position: relative;
  z-index: 0;
  color: rgba(0, 0, 0, 0.6);
}
.orSignin-container .or::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 1px;
  background: rgba(0, 0, 0, 0.344);
  border: none;
  left: 0;
  top: 0.6rem;
  z-index: 1;
}
.orSignin-container .or::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 1px;
  background: rgba(0, 0, 0, 0.344);
  border: none;
  right: 0;
  top: 0.6rem;
  z-index: 1;
}
.orSignin-container button {
  border: 2px solid rgba(0, 0, 0, 0.6);
  color: rgba(77, 77, 77, 0.844);
  background: transparent;
  font-weight: bolder;
  font-size: 1rem;
  border-radius: 28px;
  padding: 1rem;
  margin-top: 1rem;
  cursor: pointer;
}
.orSignin-container button:hover {
  border: 3px solid rgba(0, 0, 0, 0.6);
  color: rgba(77, 77, 77, 0.844);
  background: rgba(223, 222, 222, 0.624);
  padding: 0.94rem;
}

.new-join {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
.new-join a {
  text-decoration: none;
  font-weight: bold;
  color: #0a66c2;
  margin-left: 7px;
}/*# sourceMappingURL=login.css.map */