@font-face {
  font-family: UbuntuMedium;
  src: url('https://centr27.ru/form/job/fonts/Ubuntu-Medium.ttf');
}

input[type=button] {
    background-color: #C36513;
    border: none;
    color: black;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
  font-weight:bold;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-appearance: button;
}
input[type=link] {
    background-color: transparent;
    border: none;
    color: blue;
	padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
  font-weight: bold;
}
input[type=link]:hover {
	text-decoration: underline;
}
input[type=submit] {
    background-color: #dfb6ff;
    border: none;
	width: 150px;
    color: #000;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
  font-weight:bold;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-appearance: button;
}
input[type=text], input[type=number], input[type=tel], input[type=date] {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
  font-weight:bold;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-appearance: button;
}
textarea {
    padding: 12px 12px;
    margin: 0px 0;
    box-sizing: border-box;
  font-weight:bold;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-appearance: button;
}
html,
body {
  margin: 0;
  padding: 0;
  font: 16px "Roboto", sans-serif;
  background: #575757; 
  color: #fff;
}

* {
  box-sizing: border-box;
  font-family: UbuntuMedium, Arial, sans-serif;
}

a {
	font-size: 10pt;
  font-family: UbuntuMedium, Arial, sans-serif;
  font-weight:bold;
}

::-webkit-input-placeholder { /* Chrome */
  color: #cdcdcd;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #cdcdcd;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #cdcdcd;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #cdcdcd;
  opacity: 1;
}





/**
 * jQuery Required Fields Style Plugin v1.0
 * https://github.com/carhartl/jquery-cookie
 *
 * Copyright 2012, Melnik Victor melnikvictorl@gmail.com
 * Licensed under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/
h3 {
  margin: 10px;
}
dl {
  margin: 10px;
  padding: 10px;
  background: #dddddd;
  border: 1px solid #cccccc;
  border-radius: 4px;
  max-width: 550px;
}
dt, dd {
  margin: 5px 0;
  padding: 5px 10px;
  background: #eeeeee;
  display: inline-block;
  min-width: 250px;
}

input,
textarea {
  border: 1px solid #999999;
  background: white;
  line-height: 16px;
  font-size: 16px;
  border-radius: 15px;
}
textarea {
  height: 100px;
}

input.jquery-rfs,
textarea.jquery-rfs {
  border-color: #aa0000;
  background-color: #eeaaaa;
  border-radius: 15px;
}

.loading {
  color: black;
  background: white;
  padding: 12px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-appearance: button;
}