body {
  background-color: transparent;
}

@font-face {
  font-family: 'NissanEN';
  src: url('../fonts/NissanEN.woff2') format('woff2'),
    url('../fonts/NissanEN.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NissanTH';
  src: url('../fonts/NissanTH.woff2') format('woff2'),
    url('../fonts/NissanTH.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  display: -ms-flexbox;
  /* display: flex;
  -ms-flex-align: center;*/
  align-items: center;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFFFFF;
}

input {
  color: #000000;
}

.logo {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: auto;
}

.responsive {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: auto;
  padding: 20px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.img-container {
  max-width: 100%;
}

.img-container img {
  width: 100%;
}

.form-registration {
  width: 100%;
  height: 100%;
  max-width: 800px;
  text-align: center;
  margin: auto;
}

.form-data {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.form-checkbox {
	transform: scale(3);
	margin: 20px;
	border-color: #000000; 
}

.form-button {
	height: 40px; 
	width: 200px; 
	background-color: #FFFFFF; 
	border-color: #000000; 
	border-radius: 15px;
	margin: 20px;
}

.form-control {
    color: #000000;
    border: 1px solid #D3D3D3;
    border-radius: 15px;
	margin-bottom: 15px;
}

.form-control::-webkit-input-placeholder { 
}
.form-control::-ms-input-placeholder { 
}
.form-control::-moz-placeholder { 
}
.form-control::-moz-placeholder { 
}
