* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.site-main {
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
}

.content__container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.landing *:not(footer *) {
    color: black!important;
}

.landing ul {
    list-style-type: none;
}


.landing a:hover {
    color: inherit;
}

.landing .logo {
    background: url("../assets/logo.svg") center no-repeat;
    width: 220px;
    height: 43px;

    @media (max-width: 800px) {
        background: url("../assets/logo-2.svg") center no-repeat;
    }
}

@media (max-width: 800px) {
    .landing .header-container {
        background: #0F3765;
    }
}

.container {
    position: relative;
    width: 100%;
    flex: 1 1 auto;

    margin: 0;
    padding: 15px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Arial, sans-serif;
    background: linear-gradient(to right, transparent 50%, #FFFFFF 50%), url("../assets/bg.svg") no-repeat;

    @media (max-width: 800px) {
        background: linear-gradient(to bottom, transparent 50%, #FFFFFF 50%), url("../assets/bg.svg") no-repeat;
    }
}

.form {
    max-width: 600px;
    width: 100%;

    position: relative;
    z-index: 1;

    background: #FFFFFFE5;
    backdrop-filter: blur(100px);

    padding: 40px 40px 20px 40px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

    display: flex;
    flex-direction: column;
    align-items: center;

    @media (max-width: 800px) {
        backdrop-filter: none;
        background-color: #fff;
    }
}

.register-page-form.form {
    max-width: 800px;
}

.form__title {
    text-align: center;
    margin: 0 0 30px 0;
}

.form__content {
    width: 100%;
    position: relative;
}

.form form div {
    margin-bottom: 15px;
}

.form label {
    display: block;
    margin-bottom: 5px !important;
}

.form input {
    width: 100%;
    max-width: 100% !important;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid  #E2E8F0;
    background-color: #FFFFFF;
}

.login-submit input {
    background-color: #24A670;
    color: #FFFFFF !important;
}

.login-submit input:focus {
    background-color: #24A670;
    outline: solid 3px rgba(12, 40, 52, 0.1);
}

.form input[type=checkbox] {
    width: auto;
}

.form a {
    display: block;
    text-align: end;
    color: #F9BF4F;
}

.form p {
    margin: 15px 0 0;
}

.form span.hint {
    color: #64748B;
}

.form hr {
    display: none;
}

.form__content h2 {
    display: none;
}

.form img {
    width: calc(100% + 80px);
    position: relative;
    left: -40px;

    max-width: none;
}

.form img.verification-image {
    position: initial;
    width: 120px;
    margin: 80px auto 65px;
}

.form .show-password {
    width: 20px;
    height: 20px;

    cursor: pointer;

    position: absolute;
    left: auto;
    right: 10px;
    top: 7px;
}

.form #passwordContainer {
    position: relative;
}

.form .form__link {
    color: #9D9D9D;
    margin-bottom: 30px;
    text-decoration: none;
    z-index: 5;
    text-align: center;
}

.form__links {
    margin-top: 21px;
}

.form .button {
    width: 100%;
    padding: 15px 0;
    justify-content: center;
    font-size: 20px;
    margin-top: 40px;
}

.form .button-link {
    color: #9D9D9D;
    background: none;
    box-shadow: none;
    padding: 0;
}

.form .button-link:hover {
    text-decoration: underline;
    background: none;
}

.centred-text p {
    max-width: 260px;
    text-align: center;
}

.form .error {
    display: none;
    color: rgba(228, 65, 65, 1);
}

.form .error img {
    width: 20px;
    height: 20px;
    position: relative;
    left: 0;
    top: -2px;
}

.form_short {
    width: 47%;
    display: inline-block;
}

.form_short:first-child {
    margin-right: 4%;

    @media (max-width: 800px) {
        margin-right: 2%;
    }
}

.register-wrapper {
    display: flex;

    @media (max-width: 800px) {
        flex-direction: column;
    }
}

.trial {
    width: 35%;
    margin-right: 35px;

    @media (max-width: 800px) {
        width: 100%;
        margin-right: 0;
    }
}

.trial p {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.trial__header {
    font-size: 40px;
    font-weight: 900;
    line-height: 48.76px;
    letter-spacing: 0.06em;
    text-align: left;

    background: linear-gradient(123.86deg, #E44141 0%, #F9824F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.register-form {
    width: calc(65% - 35px);

    @media (max-width: 800px) {
        width: 100%;
    }
}

.form-instructions {
    text-align: center;
    margin-bottom: 30px;
}

.form-instructions p {
    margin: 0;
}

#lostpasswordform {
    margin-top: 40px;
}

#lostpasswordform .btn-submit {
    margin-top: 40px;
}

.mail-check-content {
    text-align: center;
}

.mail-check-content .check-email-image .mail-image {
    width: 120px;
    position: unset;
    margin: 40px 0 30px;
}

.new-pass-title {
    text-align: center;
    margin: 30px 0 40px !important;
}

#resetpass-button {
    margin-top: 40px;
}

#resend-lostpassword-form button {
    background: none;
    color: #94A3B8;
    text-decoration: underline;
    box-shadow: none;
}