/*! normalize.css v8.0.1 | 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;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
    display: block;
}
/**
   * 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;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Neue Haas Grotesk Display Pro'), url('/fonts/NeueHaasDisplay/NeueHaasDisplayLight.woff') format('woff');
}
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight: 500;
    src: local('Neue Haas Grotesk Display Pro'), url('/fonts/NeueHaasDisplay/NeueHaasDisplayRoman.woff') format('woff');
}
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Neue Haas Grotesk Display Pro'), url('/fonts/NeueHaasDisplay/NeueHaasDisplayMediu.woff') format('woff');
}
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Neue Haas Grotesk Display Pro'), url('/fonts/NeueHaasDisplay/NeueHaasDisplayBold.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.43;
}

.header {
    margin-bottom: 68px;
}

.logo img {
    vertical-align: top;
}

.grid {
    min-height: 100vh;
    position: relative;
    display: flex;
}
.grid__item {

}
.grid__item--form {
    width: 48.5%;
    box-sizing: border-box;
    /* overflow: hidden; */
}
.grid__item-wrapper {
    padding: 40px 60px 135px;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
}
.grid__item-wrapper:after {
    content: '';
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00B5D2;
}

.grid__item--portal {
    width: 51.5%;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #00B5D2;
}
.grid__item--portal:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('/img/tc/maple.svg') top 50% left 50% no-repeat;
    background-size: auto calc(100% - 80px);
    background-position: top 40px right 40px;
    height: 100%;
    width: 100%;
    mix-blend-mode: screen;
}

.portal {
    color: #FFFFFF;
    line-height: 1.4;
    font-weight: bold;
}
.portal__logo img {
    vertical-align: top;
}
.portal__name {
    font-size: 42px;
    line-height: 1.2;
}
.portal__text {
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.portal--mobile {
    display: none;
}


.authorization {
    max-width: 420px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    border: 1px solid #E6E7E8;
    box-sizing: border-box;
    padding: 40px 40px 30px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    z-index: 1;
    position: relative;
}
.authorization__title-group {
    margin-bottom: 5px;
}
.authorization__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #241F20;
}
.authorization p {
    font-size: 15px;
    line-height: 1.4;
}
.authorization .authorization__subtitle {
    font-size: 14px;
    margin-bottom: 20px;
}

.authorization__form {

}


.form {

}

.sign-in-form-hidden {
    display: none;
}

