html, body {
  height: 100%;
  margin: 0;
  color: #000000;
  background-color: #f9f9f9;
  font-family: OpenSans, RO Sans, Calibri, sans-serifbody, serif;

  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0;
}

.main-content {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 20px;
  margin: 0;
}

.rectangle {
  width: 770px;
  height: 523px;
  background-color: #ffffff;
  margin: 100px auto 100px auto;
}

.app-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.app-content {
  flex: 1 0 auto;
  height: 100%;
  background-color: #f9f9f9;
}

.inside {
  padding: 35px 100px 0 100px;
}

h1 {
  font-size: 40px;
  font-family: RO Sans, Calibri, sans-serifbody, serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.53;
  letter-spacing: 0;
  color: #000000;
  height: 39px;
}

input {
  background-color: #f4f5f6;
  border: 0;
  height: 32px;
  width: 100%;
}

.green-button {
  background-color: #39870c;
  color: white;
  width: 150px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  float: right;
}

hr {
  width: 570px;
  height: 1px;
  background-color: #000000;
}

a {
  color: #3366cc;
}

@font-face {
  font-family: "RO Sans";
  src: url(./fonts/RO-SansWebText-Regular.eot);
  src: url(./fonts/RO-SansWebText-Regular.eot?#iefix) format('eot'), url(./fonts/RO-SansWebText-Regular.ttf) format('truetype'), url(./fonts/RO-SansWebText-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RO Sans";
  src: url(./fonts/RO-SansWebText-Bold.eot);
  src: url(./fonts/RO-SansWebText-Bold.eot?#iefix) format('eot'), url(./fonts/RO-SansWebText-Bold.ttf) format('truetype'), url(./fonts/RO-SansWebText-Bold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "RO Sans";
  src: url(./fonts/RO-SansWebText-Italic.eot);
  src: url(./fonts/RO-SansWebText-Italic.eot?#iefix) format('eot'), url(./fonts/RO-SansWebText-Italic.ttf) format('truetype'), url(./fonts/RO-SansWebText-Italic.woff) format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "RO Serif";
  src: url(./fonts/RO-SerifWeb-Regular.eot);
  src: url(./fonts/RO-SerifWeb-Regular.eot?#iefix) format('eot'), url(./fonts/RO-SerifWeb-Regular.ttf) format('truetype'), url(./fonts/RO-SerifWeb-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RO Serif";
  src: url(./fonts/RO-SerifWeb-Bold.eot);
  src: url(./fonts/RO-SerifWeb-Bold.eot?#iefix) format('eot'), url(./fonts/RO-SerifWeb-Bold.ttf) format('truetype'), url(./fonts/RO-SerifWeb-Bold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "RO Serif";
  src: url(./fonts/RO-SerifWeb-Italic.eot);
  src: url(./fonts/RO-SerifWeb-Italic.eot?#iefix) format('eot'), url(./fonts/RO-SerifWeb-Italic.ttf) format('truetype'), url(./fonts/RO-SerifWeb-Italic.woff) format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "OpenSans";
  src: url(./fonts/OpenSans-Regular.ttf);
  src: url(./fonts/OpenSans-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "OpenSans";
  src: url(./fonts/OpenSans-Semibold.ttf);
  src: url(./fonts/OpenSans-Semibold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
