body {
    min-height: 100%;
    height: 100vh;
    font: 500 14px/1.21 "Inter", arial, sans-serif;
}
html {
    min-height: 100%;
    min-width: 100%;
}
body > * {
    flex-shrink: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #2F796F;
}
input:focus-visible {
    outline: none;
}
button {
    padding: 0;
    color: inherit;
    background: transparent;
    border: none;
}
* {
    box-sizing: border-box;
}
::placeholder {
    color: #7d7d7d;
    font-weight: 400;
}
.custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.custom-btn:focus,
.custom-btn:active:focus {
    box-shadow: none;
}
.custom-btn-primary {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #2F796F;
    color: #ffffff;
    font-weight: 500;
    font-size: inherit;
    border: 1px solid transparent;
    border-radius: 50px;
}
.custom-btn-primary-inverse:hover,
.custom-btn-primary-inverse:active{
    background-color: #2F796F;
    color: #fff;
}
.custom-btn-primary-inverse {
    padding: 5px;
    min-height: 42px;
    background: transparent;
    border: 1px solid #2F796F;
    border-radius: 50px;
    color: #000;
    font-weight: 500;
    font-size: inherit;
}
.custom-btn-primary:hover,
.custom-btn-primary:active {
    /*background: transparent;*/
    border: 1px solid #2F796F;
    color: white;
}
.main-logo-img {
    width: 102px;
    height: 30px;
}
.green-text {
    color: #2F796F;
}
.disabled-item-text {
    color: rgba(0,0,0,0.5);
}
.disabled-icon {
    color: #A5A5A5;
}
.main-form-block.has-error input, .c-border-danger {
    border-color: #E54444 !important;
}
.c-text-danger {
    color: #E54444 !important;
}
.form-text {
    margin-top: 0.5rem;
    font-weight: 400;
}
.disabled-form-btn {
    background: #D3D3D3;
    border-color: #D3D3D3;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
}
.active-form-btn {
    background-color: #2F796F;
    color: #fff;
}
.disabled-form-btn:hover {
    background-color: #2F796F;
    color: #fff;
}
.hidden-password-btn {
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 18px;
}
.hide-password-icon {
    background-image: url("../img/hide.svg");
}
.show-password-icon {
    background-image: url("../img/show-pass.svg");
}
.board-panel {
    font-size: 1.69em;
    font-weight: 700;
    line-height: 1.2em;
    color: #2F796F;
}
.h2 {
    font-size: 1.33em;
    line-height: 1.5em;
}
.header {
    padding-left: 10%;
    padding-top: 42px;
}
.admin-container {
    padding-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.main-form-wrapper {
    padding-bottom: 120px;
    flex: 1;
}
/*breadcrumb*/
.breadcrumb-custom-item {
    font-size: 0.78em;
    font-weight: 400;
}
.breadcrumb-item+.breadcrumb-custom-item {
    padding-left: 16px;
    position: relative;
}
.breadcrumb-item+.breadcrumb-custom-item::before {
    position: absolute;
    left: 0;
    top: 50%;
    padding-top: 2px;
    transform: translateY(-50%);
    padding-right: 0.3rem;
}
/*main-form*/
.main-form {
    font-size: 0.89em;
    line-height: 1.21em;
}
.custom-form-control {
    padding: 0.5rem 0;
    background: transparent;
    font-weight: 300;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #000;
    border-radius: 0;
}
.custom-form-control:focus {
    box-shadow: none;
    background: transparent;
    border-color: inherit;
}
.password-field {
    padding-right: 26px;
}
.password-field-wrapper {
    position: relative;
}
.hidden-password-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 18px;
}
.main-form-btn {
    width: 100%;
    min-height: 42px;
}
.main-form-block {
    margin-bottom: 1.9rem;
}
.custom-form-label {
    margin-bottom: .4rem;
}

@media all and (max-width: 500px) {
    .main-form-block {
        margin-bottom: 1.58rem;
    }
    .main-form {
        font-size: 1em;
    }
    .main-form-btn {
        margin-top: 32px;
        min-height: 60px;
    }
}
/*input-check*/
.custom-form-check-input {
    margin-left: 10px;
    height: 24px;
    width: 24px;
    border-color: #2F796F;
}
.custom-form-check-input:focus {
    box-shadow: none;
    border-color: #2F796F;
}
.custom-form-check-input:active {
    background: #fff;
    filter: none;
}
.form-check-input:checked {
    background: #2F796F;
    border-color: #2F796F;
}

