@import "PA2.0/fonts.css";

:root {
    --font-size-common-fields: 16px;
    --copyright-font-size: 10px;
    --font-family: "Helvetica Neue";
}

html,
body {
    height: 100%;
    font-family: "Helvetica Neue", Arial, san-serif, serif !important;
}

body {
    margin: 0;
    line-height: normal;
}

@media only screen and (max-width: 575.98px) {
    .HideOnMobile {
        display: none;
    }

    .ShowOnMobile {
        display: initial;
    }

    .login-child {
        width: 100%;
        top: 12%;
        height: 88%;
        min-height: 88%;
    }

    .form-itemverticalinput,
    .form-itemverticalinput1 {
        padding-left: 10%;
        padding-right: 10%;
    }

    .title {
        font-size: var(--font-size-common-fields);
    }

    .login-inner {
        font-size: var(--font-size-common-fields);
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }

    .login-item,
    .login-bg-img {
        position: absolute;
        top: 12%;
        height: 88%;
        max-height: 88%;
    }

    .university-logo-container-mobile-page1 {
        width: auto;
        height: 30%;
        overflow: hidden;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .university-logo-container {
        text-align: center;
        height: 12%;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .university-logo {
        width: auto;
        height: 5rem;
    }

}

@media (min-width: 576px) {
    .HideOnMobile {
        display: initial;
    }

    .ShowOnMobile {
        display: none;
    }

    .login-child {
        width: 50%;
        top: 0;
        height: 100%;
        min-height: 100%;
    }

    .form-itemverticalinput,
    .form-itemverticalinput1 {
        padding-left: 20%;
        padding-right: 20%;
    }

    .title {
        font-size: var(--font-size-common-fields);
    }

    .login-inner {
        font-size: var(--font-size-common-fields);
        margin-left: 20%;
        width: 60%;
    }

    .login-item,
    .login-bg-img {
        position: absolute;
        top: 0;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    .university-logo-container {
        width: auto;
        overflow: hidden;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 13%;
    }

    .university-logo {
        width: auto;
        height: 8rem;
    }

    .welcome-iframe-box {
        border: none;
        height: 100%;
        width: 50%;
        position: relative;
    }

    .welcome-iframe {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        border: none;
    }
}

.login-bg-img {
    left: 0;
    width: 100%;
    object-fit: cover;
}

.login-container {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    left: 50%;
    width: 50%;
}

.login-child {
    position: absolute;
    left: 0;
}

.error {
    color: var(--bs-danger);
    text-align: center;
}

.title {
    background-color: transparent;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.placeholder {
    flex: 1;
    overflow: hidden;
}

.university-logo {
    overflow: hidden;
    object-fit: contain;
}

.login-inner {
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
    color: white;
    border-color: transparent;
    font-family: inherit;
    font-style: inherit;
}

.login1 {
    text-align: center;
}

.forgot-password {
    /*
    font-size: var(--font-size-common-fields);
    line-height: calc(18px + 1vw);
    color: #0D6EFD;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    */
    position: absolute;
    right: 20%;
}

.welcome-to-the {
    margin: 0;
    /* font-size: calc(12px + 0.55vw);
    line-height: calc(30px + 1vw); */
    font-size: calc(24px - 0.55vw);
    line-height: calc(30px - 1vw);
    font-family: "Flow Block", serif;
}

.welcome-to-university {
    margin: 0;
}

.welcome-to-university-container {
    position: absolute;
    top: 0;
    left: 4%;
    font-size: calc(14px + 1.5vw);
    line-height: calc(30px + 1vw);
    font-family: "Fjalla One", serif;
    display: inline-block;
    width: 40%;
    padding-top: 13%;
}

.patientaccess-lets-you {
    margin: 0;
    font-family: var(--font-family);
    padding-top: 5%;
    font-size: var(--font-size-common-fields);
    line-height: 150%;
    font-weight: 400;
}

.login {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 768px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    font-size: calc(5px + 1vw);
    color: #fff;
    /*font-family: Source Sans Pro, Helvetica Neue, Arial, san-serif;*/
    min-height: 100%;
}

.login-mobile-page1 {
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 100%;
    width: 100%;
}

.welcome-to-the-mobile {
    /* font-size: calc(14px + 1.5vw);
    line-height: calc(15px + 2vw); */
    font-size: calc(40px - 1.5vw);
    line-height: calc(60px - 2vw);
    font-family: "Fjalla One", serif;
    padding-top: 15%;
    padding-left: 10%;
    padding-right: 10%;
}

.login-button-mobile-page1-container {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: auto;
}

.university-logo-mobile {
    overflow: hidden;
    padding-top: 25%;
    object-fit: contain;
    width: 60%;
}

.login-input-mobile {
    margin: 0;
    padding: 0;
    /*font-family: Source Sans Pro, Helvetica Neue, Arial, san-serif;*/
}

.forgot-password-mobile {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex: 1;
    background-color: #fff;
    border: 1px solid #ced4da;
    overflow: hidden;
    padding: 1.2vw 13px;
    font-size: var(--font-size-common-fields);
    align-items: center;
    border-radius: 4px;
}

.forgot-password-mobile {
    font-size: var(--font-size-common-fields);
    line-height: calc(40px - 1vw);
    color: #0D6EFD;
    background-color: transparent;
    cursor: pointer;
    padding-left: 60%;
    border: 0;
    position: absolute;
    right: 8%;
}

.register-for-access-mobile {
    font-size: var(--font-size-common-fields);
    line-height: calc(40px - 1vw);
    color: #0D6EFD;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    border: 0;
    font-style: inherit;
    font-family: inherit;
    width: 100%;
}

.mobile-page2-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#ErrorSpan {
    margin-top: 10%;
}

.links-row-container-mobile {
    margin-top: auto;
    padding-bottom: 25px;
}

/* For styling elements in <axi:LinksRow runat="server"></axi:LinksRow> at the bottom of the page */
.link {
    font-size: var(--font-size-common-fields);
}