input {
  font-size: 16px;
  text-align: center;
  padding: 12px 16px;
  display: block;
  width: 70%;
  border: 1px solid rgba(88, 103, 120, 0.45);
  border-radius: 10px;
  background: #505050;
  color: #eef2f7;
  transition: 0.2s ease;
/*   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); */
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.form__input_promo {
  font-size: 16px;
  text-align: center;
  padding: 12px 16px;
  display: block;
  width: 30%;
  border: 1px solid rgba(88, 103, 120, 0.45);
  border-radius: 10px;
  background: #505050;
  color: #eef2f7;
  transition: 0.2s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
input:focus {
  outline: none;
  border-color: #62beff;
  box-shadow: 0 0 0 3px rgba(98, 190, 255, 0.18);
}
.form__input_promo:focus {
  border-color: #62beff;
  box-shadow: 0 0 0 3px rgba(98, 190, 255, 0.18);
}
input::placeholder {
  color: rgba(231, 236, 245, 0.55);
}
input[type=checkbox] {
  font-size: 16px;
  text-align: center;
  padding: 12px 16px;
  display: block;
  width: 70%;
  box-shadow: none;
  border-color: none;
}
input[type=button] {
  background: linear-gradient(135deg, #304050, #1d252d);
  border: none;
  color: #eef2f7;
  padding: 16px 32px;
  text-decoration: none;
  margin: 6px 2px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  border-radius: 12px;
  /* box-shadow: 0 10px 20px rgba(8, 12, 18, 0.35); */
  transition: 0.2s ease;
}
input[type=link] {
    background-color: transparent;
    border: none;
    color: #62beff;
	padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
  font-family: verdana;
  font-weight: bold;
}
input[type=submit] {
    background: linear-gradient(135deg, #f7c948, #f0a400);
    border: none;
	width: 150px;
    color: #111417;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.35);
  -webkit-appearance: button;
  transition: 0.2s ease;
}
.myselect {
  background: #505050;
  color: #eef2f7;
  padding: 12px;
  width: 250px;
  border: 1px solid rgba(88, 103, 120, 0.45);
  font-family: 'Roboto', sans-serif;
  font-size: 110%;
    cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-appearance: button;
}
.myselect_input {
  background: #505050;
  text-align: left;
  color: #eef2f7;
  padding: 12px;
  width: 250px;
  border: 1px solid rgba(88, 103, 120, 0.45);
  font-family: 'Roboto', sans-serif;
  font-size: 110%;
    cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-appearance: button;
}
.loading {
  color: #eef2f7;
  padding: 12px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(88, 103, 120, 0.45);
  background: rgba(24, 29, 35, 0.9);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
  -webkit-appearance: button;
}
.myselectmini {
  background: #505050;
  color: #eef2f7;
  padding: 12px;
  width: 20px;
  border: 1px solid rgba(88, 103, 120, 0.45);
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
    cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
  -webkit-appearance: button;
}
body {
  font-family: 'Roboto', sans-serif;
  background: #303030;
  color: #eef2f7;
}
a {
	font-size: 10pt;
  font-family: 'Roboto', sans-serif;
  color: #62beff;
}
a:hover {
  color: #8ad2ff;
}
