﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inter&display=swap%27');

html,
body {
    height: 100%;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    color: #1c1c1c;
    font-size: 0.75rem;
    letter-spacing: 1px;
}

ul {
    margin-left: 0;
    padding-left: 10px;
}

.validation-summary-errors, .alert.alert-danger {
    margin-top: 20px;
}

.img-responsive.pd {
    margin-left: 70px;
    margin-top: 20px;
}

.container-fluid.pd {
    z-index: 5;
    position: relative;
    min-height: 100vh;
}

.container {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.background-img.pd {
    top: 0%;
    z-index: 2;
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: rgb(234,243,254);
    background: linear-gradient(90deg, rgba(234,243,254,1) 0%, rgba(234,243,254,0.38) 35%, rgba(255,255,255,1) 100%);
}

    .background-img.pd img {
        position: absolute;
        z-index: 0;
        max-height: 90vh;
        max-width: 60vw;
        right: 0%;
        top: 42%;
        transform: translateY(-50%);
        opacity: 0.5;
    }

.v-space-50 {
    margin-top: 50px;
}

.full-height {
}

.dark-panel {
    padding: 20px;
}

.dark-panel-title {
    font-weight: 600;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .full-height {
        padding-bottom: 0;
    }
}

.full-height .footer:not(.pd):not(.pulamed) {
    width: 100%;
    background: url('../img/colour line.png');
    background-size: 100% 5px;
    background-position-y: top;
    background-repeat: no-repeat;
    color: #888;
    height: 91px;
    text-align: center;
    padding: 7px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
}

.full-height .footer.pd {
    width: 100%;
    background-color: #0E9CE9;
    height: 91px;
    text-align: center;
    padding: 7px 0;
    position: absolute;
    color: white;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    box-shadow: 0px -3px 8px 1px rgba(0, 156, 237, 0.25);
}

.full-height .footer.pulamed {
    width: 100%;
    height: 5vh;
    text-align: center;
    height: 91px;
    padding: 7px 0;
    position: absolute;
    color: white;
    top: 90%;
    left: 50%;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .full-height .footer {
        min-height: 190px;
        position: relative;
        transform: translateX(-50%);
        width: 110%;
    }
}

.full-height .footer .footer-image {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .full-height .footer .footer-image {
        transform: translateY(25%);
    }
}

.full-height .footer .footer-image img {
    max-width: 105px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .full-height .footer .footer-copyright {
        transform: translateY(21px);
    }
}

.full-height .footer .footer-contact .glyphicon {
    margin-right: 7px;
    margin-top: 2px;
    color: #6692CB;
    background-color: white;
    padding: 7px;
    border-radius: 50%;
}

.full-height .footer .footer-contact .footer-email {
    margin-top: 6px;
}

.full-width {
    width: 100%;
}

.navbar {
    background-color: #ffffff;
    height: 84px;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-brand > .icon-banner {
    position: relative;
    top: -2px;
    display: inline;
}

.icon {
    position: relative;
    top: -10px;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.page-consent .client-logo {
    float: left;
}

    .page-consent .client-logo img {
        width: 80px;
        height: 80px;
    }

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

    .page-consent .consent-form .consent-description label {
        font-weight: normal;
        margin-bottom: 0;
    }

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.grants .page-header {
    margin-bottom: 10px;
}

.grants .grant {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants .grant img {
        width: 100px;
        height: 100px;
    }

    .grants .grant .clientname {
        font-size: 140%;
        font-weight: bold;
    }

    .grants .grant .granttype {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .created {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .expires {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant li {
        list-style-type: none;
        display: inline;
    }

        .grants .grant li:after {
            content: ', ';
        }

        .grants .grant li:last-child:after {
            content: '';
        }

.login-page {
    height: 100%;
}

.pd.signin {
    height: 80vh;
    display: flex;
    min-height: 80vh;
    padding-top: 2rem;
}

.auth-container.pd:not(.signin) {
    height: 80vh;
    display: flex;
    align-items: center;
    min-height: 80vh;
}

.auth-container:not(.pd):not(.pulamed) {
    margin: auto;
    max-width: calc(1024px);
    display: flex;
    justify-content: space-between;
    min-height: 75vh;
    height: auto;
    position: relative;
    z-index: 10;
    background: url('../img/Allegra man.png');
    background-position: top right;
    background-size: 50vw;
    background-repeat: no-repeat;
}

.auth-container.pulamed {
    margin: auto;
    max-width: calc(1024px);
    display: flex;
    justify-content: space-between;
    min-height: 75vh;
    height: auto;
    position: relative;
    z-index: 10;
}

.auth-container.pd > * {
    width: 30%;
    max-width: 450px;
    min-width: 375px;
}

.auth-container.pulamed > * {
    width: 50%;
    flex-basis: 100%;
    height: 100%;
    border-radius: 10px;
}

.auth-container:not(.pd):not(.pulamed) > * {
    width: 50%;
    flex-basis: 100%;
    border-radius: 10px;
    box-shadow: 2px 4px 5px 3px rgba(0, 0, 0, 0.05);
}

.signin-bg {
    background: url('../img/1 rounded corner.png');
}

.login-bg {
    background: url('../img/3 rounded corner.png');
}

.login-bg2 {
    background: url('../img/1 rounded corner.png');
}

.login-bg3 {
    background: url('../img/4 rounded corner.jpg');
}

.setpassword-bg {
    background: url('../img/2 rounded corner.png');
}

.decorative-block {
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgba(255,255,255,1);
    padding: 2.5vw;
}

.auth-container .auth-image-container {
}

    .auth-container .auth-image-container .auth-image {
        height: 420px;
    }

@media screen and (max-width: 768px) {
    .auth-container .auth-image-container .auth-image {
    }

    .margin-top {
        margin-top: 20px !important;
    }
}

.auth-container:not(.pd):not(.pulamed) .auth-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px 35px;
    text-align: left;
    width: 100%;
    font-size: 1rem;
}

.auth-container.pulamed .auth-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px 20px;
    text-align: left;
    width: 100%;
    font-size: 1rem;
}

.auth-container:not(.pd) .auth-panel.pulamed-auth-panel {
    display: block;
}

.auth-container .auth-panel.more-padding {
    padding: 35px 35px;
}

.auth-container:not(.pd):not(.pulamed) .auth-panel form {
    padding-top: 2.5%;
    height: 75%;
    min-height: 65vh;
    max-height: 75vh;
    display: flex;
    flex-direction: column;
}

.auth-container.pulamed .auth-panel form {
    padding-top: 2.5%;
    height: 75%;
    display: flex;
    flex-direction: column;
}

.auth-container .auth-panel .auth-panel-content .pula-form {
    padding-top: 2.5%;
    height: 75%;
    min-height: 0vh;
    max-height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    justify-content: space-between;
}

.auth-container .auth-panel form.no-flex {
    padding-top: 2.5%;
    height: 75%;
    min-height: 45vh;
    max-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: normal;
}

.auth-container.pd .auth-panel.pd {
    padding: 0.5rem 2rem;
    margin: 0 50px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 2px 5px 2px rgb(0, 156, 237, 0.25);
    left: initial;
}

.auth-container:not(.pd) .auth-panel.pd {
    margin: 50px;
    padding: 2rem;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 2px 5px 2px rgb(0, 156, 237, 0.25);
    left: initial;
}

@media screen and (max-width: 768px) {
    .auth-container .auth-panel {
    }

    .auth-container:not(.p) > div {
        width: 100%;
    }

    .background-img.pd img {
        display: none;
    }
}

.auth-container .auth-panel.pd input {
    border-radius: 8px;
    box-shadow: inset 0px 2px 5px 2px rgb(0, 156, 237, 0.25);
    transition: box-shadow 0.3s ease-in-out;
    padding: 8px;
}

    .auth-container .auth-panel.pd input ::placeholder {
        color: rgb(0, 156, 237, 0.25);
    }

.auth-container .auth-panel .form-control {
    color: #c8c8c8;
    background-color: white;
}

form {
    text-align: left;
}
    form i {
        margin-top: 24px;
        margin-left: -24px;
        cursor: pointer;
    }

.auth-container .auth-panel .auth-panel-title, .auth-panel-title {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
}

.auth-container .auth-panel:not(.pd) .auth-panel-title, .auth-panel-title {
    margin-bottom: 2rem;
}

.auth-container .auth-panel:not(.pd) .auth-panel-title {
    margin-top: 20px;
    color: #545B5E;
}

.container .auth-panel-title.small-title, .auth-container .auth-panel-title.small-title {
    margin-bottom: 20px;
    font-size: 2.25rem;
    text-align: center
}

.small-title.grey {
    color: #9c9c9c;
}

.margin-top {
    margin-top: 50px;
}

.max-height {
    min-height: 45vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.font-size-lg {
    font-size: 1.5rem;
}

.no-flex {
    display: block !important;
}

.auth-container .auth-panel-title.small-title {
    text-align: left;
}

body h4 {
    font-weight: 600;
    font-size: 1.25rem;
    color: #1c1c1c;
    margin: 0;
}

h4.auth-panel-subtitle {
    margin: 1rem 0 0.25rem 0;
    font-size: 1rem !important;
}

.text-danger {
    margin: 20px 0;
}

.auth-container .auth-panel .auth-panel-subtitle, .auth-panel-subtitle {
    text-align: left;
    font-size: small;
    font-weight: 100;
    color: #6d6d6d;
}

.auth-container.pd .thankyou-container {
    text-align: center;
}

.auth-panel-subtitle.center {
    text-align: center;
}

.auth-container .auth-panel .auth-panel-content {
    opacity: 1;
}

.auth-container .auth-panel label {
    font-weight: 100;
    margin-bottom: 0;
}

.auth-container .auth-panel input, input {
    background-color: white;
    border: 1px solid #cecece;
    padding: 5px;
    border-radius: 3px;
    font-size: 1rem;
}

    input[type="radio"]:not(.pulamed) {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 6px;
        background-clip: content-box;
        border: 2px solid #bbbbbb;
        background-color: #e7e6e7;
        border-radius: 15px;
    }

    input[type="radio"].pulamed {
        margin-right: 12px;
        border: 1px solid #6692CB;
        background-color: #e7e6e7;
        height: 16px;
        width: 16px;
    }
        input[type="radio"].pulamed:checked {
            accent-color: black;
        }

.verificationRadios {
    display: flex;
    align-items: center;
    margin: 0.5rem;
    margin-left: 0;
    color: #acacac;
}

    .verificationRadios input[type="radio"] {
        display: flex;
        align-items: center;
        margin: 0;
        border-radius: 15px;
        margin-right: 5px;
        accent-color: #cecece;
    }

auth-container .auth-panel input:focus {
    border: 1px solid #cecece;
    outline: none;
    accent-color: #cecece;
}

.auth-container.pulamed .auth-panel hr {
    width: 100%;
    background-color: #757575;
    height: 0.5px;
    border: none;
    margin-bottom: 3px;
}

.auth-container:not(.pulamed) .auth-panel hr {
    width: 100%;
    height: 1px;
    background-color: black;
    margin-bottom: 3px;
}

    .auth-container .auth-panel hr.mini {
        margin-top: 1px;
        margin-bottom: 7px;
        width: 28px;
        height: 2px;
        background-color: black;
    }

    .auth-container .auth-panel hr.lefthr {
        margin-left: 0;
    }

.auth-container .no-flex .auth-buttons, .auth-container .auth-buttons {
    margin-top: 3.5%;
    margin-bottom: 3.5%;
}

.modal-container .auth-buttons {
    margin-top: 5vh;
}

.modal-container .auth-buttons {
    margin-top: 5vh;
}

.auth-container .auth-panel:not(.pd) .auth-buttons {
    margin-top: 30px;
    margin-bottom: 5px;
}

.auth-container .auth-panel button {
    width: 42%;
}

.auth-container .auth-panel button {
    padding: 7px 14px;
    border: none;
    font-weight: bold;
}

.auth-container .auth-panel.pd button {
    padding: 12px 14px;
    box-shadow: 0px 2px 5px 2px rgb(0, 156, 237, 0.25);
}

.auth-container .auth-panel button[value="login"] {
    background-color: #6791C7;
    color: white;
    margin-right: 14px;
}

.auth-container .auth-panel button[value="cancel"] {
    background-color: white;
}

.auth-container .auth-panel button[value="register"] {
    background-color: #6791C7;
    color: white;
}

.auth-container .auth-panel.pd button[value="login"] {
    background-color: #009CED;
    color: white;
    margin-right: 14px;
}

.auth-container .auth-panel.pd button[value="cancel"] {
    background-color: #6AC4F2;
    color: white;
}

.auth-container .auth-panel.pd button[value="register"] {
    background-color: #009CED;
    color: white;
}

.auth-container .auth-panel button:hover {
    border-color: #0074a0;
    color: #0074a0;
}

.auth-container .auth-panel .forgot-pass {
    text-decoration: none;
    font-weight: 600;
}

    .auth-container .auth-panel .forgot-pass a {
        color: #c1c1c1;
    }

.auth-container .auth-panel.pd .forgot-pass {
    text-decoration: none;
    font-weight: 500;
    font-size: smaller;
}

    .auth-container .auth-panel.pd .forgot-pass a {
        color: #828789;
    }

.auth-container .auth-panel .signup-link br {
    margin-top: 15px;
    height: 15px;
}

.auth-container .auth-panel.pd .signup-link {
    text-align: center;
    font-size: smaller;
}

.auth-container .auth-panel.pd a {
    color: #0E9CE9;
}

.auth-container .auth-panel input:focus {
    border-color: #0074a0;
}

.auth-container .auth-panel.pd input:focus {
    border-color: transparent;
    border-radius: 8px;
    box-shadow: inset 0px 2px 5px 2px rgb(0, 156, 237, 0.5);
}

.auth-container .auth-panel.pd input:focus-visible {
    border-color: transparent;
    outline: none;
}

.auth-container .auth-panel input:hover {
    border-color: #d6d6d6;
}

.auth-container .auth-panel input[type="text"], .auth-container .auth-panel input[type="password"], .auth-container .auth-panel input[type="email"], .auth-container .auth-panel input[type="tel"], .auth-container .auth-panel input[type="date"] {
    width: 100%;
}

.auth-container .auth-panel input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: grey;
    outline: none;
}

input[type="radio"]:focus {
    background: grey;
    outline: none;
}

.auth-container .auth-panel label.chk:hover {
    color: rgba(65, 255, 0, 0.5);
}

.auth-container input[type="submit"], .container input[type="submit"] {
    padding: 0.75rem 2.5rem;
    border: 2px solid #464646;
    border-radius: 0.75rem;
}

.auth-container .auth-panel label.radio {
    margin: 0;
    font-size: 1em;
}

.auth-container .auth-panel.pd label.radio {
    margin: 0;
    font-size: smaller;
    color: #828789;
}

.auth-container .auth-panel input[type="checkbox"] + label.chk::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0c8';
    margin-right: 5px;
}

.auth-container .auth-panel input[type="checkbox"] + label.chk:hover::before {
    color: rgba(65, 255, 0, 0.5);
    font-family: 'Font Awesome 5 Free';
    content: '\f0c8';
    margin-right: 5px;
}

.auth-container .auth-panel input[type="checkbox"]:checked + label.chk::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f14a';
    margin-right: 5px;
}

.auth-container .auth-panel input[type="checkbox"] + label.radio::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f111';
    margin-right: 5px;
    transition: 0.2s;
}

.auth-container .auth-panel.pd input[type="checkbox"] + label.radio::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f111';
    margin-right: 5px;
    transition: 0.2s;
    box-shadow: inset 0px 1px 5px 2px rgb(0 156 237 / 25%);
    border-radius: 10px;
    color: rgba(0, 156, 237, 0.5);
}

.auth-container .auth-panel input[type="checkbox"] + label.radio:hover::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f111';
    margin-right: 5px;
}

