* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background: url(../imgn/imagen.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.form-register {
  width: 1000px;
  background: rgba(40,57,74,0.92);
  padding: 10px;
  margin: auto;
  margin-top: 70px;
  border-radius: 8px;
  font-family: 'calibri';
  color: white;
  box-shadow: 7px 13px 37px #000;
}
@media screen and (max-width:650px){
	.form-register{width: 420px;}
}

.form-register h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.controls {
  width: 100%;
  background: #24303c;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #1f53c5;
  font-family: 'calibri';
  font-size: 18px;
  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;
}
.ok a{
  text-decoration:none;
}
a:link, a:visited, a:active {
  text-decoration:none;
}
.form-register .botons {
  width: 100%;
  background: #1f53c5;
  border: none;
  padding: 12px;
  color: white;
  margin: 16px 0;
  font-size: 16px;

}
.btn-success{width: 435px;}
@media screen and (max-width:650px){
	.btn-success{width: 150px;}
}
