* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
/*background-color: #f7931e;*/
background-color: #faf4f4;

/*background-image: url('5397533.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;*/
}

.form-register {
  width: 400px;
  background: #FFFFFF;
  padding: 30px;
  margin: auto;
  margin-top: 100px;
  border-radius: 4px;
  font-family: 'Jost', sans-serif;
  color: white;
  box-shadow: 7px 13px 37px #000;
}

.form-register h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  color: #336633;
}

.form-register img {
display: block;
margin: 30px auto 30px;
}


.controls {
  width: 100%;
  background: #24303c;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #1f53c5;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: white;
}

.form-register p {
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

.form-register a {
  color: white;
  text-decoration: none;
}

.form-register a:hover {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.form-register .botons {
  width: 100%;
  background: #336633;
  border: none;
  padding: 12px;
  color: white;
  margin: 16px 0;
  font-size: 16px;
  cursor: pointer;
}