.auth-container .auth-panel input[type="checkbox"]:checked + label.radio::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f058';
    margin-right: 5px;
}

.grouped.flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .grouped.flex input[type="text"], .grouped.flex input[type="password"], .grouped.flex input[type="tel"], .grouped.flex input[type="email"], .grouped.flex input[type="date"] {
        display: inline-block;
        margin: 7.5px 10px 7.5px 0px;
        width: 45%;
        padding: 10px;
        border-radius: 5px;
    }

.grouped {
    text-align: left;
}

    .grouped.flex.no-wrap {
        display: flex;
        flex-wrap: nowrap;
    }

        .grouped.flex.no-wrap label {
            margin-left: 10px;
        }

    .grouped.flex.full-input input[type="text"], .grouped.flex.full-input .full-input.grouped input, .full-input.grouped input[type="password"] {
        width: 100%;
        margin: 10px 0px;
    }

.glyphicon.glyphicon-eye-open {
    display: none;
}

.auth-container .auth-panel:not(.pd) .grouped .row {
    margin: 0;
}

.auth-container .auth-panel .grouped .col-xs-6 {
    padding: 0;
}

.auth-container .auth-panel .grouped .forgot-pass {
    text-align: right;
}

.auth-container .auth-panel .grouped:first-of-type {
    padding-bottom: 5px;
}

