/* line 1, ../scss/style.scss */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 22, ../scss/style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 26, ../scss/style.scss */
body {
  line-height: 1;
  background: #f2f5fd;
  font-family: 'Montserrat', sans-serif;
}

/* line 31, ../scss/style.scss */
ol, ul {
  list-style: none;
}

/* line 34, ../scss/style.scss */
blockquote, q {
  quotes: none;
}

/* line 37, ../scss/style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 42, ../scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 47, ../scss/style.scss */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* line 52, ../scss/style.scss */
.error_content {
  background: #292a31;
}
/* line 54, ../scss/style.scss */
.error_content .container {
  padding: 20px 0;
  color: white;
  text-align: center;
}
/* line 58, ../scss/style.scss */
.error_content .container h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 500;
}
/* line 62, ../scss/style.scss */
.error_content .container h1 img {
  width: 40px;
  margin-right: 10px;
  vertical-align: text-top;
}
/* line 68, ../scss/style.scss */
.error_content .container p {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 14px;
}
/* line 72, ../scss/style.scss */
.error_content .container p strong {
  font-weight: 500;
}

.error_content .container a{
  color: #0085ff;
}

/* line 80, ../scss/style.scss */
.content .container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
/* line 86, ../scss/style.scss */
.content .container h2 {
  margin: 100px 0 20px 0;
  font-size: 48px;
  font-weight: 600;
}
/* line 91, ../scss/style.scss */
.content .container p {
  margin-bottom: 10px;
}
/* line 93, ../scss/style.scss */
.content .container p:nth-child(3) {
  margin-bottom: 50px;
}
/* line 97, ../scss/style.scss */
.content .container form {
  position: relative;
  width: 85%;
}


/* line 100, ../scss/style.scss */
.content .container form input {
  width: 100%;
  margin-bottom: 20px;
  background: linear-gradient(45deg, #f1f1f136, white);
  border: 1px solid #ffffffba;
  border-radius: 20px;
  box-shadow: 30px 60px 107px 0px #00000030;
  z-index: 9;
  font-size: 20px;
  box-sizing: border-box;
  padding: 25px;
  transition: all .5s ease;
  outline: none;
}
/* line 114, ../scss/style.scss */
.content .container form button {
  border: none;
  background: #0085ff;
  border-radius: 15px;
  position: absolute;
  right: 5px;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  padding: 20px;
  top: 5px;
}
/* line 125, ../scss/style.scss */
.content .container form button img {
  width: 100%;
}

@media (max-width: 1199px) {
  /* line 135, ../scss/style.scss */
  .container {
    width: 100%;
    padding: 30px !important;
    box-sizing: border-box;
  }
}
