body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  font-family: Cerebrisans, sans-serif;
  color: #202020;
  font-size: 17px;
  line-height: 25px;
}
.login-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 250px;
    margin-bottom: 0px;
    padding: 60px 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #e6e6e6;
    background-color: #72bf43;
}

.component-container-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    min-width: 30%;
    margin: -80px auto 140px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #e6e6e6;
    border-radius: 13px;
    background-color: #fff;
    font-weight: 400;
}
.component-section-portal, .component-container-login {
    color: #000000;
}

.header-1-reverse.banner-header {
    max-width: 25ch;
    margin-top: 0px;
    text-align: center;
}
.header-1-reverse {
    color: #fff;
}

.form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.input-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 46px;
    min-height: 46px;
    padding: 8px 12px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}
.small-label {
    margin-bottom: 4px;
    color: #636363;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
}
.small-label.login-label {
    margin-top: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #757575;
    text-align: center;
}
.checkbox {
    margin-top: 7px !important;
}
.w-checkbox-input {
    float: left;
    margin-bottom: 0px !important;
    margin-left: -20px !important;
    margin-right: 0px !important;
    margin-top: 4px !important;
    line-height: normal;
}
.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}
.checkbox-field-2 {
    margin-top: 6px;
    margin-bottom: 6px;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
input.w-button {
    -webkit-appearance: button;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    width:100%;
}
.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 46px;
    min-height: 46px;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0575e6;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all 120ms ease;
    transition: all 120ms ease;
    color: #0575e6;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.button:hover {
    background-color: #0575e6;
    color: #fff;
}

h1 {
    margin-top: 40px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}