.auth-container .auth-panel .grouped:not(:first-of-type):not(:last-of-type) {
    padding-top: 5px;
    padding-bottom: 5px;
}

.auth-container .auth-panel .grouped:last-of-type {
    padding-top: 5px;
}

.auth-container .auth-panel .grouped #pwd-eye {
    position: absolute;
    right: 7px;
    top: 32px;
    padding: 6px;
    cursor: pointer;
}

.auth-container .auth-panel.pd .grouped #pwd-eye, .container .auth-panel.pd .grouped #pwd-eye {
    position: absolute;
    right: 7px;
    top: 10px;
    padding: 6px;
    cursor: pointer;
    color: rgba(0,156,237, 0.5);
}

.auth-container .auth-panel .grouped #new-pwd-eye, .container .auth-panel .grouped #new-pwd-eye {
    position: absolute;
    right: 35px;
    top: 148px;
    margin: 4px;
    padding: 6px;
    cursor: pointer;
}

.auth-container .auth-panel .grouped #conf-pwd-eye, .container .auth-panel .grouped #conf-pwd-eye {
    position: absolute;
    right: 35px;
    top: 217px;
    margin: 4px;
    padding: 6px;
    cursor: pointer;
}

.auth-container .auth-panel .alert {
    padding: 0px;
    margin: 0px;
    border: none;
}

