/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@font-face {
  font-family: vazir;
  src: url("../../fonts/frontend/Vazir-Thin.eot");
  src: url("../../fonts/frontend/Vazir-Thin.eot") format("embedded-opentype"), url("../../fonts/frontend/Vazir-Thin.woff2") format("woff2"), url("../../fonts/frontend/Vazir-Thin.woff") format("woff"), url("../../fonts/frontend/Vazir-Thin.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: vazir;
  src: url("../../fonts/frontend/Vazir-Light.eot");
  src: url("../../fonts/frontend/Vazir-Light.eot") format("embedded-opentype"), url("../../fonts/frontend/Vazir-Light.woff2") format("woff2"), url("../../fonts/frontend/Vazir-Light.woff") format("woff"), url("../../fonts/frontend/Vazir-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: vazir;
  src: url("../../fonts/frontend/Vazir.eot");
  src: url("../../fonts/frontend/Vazir.eot") format("embedded-opentype"), url("../../fonts/frontend/Vazir.woff2") format("woff2"), url("../../fonts/frontend/Vazir.woff") format("woff"), url("../../fonts/frontend/Vazir.ttf") format("truetype");
  src: url("../../fonts/frontend/Vazir.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: vazir;
  src: url("../../fonts/frontend/Vazir-Medium.eot");
  src: url("../../fonts/frontend/Vazir-Medium.eot") format("embedded-opentype"), url("../../fonts/frontend/Vazir-Medium.woff2") format("woff2"), url("../../fonts/frontend/Vazir-Medium.woff") format("woff"), url("../../fonts/frontend/Vazir-Medium.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: vazir;
  src: url("../../fonts/frontend/Vazir-Bold.eot");
  src: url("../../fonts/frontend/Vazir-Bold.eot") format("embedded-opentype"), url("../../fonts/frontend/Vazir-Bold.woff2") format("woff2"), url("../../fonts/frontend/Vazir-Bold.woff") format("woff"), url("../../fonts/frontend/Vazir-Bold.ttf") format("truetype");
  font-weight: bold;
}

@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

body {
  font-family: vazir, sans-serif;
  color: #033a49;
}

a {
  text-decoration: none;
  color: #df2027;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a:hover {
  opacity: .5;
}

img {
  display: inline-block;
  max-width: 100%;
}

p {
  line-height: 1.4em;
  text-align: justify;
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 2rem 0;
}

dl dd {
  margin-top: -1.3em;
  margin-right: 2rem;
  margin-bottom: .5em;
}

.material-icons {
  vertical-align: middle;
}

section.icon-set {
  text-align: center;
}

section.icon-set ul {
  list-style-type: none;
  list-stype-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.2em;
}

section.icon-set ul li {
  margin: 2rem;
  width: 9.75rem;
  line-height: 1.4em;
}

section.icon-set ul li .icon {
  -webkit-box-shadow: 0 0 50px rgba(0, 24, 24, 0.3);
          box-shadow: 0 0 50px rgba(0, 24, 24, 0.3);
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background-color: #eee;
  margin: 0 auto 1rem;
}

section.icon-set ul li .icon i {
  line-height: 6.5rem;
  font-size: 2em;
}

@media all and (max-width: 700px) {
  section.icon-set ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

iframe {
  max-width: 100%;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contacts > * {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contacts .map {
  margin-top: 2rem;
  margin-right: 2rem;
}

.contacts .map iframe {
  width: 100%;
}

#openProfiler {
  display: none !important;
}

html {
  height: 100%;
  font-size: 14px;
  direction: rtl;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html *,
html *::before,
html *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topnav {
  -webkit-box-shadow: 0 0 50px rgba(0, 24, 24, 0.3);
          box-shadow: 0 0 50px rgba(0, 24, 24, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  background-color: #fff;
  z-index: 100;
  width: 70rem;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topnav a {
  display: inline-block;
}

.topnav ul {
  list-style-type: none;
  list-stype-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.topnav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topnav .logo {
  padding: 1rem;
}

.topnav .logo img {
  display: block;
}

.topnav .topmenu {
  justify-self: flex-end;
  padding-right: 2rem;
}

.topnav .topmenu li {
  padding-left: 1rem;
}

.topnav .topmenu li a {
  color: #033a49;
  padding: .5rem;
}

.topnav .topmenu li a.active {
  color: #df2027;
  border-bottom: 0.25rem solid #df2027;
  padding-top: .75rem;
}

.topnav .topmenu li:not(:last-child)::after {
  content: "";
  display: inline-block;
  height: 1rem;
  margin-right: 1rem;
  border-left: 1px solid rgba(3, 58, 73, 0.5);
}

.topnav .login {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #e8ebf6;
  color: #033a49;
}

.topnav .login a {
  color: #033a49;
}

.topnav .login ul li {
  font-size: .8em;
}

.topnav .login ul li a {
  padding: .5rem 1rem;
}

.topnav .login ul li:nth-child(even) {
  background-color: #033a49;
}

.topnav .login ul li:nth-child(even) a {
  color: #e8ebf6;
}

.topnav.sticky {
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.topnav .hamburger {
  display: none;
}

@-webkit-keyframes nav-entrance {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
}

@keyframes nav-entrance {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
}

.content {
  margin-top: 15rem;
  min-height: 100%;
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content section.highlight {
  font-size: 1.2em;
  text-align: center;
}

.content section.highlight p {
  text-align: center;
}

.content section.dark {
  background-color: #033a49;
  color: #fff;
  padding: 1rem 0;
}

.content section.light {
  background-color: #eee;
  padding: 1rem 0;
}

.wrapper {
  margin: 0 auto 2rem;
  max-width: 74rem;
  padding: 0 2rem;
}

.content > header {
  background-color: rgba(3, 58, 73, 0.5);
  margin-top: -15rem;
  height: 20rem;
  overflow: hidden;
  color: #fff;
  position: relative;
}

.content > header .wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.content > header .info {
  font-size: 1.2em;
  width: 50%;
}

.content > header .photo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

.content > header .photo img {
  min-height: 20rem;
  max-width: none;
}

footer {
  -webkit-box-shadow: 0 0 50px rgba(0, 24, 24, 0.3);
          box-shadow: 0 0 50px rgba(0, 24, 24, 0.3);
  height: 10rem;
  padding: 2rem;
  background: radial-gradient(at bottom left, #8f2933, #033a49);
  color: #fff;
}

footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .wrapper .copyright {
  text-align: left;
  font-size: .8em;
}

footer .wrapper a {
  color: #fff;
}

footer .wrapper ul {
  list-style-type: none;
  list-stype-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

footer .wrapper ul li {
  margin-right: 2rem;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  border: 1px solid #b0bcd6;
  border-radius: 0.2rem;
  padding: .5rem 1rem;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bbb;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #bbb;
}

button, [type='button'], [type='reset'], [type='submit'], .button {
  display: inline-block;
  border: none;
  border-radius: 0.2rem;
  padding: .5rem 1rem;
  background-color: #df2027;
  color: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 24, 24, 0.3);
          box-shadow: 0 0 50px rgba(0, 24, 24, 0.3);
  cursor: pointer;
}

button.cta, [type='button'].cta, [type='reset'].cta, [type='submit'].cta, .button.cta {
  background: radial-gradient(circle at bottom left, #033a49, #df2027);
}

button.secondary, [type='button'].secondary, [type='reset'].secondary, [type='submit'].secondary, .button.secondary {
  background-color: #033a49;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled, .button:disabled {
  background: gray !important;
}

.form-group {
  margin: .5rem 0;
}

.content > header .change-user-type {
  display: block;
  -webkit-box-shadow: 0 0 50px rgba(0, 24, 24, 0.3);
          box-shadow: 0 0 50px rgba(0, 24, 24, 0.3);
  position: absolute;
  bottom: 2rem;
  left: 0;
  z-index: 1;
  background-color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  -webkit-animation: 1s ease slide-right;
          animation: 1s ease slide-right;
}

.content > header .change-user-type .material-icons {
  font-size: 2.5rem;
}

.content > header .change-user-type a {
  color: #033a49;
  display: inline-block;
  padding: 1rem;
}

.content > header.landing {
  height: 40rem;
}

.content > header.landing .photo {
  min-height: 40rem;
}

.content > header .form-group .cta {
  margin-left: 1rem;
}

section.benefits .wrapper {
  margin-top: 2rem;
}

section.benefits .icon {
  background: radial-gradient(at bottom left, #8f2933, #033a49);
  color: #fff;
  border-radius: 50%;
}

section.statistics {
  font-size: 1.3em;
}

section.statistics .wrapper {
  margin-top: 2rem;
}

section.statistics ul {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

section.statistics ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

section.statistics .value {
  white-space: nowrap;
  font-weight: bold;
}

section.statistics .value em {
  display: inline-block;
  font-size: 1.8em;
  line-height: 1.1em;
  color: #df2027;
  font-style: normal;
  vertical-align: middle;
}

section.statistics .value .unit {
  font-size: .7em;
  vertical-align: middle;
}

section.app .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

section.app .photo {
  margin-top: -10%;
}

section.app .info {
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 1rem;
}

section.app .info p {
  text-align: right;
}

section.slogan {
  text-align: center;
  padding: 10rem 0 !important;
  background: url("../../img/frontend/iran-map.svg") no-repeat center;
  background-size: 46.66666667rem auto;
  background-attachment: fixed;
}

section.slogan p {
  text-align: center;
}

.profile-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3em;
  text-align: center;
  margin: 2rem 0;
}

.profile-selection > * {
  padding: 1rem;
  width: 100%;
}

.profile-selection > *:first-child {
  border-left: 1px solid #eee;
}

.profile-selection > * button, .profile-selection > * [type='button'], .profile-selection > * [type='reset'], .profile-selection > * [type='submit'] {
  padding: 1rem 2rem;
}

.profile-selection p {
  text-align: center;
}

.login-signup {
  text-align: center;
}

.login-signup .cta {
  font-size: 1.3em;
  padding: .5rem 1.5rem;
  margin: .5rem 0;
}

.login-signup [type='color'], .login-signup [type='date'], .login-signup [type='datetime'], .login-signup [type='datetime-local'], .login-signup [type='email'], .login-signup [type='month'], .login-signup [type='number'], .login-signup [type='password'], .login-signup [type='search'], .login-signup [type='tel'], .login-signup [type='text'], .login-signup [type='time'], .login-signup [type='url'], .login-signup [type='week'], .login-signup input:not([type]), .login-signup textarea {
  direction: ltr;
}

.login-signup.hide {
  display: none;
}

.login-signup .hide {
  display: none;
}

.form-container {
  background-color: #eee;
  width: 500px;
  max-width: 100%;
  padding: 1rem 3rem;
  margin: 0 auto;
  text-align: right;
}

.form-container [type='color'], .form-container [type='date'], .form-container [type='datetime'], .form-container [type='datetime-local'], .form-container [type='email'], .form-container [type='month'], .form-container [type='number'], .form-container [type='password'], .form-container [type='search'], .form-container [type='tel'], .form-container [type='text'], .form-container [type='time'], .form-container [type='url'], .form-container [type='week'], .form-container input:not([type]), .form-container textarea {
  width: 300px;
  max-width: 100%;
}

.form-container.login [type='color'], .form-container.login [type='date'], .form-container.login [type='datetime'], .form-container.login [type='datetime-local'], .form-container.login [type='email'], .form-container.login [type='month'], .form-container.login [type='number'], .form-container.login [type='password'], .form-container.login [type='search'], .form-container.login [type='tel'], .form-container.login [type='text'], .form-container.login [type='time'], .form-container.login [type='url'], .form-container.login [type='week'], .form-container.login input:not([type]), .form-container.login textarea {
  width: 100%;
  padding-right: 2rem;
}

.form-container.login .form-group {
  position: relative;
}

.form-container.login .material-icons {
  position: absolute;
  top: 3px;
  right: 3px;
  opacity: .7;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

section.enamad {
  text-align: center;
}

.form-alerts {
  width: 500px;
  margin: 0 auto;
  text-align: right;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}

.form-alerts .alert-danger,
.form-alerts .alert-success {
  padding: 0 1rem;
  padding-left: 2rem;
  border: 1px solid;
}

.form-alerts .alert-success {
  color: green;
}

.form-alerts .alert-danger {
  color: #df2027;
}

@media all and (max-width: 767px) {
  .topnav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-animation: none;
            animation: none;
  }
  .topnav .hamburger {
    display: inline-block;
    padding: 1rem;
    display: block;
    vertical-align: middle;
    position: relative;
    z-index: 101;
  }
  .topnav .hamburger a {
    color: #033a49;
  }
  .topnav .hamburger i.material-icons {
    font-size: 2.5rem;
  }
  .topnav .hamburger::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
  }
  .topnav .logo {
    padding: 0.5rem;
  }
  .topnav .topmenu {
    font-size: 1.3em;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #033a49;
    padding: 1rem;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .topnav .topmenu li a {
    color: #fff;
    padding: 2rem 1rem;
    display: block;
    width: 100%;
    text-align: center;
  }
  .topnav .topmenu li a.active {
    border-bottom: none;
    font-weight: bold;
    padding: 2rem 1rem;
  }
  .topnav .topmenu li::after {
    display: none !important;
  }
  .topnav.open .hamburger a {
    color: #fff;
  }
  .topnav.open .topmenu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.6);
  }
  .content {
    margin-top: 0;
  }
  .content > header {
    margin-top: 4.5rem;
    height: 10rem;
  }
  .content > header.landing {
    height: auto;
  }
  .content > header.landing .wrapper, .content > header.landing .info {
    position: static;
  }
  .content > header.landing .photo {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    height: 75vh;
    min-height: 0;
    overflow: hidden;
  }
  .content > header.landing .photo img {
    height: 100%;
    min-width: 130vw;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }
  .content > header.landing .info {
    width: 100%;
  }
  .content > header .wrapper input, .content > header .wrapper .button {
    text-align: center;
    width: 75%;
    display: block;
    margin: .5rem auto !important;
  }
  .content > header .change-user-type {
    position: absolute;
    top: 75vh;
    bottom: auto;
    left: 0;
    margin-top: -7rem;
  }
  body > footer {
    height: auto;
  }
  body > footer .wrapper {
    display: block;
  }
  body > footer .wrapper ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body > footer .wrapper ul li {
    margin: 1rem;
  }
  body > footer .wrapper .copyright {
    margin-top: 2rem;
    text-align: center;
  }
  section.slogan {
    background-size: 100% auto;
  }
  .contacts {
    display: block;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  body {
    display: block !important;
  }
  body .topnav {
    display: block !important;
    text-align: left;
  }
  body .topnav .topmenu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  body section.app .photo {
    width: 100%;
  }
  body section.app .photo img {
    display: block;
  }
  body .content > header .wrapper {
    width: 100% !important;
  }
}
