body {
  margin-top: 65px;
}
[ng-cloak] {
  display: none;
}
.page-error .request-id {
  margin-left: 20px;
  font-size: 80%;
  font-weight: bold;
}
.page-error .request-id span {
  font-weight: normal;
}
.page-login .list-unstyled {
  margin-left: 25px;
}
.page-login .list-unstyled li {
  margin-bottom: 10px;
}
.page-login .login-remember {
  padding-left: 16px;
}
.page-login .login-remember input {
  margin-right: 5px;
}
.page-login .external-providers li:first-child {
  padding-left: 5px;
}
.page-login .external-providers li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.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: 35px;
}
.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 li {
  list-style-type: none;
  display: inline;
}
.page-permissions .permissions .permission li:after {
  content: ', ';
}
.page-permissions .permissions .permission li:last-child:after {
  content: '';
}

.permissionsContainer {
    padding: 1% 3% 3% 3%;
    width: 900px;
    height: auto;
    border-radius: 3px;
    background-color: white;
    position: relative;
    margin-top: 75px;
    margin-bottom: 75px;
}

@media(max-width: 700px) {
    .permissionsContainer {
        width: 100%;
        padding: 2% 6% 6% 6%;
    }
}

@media(max-width: 500px) {
    .yesButton {
        margin-bottom: 10px;
    }

}

.bottomFooter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding-bottom: 10px;
}

.modelDisplayName {
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 400;
}

.subTitleConsent {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 25px;
}

.consentTitle {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 20px;
}

.consent-header {
    margin-top: 25px !important;
    border-bottom: 1px solid #E5E5E5 !important;
}

.consent-check {
    top: 2px !important;
    border-color: #9EA0A5;
}

.consent-checkbox {
    margin-bottom: 20px !important;
}

.yesButton {
    width: 100%;
    height: 56px;
    border-color: #5d9cec;
    text-transform: none;
}

.noButton {
    width: 100%;
    height: 56px;
    background-image: none;
    color: var(--background);
    background-color: white;
    text-transform: none;
    border: none;
}

.noButton:hover {
    color: white;
}

.login-title {
    margin-bottom: 0px !important;
}

.login-email {
    word-break: break-all;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.not-your-email {
    margin-bottom: 21px;
}

.login-not-your-email {
    color: var(--anchor-color);
    font-size: 14px;
    font-weight: bold;
}

.login-not-your-email:hover {
    color: var(--anchor-color-hover);
}

.mfa-description {
    word-break: break-word;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

#qrCode {
    padding: 10px;
    border: 1px solid #EAECF0;
    
}

#qrCode-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.mfa-trouble-scanning-container {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.mfa-trouble-scanning {
    color: var(--anchor-color);
    font-size: 14px;
    font-weight: bold;
}

.mfa-trouble-scanning:hover {
    color: var(--anchor-color-hover);
}

#mfa-2fa-token-copy {
    margin-top: 20px;
    background: #FFF7E6;
    text-align: center;
    cursor: copy;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.mfa-enter-code-label {
    margin-top: 25px;
}

#clipboard-notification {
    opacity: 0;
    transition: all 350ms ease-in;
    margin-bottom: 20px;
    border-radius: 5px;
    background: var(--main-alt);
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin-top: 5px;
}
