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

select, input, button {
  color: inherit;
  font: inherit;
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  line-height: 1.75em;
}
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}
html input[disabled] {
  cursor: default;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #1d73a2;
  transition: all 0.2s;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  color: #175c82;
}

strong {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  line-height: 1.1308809869em;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #111111;
  clear: both;
}

small {
  font-size: 80%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

sub {
  bottom: -0.25em;
  margin: 0;
  padding: 0;
  line-height: 0;
}

sup {
  top: -0.5em;
  margin: 0;
  padding: 0;
  line-height: 0;
}
sup a .fa {
  font-size: 1em;
}

button {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 0.4375em 1.75em;
  margin-bottom: 1.18125em;
}

input {
  line-height: normal;
}

select {
  text-transform: none;
  outline: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 10px 12px;
  margin: 0 auto 1em;
  width: 100%;
}

button[disabled] {
  cursor: default;
}

@media (min-width: 600px) {
  html {
    font-size: 14px;
  }
  h1 {
    font-size: calc(27.8543899523px + 18.56959 * (100vw - 600px) / 540);
  }
  h4 {
    font-size: calc(16.8060715488px + 11.20405 * (100vw - 600px) / 540);
  }
}
form {
  margin: 0;
  padding: 0;
}

h4 {
  padding: 0;
  font-weight: 500;
  color: #111111;
  clear: both;
  font-size: 16.8060715488px;
  line-height: 1.8743226166em;
  margin: 1.5619355138em 0 0.368150361em;
}

@media (min-width: 1140px) {
  h1 {
    font-size: 46.4239832539px;
    margin-top: 0.9424008225em;
    line-height: 1.1308809869em;
    margin-bottom: 0.1884801645em;
  }
  h4 {
    font-size: 28.010119248px;
    margin-top: 1.5619355138em;
    line-height: 1.8743226166em;
    margin-bottom: 0.3458450577em;
  }
  input[type=text] {
    font-size: 20px;
    margin-bottom: 0.5140625em;
  }
  input[type=submit] {
    font-size: 20px;
    margin-bottom: 1.3125em;
  }
}
input[type=text] {
  display: block;
  max-width: 100%;
  padding: 0.4375em;
  font-size: 12px;
  margin-bottom: 1.18125em;
}

.master {
  background-image: url(../images/background.png);
  background-size: cover;
  background-position: top;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box {
  width: 700px;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19), 0 6px 3px rgba(0, 0, 0, 0.23);
}

.header {
  background-color: #357295;
  padding: 30px 30px 40px;
  border-radius: 3px 3px 0 0;
  text-align: center;
}

.header__step {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.1px;
  margin: 0 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #ffffff;
}

.header__title {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 15px;
}

.step {
  position: relative;
  z-index: 1;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

.step__divider {
  background-color: #cacfd2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 60px;
  height: 3px;
}
.step__divider:first-child {
  flex: 1 0 auto;
}
.step__divider:last-child {
  flex: 1 0 auto;
}

.step__icon {
  background-color: #cacfd2;
  font-style: normal;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
}

.main {
  margin-top: -20px;
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  padding: 40px 40px 30px;
}

.buttons {
  text-align: center;
}
.buttons .button {
  margin: 0.5em;
}

.buttons--right {
  text-align: right;
}

.button {
  display: inline-block;
  background-color: #34a0db;
  border-radius: 2px;
  padding: 7px 20px;
  color: #ffffff;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  outline: none;
  border: none;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}
.button:hover {
  color: #ffffff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19), 0 6px 3px rgba(0, 0, 0, 0.23);
  background-color: #2490cb;
}

.button--light {
  padding: 3px 16px;
  font-size: 16px;
  border-top: 1px solid #eeeeee;
  color: #222222;
  background: #ffffff;
}
.button--light:hover {
  color: #222222;
  background: #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23);
}

.list {
  padding-left: 0;
  list-style: none;
  margin: 20px 0 35px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.list .list__item.list__title {
  background: rgba(0, 0, 0, 0.12);
}
.list .list__item.list__title.success span {
  color: #008000;
}
.list .list__item.list__title.success .fa:before {
  color: #008000;
}
.list .list__item.list__title.error span {
  color: #ff0000;
}
.list .list__item.list__title.error .fa:before {
  color: #ff0000;
}

.list__item {
  position: relative;
  overflow: hidden;
  padding: 7px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.list__item:last-child {
  border-bottom: none;
}
.list__item .fa.row-icon:before {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.list__item.success .fa:before {
  color: #2ecc71;
}
.list__item.error .fa:before {
  color: #e74c3c;
}

.list__item--permissions:before {
  content: "" !important;
}
.list__item--permissions span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  font-weight: 700;
  font-size: 16px;
}
.list__item--permissions span:before {
  margin-right: 7px;
  font-weight: 400;
}
.list__item--permissions.success i:before {
  color: #2ecc71;
  vertical-align: 1px;
}
.list__item--permissions.error i:before {
  color: #e74c3c;
  vertical-align: 1px;
}

.textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  height: 150px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.textarea ~ .button {
  margin-bottom: 35px;
}

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

.form-control {
  height: 14px;
  width: 100%;
}

.has-error {
  color: #ff0000;
}
.has-error input {
  color: #000000;
  border: 1px solid red;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input[type=text] {
  outline: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 10px 12px;
  width: calc(100% - 24px);
  margin: 0 auto 1em;
}

input[type=password] {
  outline: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 10px 12px;
  width: calc(100% - 24px);
  margin: 0 auto 1em;
}

input[type=url] {
  outline: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 10px 12px;
  width: calc(100% - 24px);
  margin: 0 auto 1em;
}

input[type=number] {
  outline: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 10px 12px;
  width: calc(100% - 24px);
  margin: 0 auto 1em;
}

.tabs {
  padding: 0;
}
.tabs .tab-input {
  display: none;
}
.tabs .tab-input:checked + .tab-label {
  background-color: #ffffff;
  color: #333333;
}
.tabs .tab-label {
  color: #dddddd;
  cursor: pointer;
  float: left;
  padding: 1em;
  text-align: center;
  transition: all 0.1s ease-in-out;
}
.tabs .tab-label:hover {
  color: #333333;
}
.tabs .tabs-wrap {
  clear: both;
}
.tabs .tab {
  display: none;
}
.tabs .tab > *:last-child {
  margin-bottom: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.buttons-container {
  min-height: 37px;
  margin: 1em 0 0;
}

.block {
  box-shadow: 0 3px 1px darkgray;
}
.block input[type=radio] {
  width: 100%;
  display: none;
}
.block input[type=radio] + label {
  background: #008080;
  color: #ffffff;
  padding-top: 5px;
  transition: all 0.1s ease-in-out;
}
.block input[type=radio] + label:hover {
  background: #144242;
  color: #ffffff;
  padding-top: 5px;
}
.block input[type=radio]:checked + label {
  background-color: #a9a9a9;
}
.block input[type=radio]:checked ~ .info {
  height: 200px;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
}
.block input[type=radio] ~ .info > div {
  padding-top: 15px;
}
.block label {
  width: 450px;
  max-width: 100%;
  cursor: pointer;
}
.block span {
  font-weight: 700;
  display: block;
  padding: 10px 12px 12px 15px;
  margin: 0;
  cursor: pointer;
}

.info {
  background: #ffffff;
  color: #222222;
  width: 100%;
  height: 0;
  line-height: 2;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  transition: 0.3s ease-out;
}

.margin-bottom-1 {
  margin-bottom: 1em;
}

.margin-bottom-2 {
  margin-bottom: 1em;
}

.margin-top-1 {
  margin-top: 1em;
}

.margin-top-2 {
  margin-top: 1em;
}

.alert {
  margin: 0 0 10px;
  font-size: 1.1em;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 10px;
  position: relative;
}
.alert.alert-danger {
  background: #ff0000;
  color: #ffffff;
  padding: 10px 20px 15px;
}
.alert.alert-danger h4 {
  color: #ffffff;
  margin: 0;
}
.alert.alert-danger ul {
  margin: 0;
}
.alert .close {
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: 2px solid red;
  outline: none;
  float: right;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.alert .close:hover {
  background-color: #ffffff;
  color: #ff0000;
}

svg:not(:root) {
  overflow: hidden;
}

.step__item.active .step__icon,
.step__item.active ~ .step__divider,
.step__item.active ~ .step__item .step__icon {
  background-color: #34a0db;
  transition: all 0.1s ease-in-out;
}

.step__item.active .step__icon:hover,
.step__item.active ~ .step__item .step__icon:hover {
  background-color: #3d657b;
}

.form-group.has-error select {
  border-color: #ff0000;
}
.form-group.has-error input[type=text] {
  border-color: #ff0000;
}
.form-group.has-error input[type=url] {
  border-color: #ff0000;
}
.form-group.has-error input[type=number] {
  border-color: #ff0000;
}
.form-group.has-error .error-block {
  margin: -12px 0 0;
  display: block;
  width: 100%;
  font-size: 0.9em;
  color: #ff0000;
  font-weight: 500;
}
