#extr-page #header {
  display:none;
}

body{
  font-family: "Manrope", sans-serif;
}

fieldset{
  padding: 26px 14px 5px !important;
}

.smart-form *{
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}

label{
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 100% !important;  
    margin-bottom: 10px !important;
}

input {
    height: 40px;
    padding: 0 12px !important;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    width: 100%;
}

.btn{
  margin:0 !important;
}

.backLink {
    color: #455164;
    display: flex;
    align-items: center;
    gap: 6px;
    row-gap: 6px;
    column-gap: 6px;
    justify-content: center;
}

