/* roboto-regular - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('../../fonts/roboto-v18-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/roboto-v18-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto'), local('Roboto-Light'), url('../../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../fonts/roboto-v20-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
    box-sizing: border-box;
}

html {
    font-size: 13px;
}

body {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-color: #d7bcc1;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #333;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 2.8rem;
    margin: 0 0 2rem 0;
    color: #000000;
    
}

p {
    margin-bottom: 8px;
}

/* Bootstrap overrides */

.btn-primary {
    background-color: #0079BE;
    min-width: 300px;
    text-align: center;
    padding: 0.5rem 1.5rem;
    line-height: 1;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    height: 5rem;
    justify-content: center;
    align-items: center;
    transition: background-color 0.15s;
    margin: 0 auto;
    display: table-cell;
    display: flex;
}

.btn-primary:hover {
    background-color: #0089D6;
    border: none;
}

.btn-primary:active {
    background-color: #00598B;
    border: none;
}

.btn-primary:focus {
    background-color: #0089D6;
    border: none;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group:last-of-type {
    margin: 0;
}

.form-control {
    font-size: 1.6rem;
    padding: 0.8rem 1.5rem;
    height: auto;
}

/* Custom styles */

.she-logo {
    position: fixed;
    top: 4rem;
    left: 4rem;
}

.she-logo img {
    height: 80px;
    width: 113px;
}

.she-login-wrapper {
    display: flex;
    flex-direction: column;
}

.she-login-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    overflow: auto;
    flex-shrink: 0;
}

.she-login-body {
    max-width: 700px;
    background-color: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    padding: 0px;
    margin: 4rem auto;
    border-radius: 4px;
    flex-shrink: 1;
	text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    padding: 4rem;
}

.she-login-left-content {
    width: 305px;
    padding: 0 4rem;
    margin: 4rem 0;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    float: left;
}

.she-login-one-content {
    padding: 0 4rem;
    margin: 4rem 0;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    width: 100%;
}

.she-login-links {
    margin-top: auto;
}

.she-login-right-content {
    width: 495px;
    padding: 0 4rem;
    margin: 4rem 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    float: left;
    border-left: 1px solid #aaa;
}

.she-login-section {
    padding: 4rem 0;
    border-bottom: 1px solid #aaa;
}

.she-login-section:first-child {
    padding-top: 0;
}

.she-login-section:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.she-login-section-messages .alert:last-child {
    margin-bottom: 0;
}

.she-login-section-links {
    display: none;
}

.she-login-section-up {
    padding: 4rem 0;
}

.she-login-customer-logo {
    max-width: 180px;
}

.she-login-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.she-logout-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1rem;
}

.she-login-buttons #login {
    margin-bottom: 1.5rem;
}

.she-reset {
    display: block;
}

.she-added-section {
    margin-top: 1.5rem;
}

.she-portals {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0;
}

.she-providers {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.she-providers li {
    padding-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.she-providers li .fa {
    font-size: 28px;
    margin-right: 1rem;
    width: 28px;
}

.she-login-toggle {
    display: block;
    padding-top: 1rem;
}

.page-error .request-id {
  margin-left: 20px;
  font-size: 80%;
  font-weight: bold;
}
.page-error .request-id span {
  font-weight: normal;
}

.page-loggedOut iframe.signout {
  display: none;
}

.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;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.page-permissions .page-header {
  margin-bottom: 10px;
}
.page-permissions .permissions .permission {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.page-permissions .permissions .permission img {
  width: 100px;
  height: 100px;
}
.page-permissions .permissions .permission .permission-clientname {
  font-size: 140%;
  font-weight: bold;
}
.page-permissions .permissions .permission .permission-type {
  font-size: 120%;
  font-weight: bold;
}

.page-permissions .permissions .permission li {
  list-style-type: none;
  display: inline;
}

.page-permissions .permissions .permission li:after {
  content: ', ';
}

.page-permissions .permissions .permission li:last-child:after {
  content: '';
}

.she-app-version {
    font-size: smaller;
    position: fixed;
    bottom: 4rem;
    right: 4rem;
}

@media only screen and (max-height: 600px) {

    html {
        font-size: 14px;
    }

    .she-login-body {
        margin: 2rem auto;
    }
}

@media only screen and (max-width: 1200px) {

    .she-login-body {
        flex-direction: column;
        align-items: stretch;
        margin: 3rem auto;
    }

    .she-login-left-content {
        width: auto;
        margin: 0 4rem;
        padding: 3rem 0;
        border-bottom: 1px solid #aaa;
        float: none;
    }

    .she-login-right-content {
        width: auto;
        margin: 3rem 0;
        border-left: none;
        float: none;
    }

    .she-login-one-content {
        margin: 3rem 0;
    }

    .she-login-section {
        padding: 3rem 0;
    }    
    
    .she-login-section-links {
        display: block;
        font-weight: 500;
        padding: 3rem 0;
        margin: 0 4rem;
        border-top: 1px solid #aaa;
    }

    .she-login-left-links {
        display: none;
    }

    .she-login-customer > div {
        text-align: center;
    }

}

@media only screen and (max-width: 1024px) {

    .she-logo {
        position: static;
        padding-top: 3rem;
        text-align: center;
    }

    .she-app-version {
        position: static;
        padding-bottom: 3rem;
        text-align: center;
    }

    .she-login-container {
        min-height: 0;
    }
}

@media only screen and (max-width: 700px) {

    .she-login-container {
        justify-content: flex-start;
    }

    .she-login-body {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
        margin: 3rem auto;
        border-radius: 0;
    }

    .btn-primary {
        min-width: 0;
        width: 100%;
    }
}