.form__label {
    color: #241F20;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
}
.form__field {
    position: relative;
}
.form__input {
    background-color: #fff;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 5px 15px;
    min-height: 40px;
    width: 100%;
    color: #241F20;
}
.form__submit {
    padding: 10px 20px;
    min-width: 140px;
    min-height: 40px;
    background-color: #EEA625;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.form__submit--fullwidth {
    width: 100%;
}
.form__submit:disabled {
    opacity: 0.5;
}
.form__submit:not(:disabled) {
    cursor: pointer;
}
.form__submit:not(:disabled):hover {
    background-color: #E57605;
}
.form__link-wrapper {
    display: block;
    margin-bottom: 20px;
}
.form__link {
    font-weight: 500;
    color: #8E8F92;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.form__link:hover {
    text-decoration: underline;
}
.form__text {
    font-size: 12px;
    line-height: 1.6;
    color: #8E8F92;
}
.form__text a {
    text-decoration: none;
    color: #F68C20;
}
.form__text a:hover {
    text-decoration: underline;
}
form#resetPassword a{
    text-decoration: underline;
    color: #241F20;
}
form#resetPassword a:hover {
    text-decoration: none;
}
.form__row:not(:first-child) {
    margin-top: 20px;
}
.form__controls,
.form__disclaimer {
    margin-top: 20px;
}
.form__cancel {
    border: 1px solid #D7D7D7;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 9px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    min-width: 120px;
    cursor: pointer;
}
.form__cancel:hover {
    border-color: #B8B9BB;
}
.form__cancel:not(:first-child) {
    margin-left: 10px;
}
.form__field--error input {
    background-color: #fff;
    border: 1px solid #EB222C;
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='14' viewBox='0 0 2 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13.4375C1.55228 13.4375 2 12.9898 2 12.4375C2 11.8852 1.55228 11.4375 1 11.4375C0.447715 11.4375 0 11.8852 0 12.4375C0 12.9898 0.447715 13.4375 1 13.4375Z' fill='%23B42025'/%3E%3Cpath d='M1 9.12498V0.850769' stroke='%23B42025' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
    padding-right: 40px;
}
.form__field--help-box.form__field--error input {
    background-image: none;
}
.form__error-msg {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
    color: #EB222C;
    margin-top: 4px;
}
.form__field--error .form__error-msg {
    display: block;
}
form #resetPassword{
    display: none
}
.request-form-hidden {
    display: none;
}
.sign-in-form-hidden {
    display: none;
}
.login-form-top-title-sign-hidden,
.login-form-top-title-req-hidden,
.login-form-top-title-check-hidden,
.check-email-mes-hidden,
.login-form-top-title-setpass-hidden,
.login-form-top-title-passpositive-hidden,
.login-form-error-hidden{
    display: none;
}
.login-form-top-title span {
    font-weight: 300;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: -0.1rem;
}
.help-box {
    position: absolute;
    top: 7px;
    right: 10px;
}
.help-box__trigger {
    display: block;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.8;
}
.help-box__trigger:hover {
    opacity: 1;
}
.help-box__trigger svg {
    display: block;
    fill: #727272;
}
.form__field--help-box.form__field--error .help-box__trigger svg {
    fill: #EB222C;
}
.help-box__text {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #241F20;
    position: absolute;
    width: 330px;
    right: -165px;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px 0px #0000001A;
    bottom: calc(100% + 2px);
    display: none;
    z-index: 3;
}
.help-box__text:after{
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 13px;
    height: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.438 8.34708C12.438 9.19791 11.443 9.66007 10.7929 9.11123L9.17939e-07 -1.33689e-07L12.4378 0L12.438 8.34708Z' fill='%235A5A5A'/%3E%3C/svg%3E%0A");
}
.help-box:hover .help-box__text {
    display: block;
}
.help-box:hover .help-box__trigger svg {
    fill: #EB222C;
}
@media (max-width: 992px) {
    .grid__item--form {
        width: 60%;
    }
    .portal {
        margin-left: 0;
    }
    .grid__item--portal {
        width: 40%;
    }
    .form__controls,
    .form__disclaimer {
        text-align: center;
    }
    .form__submit {
        width: 100%;
    }
    .form__link {
        color: #F68C20;
        margin-left: 0;
        margin-top: 10px;
        display: inline-block;
    }
    .form__cancel {
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }
    .form__cancel:not(:first-child) {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    body {
        background-color: #fff;
    }
    .authorization {
        border: none;
    }
    .grid {
        border-top: 6px solid #00B5D2;
        box-sizing: border-box;
    }
    .header {
        display: flex;
        align-items: center;
        margin-bottom: 33px;
    }
    .logo img {
        max-width: 135px;
    }
    .portal--mobile {
        display: flex;
        align-items: center;
    }
    .portal--mobile:before {
        content: '';
        display: block;
        width: 1px;
        height: 13px;
        margin-left: 25px;
        margin-right: 25px;
        background-color: #939598;
    }
    .portal--mobile img {
        vertical-align: top;
    }
    .grid__item-wrapper {
        background-image: none;
        padding: 0 0 105px;
        min-height: auto;
    }
    .grid__item-wrapper:after {
        display: none;
    }
    .grid__item--portal {
        display: none;
    }
    .grid__item--form {
        padding: 41px 20px 0;
        width: 100%;
    }
    .authorization {
        max-width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        margin-top: 0;
        margin-left: 0;
        background-color: transparent;
    }
    .form__row:not(:first-child) {
        margin-top: 21px;
    }
    .form__disclaimer {
        margin-top: 41px;
    }
    .help-box__text {
        font-size: 12px;
        right: -10px;
    }
}
@media (max-width: 567px) {
    .help-box__text {
        width: 280px;
    }
}