html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

header {
  font-family: Arial, Helvetica, sans-serif;
}

header strong, .cnt-form label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.cnt-form, .cnt-form .row-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  line-height: normal;
  height: 100%;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  color: #5e6162;
}

main {
  border: 5px solid #004B44;
  padding: 20px;
  height: 100%;
  height: 100vh;
}

a, a:link {
  text-decoration: none;
  color: #5e6162;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

a:after, a:before {
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

a:hover {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  color: #5e6162;
}

:-moz-placeholder {
  color: #5e6162;
}

::-moz-placeholder {
  color: #5e6162;
}

:-ms-input-placeholder {
  color: #5e6162;
}

header {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #5e6162;
  padding-bottom: 20px;
}
header .cnt-logo {
  padding-bottom: 20px;
}

.cnt-form {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cnt-form label {
  display: block;
  color: #1aaeb7;
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.cnt-form .value {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: none;
  border-bottom: 1px solid #004B44;
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #5e6162;
}
.cnt-form .item-form {
  width: 100%;
  padding-bottom: 20px;
}
.cnt-form .item-form input, .cnt-form .item-form select {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: none;
  border-bottom: 1px solid #004B44;
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #5e6162;
}
.cnt-form .row-btn {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cnt-form .row-btn input, .cnt-form .row-btn a, .cnt-form .row-btn a:link {
  color: #FFF;
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  background: #004B44 url("../img/arrow.png") no-repeat right center;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 40px;
  cursor: pointer;
  max-width: 250px;
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 568px) {
  .cnt-form .item-form {
    width: 50%;
    max-width: 290px;
    padding: 0 20px;
  }

  .cnt-form .row-btn {
    padding-top: 20px;
  }
}
