body {
	background-color: #EBECF0;
	min-height: 900px;
}

label {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0px;
  width: 400px;
}
input {
  border: 0;
  outline: 0;
  font-size: 18px;
  border-radius: 10px;
  padding: 14px;
  background-color: #EBECF0;
  text-shadow: 1px 1px 0 #FFF;

  height: 3.6rem;

  margin-right: 8px;
  box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}
#fixeddata {
  margin-right: 8px;
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}

input:focus {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}

.buttonType {
  border: 0;
  outline: 0;
  font-size: 24px;
/*  border-radius: 320px; */
  border-radius: 10px;
/*  padding: 5px; */
/*  background-color: #EBECF0; */
  text-shadow: 1px 1px 0 #FFF;

  width: 100%;
  color: #61677C;
  font-weight: bold;
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.buttonType-submit {
  width: 230px;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  line-height: 1.0em;
  text-shadow: none;
  word-break: keep-all;
  height: 3em;
}

.buttonType:hover {
  box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
}

.buttonType:active {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}

.buttonType:focus {
	outline:0;
}

ol.list_parentheses li  {
	list-style-type:none;
	counter-increment: cnt;
	text-indent:-1.8em;
	padding:0;
}
ol.list_parentheses li:before  {
	display: marker;
	content: "("counter(cnt) ") ";
}

ol.list_parentheses1 li  {
	list-style-type:none;
	counter-increment: cnt;
	text-indent:-1.4em;
	padding:0;
}
ol.list_parentheses1 li:before  {
	display: marker;
	content: counter(cnt) ") ";
}

/* SIGNUP p */
#signupForm,
#loginBtnForm {
  width: 45%;
}

#signupForm input[type="text"],
#signupForm input[type="tel"],
#signupForm input[type="password"] {
  height: 2.5rem;
}

#loginForm input[type="text"],
#loginForm input[type="tel"],
#loginForm input[type="password"]
{
  height: 3.5rem;
}
