:root {
  font-size: calc(1vw + 0.6em);
  box-sizing: border-box; }

*, ::after, ::before {
  box-sizing: inherit; }

button::-moz-focus-inner {
  border: 0; }

input:focus {
  outline: 1px solid dodgerblue; }

#btn:focus {
  border: 2px solid dodgerblue; }

body {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif; }

.wrapper {
  min-height: 100vh;
  background-size: cover;
  background-image: url(../img/img-head.jpg);
  position: relative;
  background-position: center;
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.wrapper::before {
  content: "";
  background-color: dodgerblue;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.65; }

.head-content {
  z-index: 10;
  text-align: center;
  padding: 0;
  margin: 0; }

.head-content p {
  font-size: 2.5rem;
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0.1em 0.1em 0.3em #000; }

p.head-text__site {
  color: yellow;
  text-transform: uppercase;
  margin-top: 0.7rem; }

.btn {
  background-color: yellow;
  border: 2px solid yellow;
  display: inline-block;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1.5rem;
  color: #000000;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color;
  transition-duration: 0.75s; }

.btn:hover {
  background-color: transparent;
  color: white; }

#content-user {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /*z-index: 20;*/ }

.border {
  border: 3px solid #ffd736;
  padding: 0.75rem;
  position: relative; }

.content-user {
  /*display: none;*/
  display: block;
  /*position: absolute;*/
  background-color: #ffffff;
  z-index: 20;
  padding: 1rem; }

.content-user.is-open {
  display: block; }

.first {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.close {
  background-color: transparent;
  border: none;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  position: absolute;
  right: -0.75em;
  top: -1em; }

.close::before {
  content: "\274C";
  position: absolute;
  font-size: 1rem;
  top: 0;
  left: 0; }

.head-slogan__h2 {
  margin: 0;
  font-size: 1.75rem;
  text-align: center; }

.head-slogan__p {
  margin: 0.75rem 0;
  font-size: 1rem; }

.color {
  margin-top: 0.5rem;
  padding: 0.75rem;
  font-size: 1rem; }

.color:hover {
  background-color: #70b8ff; }

.input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #696969;
  border-radius: 3px;
  margin: 10px 0;
  font-size: 16px;
  color: #696969; }

.form-grup > label {
  font-size: 0.85rem; }

.error {
  border: 1px solid red;
  color: red; }

#name:focus {
  border: 1px solid red; }

@media (min-width: 50em) {
  :root {
    font-size: 1em; } }

@media (max-width: 20em) {
  .close {
    right: -1em;
    top: -0.75em; } }

/*# sourceMappingURL=style.css.map */
