* {
  box-sizing: content-box;
}

body {
  text-align: center;
  font-size: 19pt;
  background-image: url("m-1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
}
h2 {
  text-align: center;
  color: #009aff !important;
  font: 60px Lobster;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.field-1 {
  width: 1000px;
  background-color: black;
  opacity: 0.8;
  color: white;
  margin: auto;

  font-size: 19pt;
}

.legend-1 {
  background-color: #009aff;
  color: white;
  font-size: 19pt;
}
.legend-2 {
  /*background-color:#009aff;*/
  color: white;
  font-size: 19pt;
}
button {
  background-color: black;
  opacity: 0.6;
  width: 200px;
  height: 50px;
  color: white;
}
label {
  display: inline-block;
}
.form-label {
  margin-bottom: 0.5rem;
}
div.two {
  width: 1100px;
  height: auto;
  text-align: center;
  background-color: black;
  color: white;
  opacity: 0.9;
  float: center;
}
.left {
  float: left;
}
.col {
  flex: 1 0 0%;
}
.col-2 {
  width: 45%;
  float: left;
}
.col-3 {
  width: 33%;
  float: left;
}
.col-4 {
  width: 25%;
  float: left;
}
.row {
  margin: 10px -15px;
}
div {
  padding: 0 15px;
  box-sizing: border-box;
}

.btn-width {
  width: 350px;
}
.btn-color {
  color: #fff;
  background-color: #009aff;
  border-color: #145086;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pd {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 10px 0;
  padding: 10px;
}
.flex1 {
  width: 100%;
}
.m {
  margin: 30px 0;
}
.m1 {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 7px;
  margin-left: 7px;
}
.m2 {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 12px;
  margin-left: 12px;
}
.mt {
  margin-top: 50px;
}
.mb {
  margin-bottom: 100px;
}
.ml {
  margin-left: 80px;
}
.mr {
  margin-right: 150px;
}
/*
 .form-field{
	height:30px;
	font-size:14pt;
	border-radius:5%;
width:auto;	
 }
*,::after,::before {
    box-sizing: border-box;
}*/

.form-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -moz-appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}
.form-field-1 {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -moz-appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}