.auth-container .auth-panel .alert-danger {
    background-color: transparent;
    color: #ff0000;
    border: none;
}

.modal-container {
    text-align: center;
    background-color: white;
    box-shadow: 2px 4px 5px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 5%;
    min-height: 25vh;
    width: 30vw;
    margin: auto;
}

    .modal-container img {
        width: calc(max(5vw, 75px));
    }

.forgot-pass-container {
    background-color: white;
    padding: 15px;
    margin-top: 84px;
    margin-bottom: 158px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

    .forgot-pass-container button {
        background-color: #6791C7;
        border: none;
        padding: 7px 28px;
        color: white;
        position: relative;
        left: 100%;
        margin-top: 14px;
        transform: translateX(-110%);
    }

.radios {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    display: flex;
    align-items: center;
    width: 45%;
    justify-content: space-evenly;
}


.IDPassSelect {
    vertical-align: top;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

#passportGroup {
    display: none;
}

#MarketingConsent {
    display: inline-block;
}

.auth-container.pd {
    margin-top: 24px;
    margin-bottom: 75px;
    min-height: 80vh;
    height: auto;
    margin-bottom: 20vh;
    min-width: 375px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .auth-container:not(.pulamed) {
        margin-top: 50px;
        margin-bottom: 23px;
        flex-direction: column;
        padding: 5%;
    }
    .auth-container.pulamed {
        flex-direction: column;
        padding: 5%;
    }

    .auth-container:not(.pulamed) .auth-panel .auth-panel-content {
        height: auto;
        min-height: 90vh;
    }

    .auth-container.pulamed .auth-panel .auth-panel-content {
        height: auto;
        min-height: 50vh;
    }

    .auth-container.pulamed .auth-panel .bottom-div {
        margin-top: calc(12vh + (100vw/12));
    }

    .IDPassSelect {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .radios {
        display: flex;
        align-items: center;
    }

    .decorative-block {
        min-height: 30vh;
        margin-bottom: 10px;
    }

    .auth-container.pulamed .decorative-block {
        min-height: 25vh;
        margin-bottom: 0px;
    }

    .auth-container:not(.pulamed) > * {
        width: 100%;
        flex-basis: 100%;
        border-radius: 10px;
        box-shadow: 2px 4px 5px 3px rgba(0, 0, 0, 0.05);
    }
    .auth-container.pulamed > * {
        width: 100%;
        flex-basis: 100%;
        border-radius: 10px;
    }

    .auth-container.pd > * {
        box-shadow: none;
    }

    .auth-container.pd {
        margin-top: 24px;
        margin-bottom: 75px;
        min-height: 80vh;
        height: auto;
        margin-bottom: 30vh;
        min-width: 375px;
        text-align: center;
    }

        .auth-container.pd .thankyou-container {
            text-align: center;
        }

        .auth-container.pd h3 {
            text-align: center;
        }

    .grouped.flex input:not([type="checkbox"]) {
        align-items: center;
        width: 100%;
    }

    .modal-container {
        width: 80vw;
    }
}


    .auth-container.pd .container.no-margin {
        margin: 0;
    }

    .decorative-block.login-bg2.pula-image {
        margin-left: 18px;
        height: 50vh;
    }

    .decorative-block.login-bg3 {
        margin-left: 18px;
        height: 75vh;
    }

    .auth-container.pulamed {
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .auth-container .auth-panel:not(.pd) .auth-buttons.pulamed {
        margin-top: 20px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .auth-container .auth-panel:not(.pd) .auth-buttons.pulamed.bottom-margin-50 {
            margin-bottom: 50px;
        }

    .pulamed .pula-button {
        width: 142px;
        justify-content: center;
        display: flex;
    }

    .auth-panel .pula-button input[value="Sign In"] {
        border: 0px;
        background: #23B3AC;
    }

    .pula-button {
        border-radius: 5px;
        border: solid 1px;
        display: flex;
        justify-content: center;
    }

        .pula-button.forgot {
            border-radius: 5px;
            display: flex;
            justify-content: center;
            width: 100%;
            font-style: normal;
            font-weight: 900;
            font-size: 12px;
            color: #FFFFFF;
        }

        .pula-button.login {
            background: #23B3AC;
            border: #23B3AC;
            color: #FFFFFF;
            flex: 1;
        }

        .pula-button.register {
            padding: 0.75rem 0;
            flex: 1;
        }

            .pula-button.register a {
                text-decoration: none;
                color: #333436;
                /*font not loading because it "violates the following Content Security Policy directive: "default-src 'self' data: https://www.google-analytics.com". "*/
                /*font-family: Inter;*/
                font-size: 12px;
                font-weight: 500;
                line-height: 15px;
                letter-spacing: 0.08em;
            }

        .pula-button.forgot input[type="submit"] {
            padding: 0.75rem 2.5rem;
            border: 0px transparent;
            background: #23B3AC;
            width: 100%;
            border-radius: 0px;
        }

            .pula-button.forgot input[type="submit"]:disabled {
                background: #E6E6E6;
            }



    .support {
        padding: 0.75rem 2.5rem;
        border: 1px solid #23B3AC;
        background: #FFF;
        width: 100%;
        border-radius: 5px;
        font-style: normal;
        font-weight: 900;
        font-size: 12px;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

        .support a, .resend {
            text-decoration: none;
            color: #23B3AC;
        }

    .resend {
        font-style: normal;
        font-weight: 900;
        font-size: 12px;
        color: #23B3AC;
    }

    .verification-error {
        font-style: normal;
        font-weight: 900;
        font-size: 12px;
        color: #D00000;
    }

    .resend:hover {
        text-decoration: none;
        cursor: pointer;
        color: #23B3AC;
    }

    .pula-button.button-yellow {
        background: #23B3AC;
        border: #23B3AC;
        color: #FFFFFF;
        height: 45px;
        align-items: center;
    }

        .pula-button.button-yellow a {
            text-decoration: none;
            color: #FFFFFF;
            font-size: 12px;
            font-weight: 500;
            line-height: 15px;
            letter-spacing: 0.08em;
        }

    .pula-spacer-w {
        width: 4vw;
    }

    .pula-spacer-h {
        height: 40px;
    }

    .auth-container .auth-panel .grouped .forgot-pass.pulamed {
        text-align: left;
    }

    .pula-input {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #9F9F9F;
    }

    .pula-appbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pula-back-arrow {
        width: 20px;
        text-align: left;
        padding: 12px;
    }

    .pula-logo {
        flex: 1;
        text-align: center;
        padding: 12px
    }

    .bottom-div {
        margin-top: 20vh
    }

    .pula-info {
        border: 1px solid #aaa;
        padding: 10px;
        border-radius: 10px;
        text-align: left;
        margin-bottom: 8px;
        color: #777
    }

    .pula-info-icon {
        float: left;
    }

    .pula-info-title {
        padding-top: 2px;
        margin-left: 24px;
        margin-bottom: 8px;
        color: #23B3AC
    }

    .pula-details {
        float: left;
        padding-top: 8px;
    }

    .pula-radio {
        margin-top: 20px;
        float: right;
    }

        .pula-radio:checked {
            color: #23B3AC;
        }

    .pula-error {
        color: red !important;
    }

    .pula-left {
        float: left;
    }

    .button-link {
        background: none;
        border: none !important;
        outline: none !important;
        color: #23B3AC;
        font-weight: 600;
        cursor: pointer;
        padding-left: 0 !important;
        z-index: 20;
        text-decoration: none;
    }