.main-logo-img {
    margin-bottom: 24px;
}
.custom-breadcrumb {
    margin-bottom: 16px;
}
.board-panel {
    font-size: 1.89em;
    margin-bottom: 24px;
}
.h2 {
    margin-bottom: 24px;
}
.main-centred-block {
    max-width: 386px;
    width: 100%;
}
.custom-form-control {
    font-size: 0.89em;
    color: #000;
}
.custom-form-control::placeholder {
    color: #8F8F8F;
}
.inside-password-btn {
    position: absolute;
    top: 112%;
    right: 0;
    color: #888888;
    font-size: 0.67em;
}
.password-field {
    padding-right: 103px;
}
.custom-form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-left: 0;
}
.custom-btn-primary {
    min-width: 183px;
    min-height: 42px;
    border-radius: 68px;
    padding: 10px 20px;
}
.form-bottom {
    margin-bottom: 40px;
}
.form-footer {
    text-align: center;
}
.alert-danger {
    background-color: #ED7474;
    color: #fff;
    border-color: #ED7474;
}
.text-danger-forgot-pass {
    padding-right: 100px;
}
.alert {
    padding: 10px;
    font-size: 0.78em;
}
.forgot-password-page .custom-btn-primary,
.reset-password .custom-btn-primary {
    width: 100%;
}
.email-check {
    font-size: 1.11em;
}
.checks {
    font-size: 0.78em;
}
.text-check {
    padding-left: 13px;
}
.done-icon {
    color: #2F796F;
}
.done-icon.disabled {
    color: #D3D3D3;
}
.reset-password .custom-form-label {
    margin-top: 10px;
}
.main-form-description {
    font-weight: 400;
    font-size: 0.89em;
}
/*.sign-up .custom-btn-primary{*/
/*    width: 100%;*/
/*}*/
.sign-up .form-bottom {
    margin-bottom: 32px;
}
.form-text {
    position: absolute;
}
.form-row-contains-2>div:first-of-type{
    margin-right: 20px;
}
/*------------modal-------------*/
.modal-terms .modal-dialog {
    max-width: 794px;
}
.modal-content {
    border-radius: 0;
}
.modal-terms .modal-header,.modal-terms .modal-body, .modal-terms .green-block, .modal-terms .modal-footer {
    padding: 1rem 40px;
    border: unset;
}
.modal-terms .green-block {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E2FFF8;
}
.modal-terms .modal-header {
    min-height: 104px;
    font-size: 0.78em;
}
.modal-terms .btn-close {
    font-size: 14px;
    width: 15px;
    min-width: 100%;
    height: 15px;
}
.modal-terms .close-text {
    padding-right: 2px;
}
.modal-terms .close-wrapper {
    color: #9C9C9C;
}
.modal-terms p {
    font-weight: 400;
    line-height: 1.5;
    font-size: 0.89em;
}
.modal-terms .h2 {
    margin-bottom: 32px;
    font-weight: 700;
}
.modal-terms a {
    display: inline-block;
    border-bottom: 1px solid #2F796F;
}
.modal-terms .h1 {
    font-size: 1.89em;
}
.modal-terms .modified-date {
    font-size: 0.78em;
}
.modal-terms .terms-btn {
    min-width: 142px;
}

@media all and (max-width: 500px) {
    .form-row-contains-2>div:first-of-type {
        margin-right: 0;
        margin-bottom: 1.58rem;
    }
    .form-row-contains-2>div {
        width: 100%;
    }
    /*breadcrumbs*/
    .breadcrumb-custom-item {
        font-size: 1em;
    }
    .custom-breadcrumb{
        margin-bottom: 0;
    }
    /*header*/
    .header {
        padding: 28px 0 32px;
    }
    .logo-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*flex-direction: row-reverse;*/
    }
    .main-logo-img {
        margin-bottom: 0;
    }
    /*modal*/
    .modal-terms .modal-header, .modal-terms .modal-body, .modal-terms .green-block {
        padding-left: 1rem;
    }
    .modal-terms .modal-body, .modal-terms .green-block {
        padding-right: 1rem;
    }
    .modal-terms .modal-footer {
        justify-content: center;
    }
}