@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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%;
    vertical-align: baseline;
}
img {
    height: auto;
    vertical-align: top;
    width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}
button {
    cursor: pointer;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
}

/* ***** */
* {
    font-family: "Poppins", sans-serif;
}
.header {
    text-align: center;
    background-color: #3A4656;
    padding: 15px 25px 0;
    color: #fff;
}
.logo-link, .logo-link:hover {
    color: white;
}
.logo {
    display: flex;
    justify-content: center;
}
.logo img {
    width: 42px;
}
.logo-text {
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.logo-text .large {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1;
}
.logo-text .small {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}
.logo-text .extra-small {
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
}
/* profile */
.user-profile {
    position: absolute;
    top: 15px;
    right: 15px;
}
.user {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    display: block;
    position: relative;
    cursor: pointer;
}
.user img {
    width: 100%;
}
.dropdown-menu {
    position: absolute;
    width: 230px;
    right: 0;
    background-color: #ffffff;
    padding: 15px 15px 15px;
    border-radius: 6px;
    box-shadow: -2px 2px 4px 2px rgb(0 0 0 / 8%);
    display: none;
    opacity: 0;
    visibility: hidden;
    top: auto;
    color: #000;
    text-align: left;
    margin-top: 5px;
}
.user-name {
    font-size: 16px;
}
/* profile */
.nav-btn a {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    color: #41505f;
    border-radius: 4px;
    transition: all .25s;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    margin-top: 12px;
}
.nav-btn a .icon {
    width: 17px;
    height: auto;
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
}
.nav-btn a .icon img {
    width: 100%;
    opacity: 0.7;
}
.form-text {
    max-width: 1000px;
    margin-inline: auto;
    padding: 10px;
    background: #637A99;
    font-size: 21px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 20px 20px 0 0;
    line-height: 28px;
    color: #fff;
}
.main {
    background-color: #F3F3F3;
    display: flow-root;
    min-height: calc(100vh - 136px);
    padding-inline: 25px;
}
.main-wrapper {
    max-width: 1000px;
    margin-inline: auto;
    background-color: #fff;
    display: flow-root;
    padding: 30px;
    margin-bottom: 30px;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input:focus-visible {
    outline: auto 1px #637A99;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * 0);
    margin-right: calc(-0.5 * 1.5rem);
    margin-left: calc(-0.5 * 1.5rem);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
    margin-top: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -8px 0;
}
.error-msg {
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    color: red;
}
.row .col {
    flex: 1 1 100%;
    width: 100%;
    margin-top: 10px;
    padding: 0 8px;
}
.col-6 {
    flex: 0 0 50%;
    width: 50%;
}
.row [class*="col-"] {
    margin-top: 10px;
    padding: 0 8px;
}
.fieldset .field {
    display: flex;
    flex-direction: column;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fieldset input, .fieldset textarea, .fieldset select {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
}   
.help-block {
    font-size: 12px;
    padding-top: 3px;
    color: red;
}
.help-block:empty {
    padding: 0;
}
.fieldset label {
    color: #000;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: normal;
}
.required {
    color: red;
    margin-left: 2px;
}
.btn {
    font-size: 15px;
    padding: 10px 18px 11px;
    background: #3A4656;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 300;
    transition: all 0.3s ease-out;
}
.captcha-submit-btn {
    display: flex;
    margin-top: 16px;
    align-items: flex-end;
}
.submit-btn {
    margin-left: auto;
    height: fit-content;
}
.message_block {
    text-align: center;
}
.message_block.success {
    color: #0a6d0a;
    font-weight: 500;
}
.message_block.error {
    color: red;
    font-weight: 500;
}
.bottom_info_text {
    max-width: 1000px;
    margin-inline: auto;
    border: 1px solid #D9D9D9;
    padding: 12px 12px;
    border-radius: 12px;
    color: #637A99;
    font-size: 13px;
    background-color: #637a9912;
    margin-bottom: 24px;
    line-height: 16px;
}
.bottom_info_text span:nth-child(2) {
    display: block;
    margin-top: 5px;
}
@media only screen and (max-width: 600px) {
  .header {
      padding: 15px 15px 0;
  }
  .main {
      padding-inline: 15px;
  }
  .main-wrapper {
      padding: 20px;
  }
  .fieldset .field {
      flex: 0 0 100%;
      width: 100%;
  }
  .captcha-submit-btn {
      flex-direction: column;
      align-items: flex-start;
      overflow: hidden;
  }
  .submit-btn {
      margin-left: inherit;
      margin-top: 14px;
  }
}
 