body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(/images/m2.jpg);
    text-align: center;
    background-position: center;
}
input::placeholder {
  font-weight: bold;
  color: rgb(168, 168, 168);
}
@font-face {
  font-family: "pokemon";
  src: url("/fonts/pokemon.ttf");
  
}
@font-face {
  font-family: "ai";
  src: url("/fonts/two.otf");
  
}
@font-face {
  font-family: "pokemon2";
  src: url("/fonts/pokemon2.ttf");
  
}
@font-face {
  font-family: "intro";
  src: url("/fonts/intro.otf");
  
}
@font-face {
  font-family: "caps";
  src: url("/fonts/caps.otf");
  
}
header {
    padding-top: 30px;
    height: 73px;
}
.__name {
    font-family: pokemon;
    color: yellow;
    font-size: 45px;
    text-shadow: 0px 0px 25px blue;
}
.__littleText {
    color: #fff9d1;
    font-size: 15px;
    position: relative;
    bottom: 5px;
    font-family: intro;
    text-shadow: 0px 0px 2px black;
}
.__loadSelect {
    display: inline-block;
    width: 285px;
    background: #00000066;
    min-height: 300px;
    border-radius: 5px;
    padding-bottom: 35px;
    position: relative;
    left: 0%;
    top: 30px;
}

input,select,textarea {border:none;}
.__textSing {
    font-family: 'ai';
    color: white;
    font-size: 28px;
    margin-top: 15px;
    text-shadow: 0px 0px 2px black;
    letter-spacing: 1.5px;
}
.__singForm {
      margin-top: 10px;
}
.__input {
    width: 183px;
    border: 1px solid #a49d9d;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #000000;
    font-size: 16px;
    color: white;
    text-align: center;
    font-family: serif;
    background: #b1afaf6e;
    margin-top: 10px;
    outline: none;
}
.__submit {
    border: 2px solid #77787b;
    width: 165px;
    margin: 10px;
    font-family: ai;
    font-size: 26px;
    background: gold;
    border-radius: 4px;
    box-shadow: 0px 0px 2px #fff7cc;
    color: #4c4747;
    letter-spacing: 2px;
    text-shadow: 0px 0px 2px #ffe3e3;
}
.__submit:hover {
cursor:pointer;
background: #77ff00;
}

.__link {
      color: white;
    text-shadow: 0px 0px 2px black;
    margin-top: 3px;
}
.__link:hover {
cursor:pointer;
color: #77ff00;
}

.__bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    background: #2b2929d6;
    padding-top: 8px;
}
.__bottom .__poweredBy {
      font-family: 'ai';
    color: #cccbc6;
    font-size: 25px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 2px black;
}
.__bottom .__reseved {
      color: #b4b4b4;
    margin: 5px;
}