body {
    font-family: Inter
}

* {
    margin: 0;
    padding: 0
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex.sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-block {
    display: block
}

.container {
    max-width: 1200px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px
}

a {
    text-decoration: none
}

button,
input,
textarea {
    outline: none
}

button {
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer
}

ul {
    list-style: none
}

.header {
    padding: 32px 0;
    margin-bottom: 64px;
    text-align: center
}

.header img {
    width: 169px
}

.content-block {
    max-width: 485px;
    width: 100%;
    margin: 0 auto
}

.content-block h2 {
    color: #212e61;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600
}

.eye-hide {
    display: none
}

label {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    color: #212e61;
    font-weight: 600;
    margin-bottom: 8px
}

input {
    height: 48px;
    border: 1px solid #607081;
    width: 100%;
    display: block;
    border-radius: 3px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #111
}

input::-webkit-input-placeholder {
    font-size: 16px
}

input::-moz-placeholder {
    font-size: 16px
}

input:-ms-input-placeholder {
    font-size: 16px
}

input::-ms-input-placeholder {
    font-size: 16px
}

input::placeholder {
    font-size: 16px
}

.input {
    margin-bottom: 16px;
    position: relative
}

.input .show-pass {
    position: absolute;
    right: 16px;
    top: 40px
}

.input .show-pass img {
    width: 24px
}

.forgot {
    font-size: 16px;
    color: #226ba4;
    font-weight: 600;
    display: block;
    margin: 16px 0
}

.btn-submit {
    height: 56px;
    color: #fff;
    display: block;
    width: 100%;
    border: none;
    border-radius: 3px;
    background: #226ba4;
    font-size: 16px;
    font-weight: 600;
    text-align: center
}

.btn-submit:hover {
    background: #22578e
}

.divider {
    margin: 20px 0 30px 0;
    text-align: center;
    font-weight: 600
}

.divider span {
    padding: 0 10px;
    background: #fff;
    color: #19293a
}

.divider:after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background: #d9e0e8;
    margin: -8px 0 0 0
}

.chakra-button {
    height: 56px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #21457b;
    margin-bottom: 16px;
    color: #21457b;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.chakra-button svg {
    width: 20px;
    max-width: 20px;
    margin-right: 8px
}

.chakra-button:hover {
    background: #22578e;
    color: #fff
}

.chakra-text {
    font-size: 14px;
    font-weight: 300;
    font-family: KFOmCnqEu92Fr1Mu4mxK
}

.chakra-text a {
    text-decoration: underline;
    color: #22578e
}

.need {
    text-align: center;
    margin: 0 0 16px 0
}

.using {
    line-height: 1.5
}