h3{
    font-size:1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
}
.login-wrapper {
    height: 100vh;
    display: grid;
    place-items: center;
    align-content: center;
}
.login-wrapper .login{
    padding-top: 1.25rem;
    z-index:20;
    border-radius: 25px;
    min-height: fit-content;
    max-height: fit-content;
}


.login-background {
    height: auto !important;
}
.login-background img{
    filter: saturate(0.5) opacity(0.8);
    position: fixed;
    left: -5rem;
    top: -14rem;
    width: auto;
    height: 120%;
    overflow: hidden;
}
.login-wrapper .login .login-group{
    padding:0
}
.login-page.login-wrapper .login .login-group .checkbox {
    margin-top: 0.5rem;
    margin-bottom: 0
}

.login-page .title {
    /*margin-bottom: 24px;*/
    /*margin-top: 5rem*/
}

.login-page .title img {
    height: 60px;
    margin-top: 6px;
}
.PBN-logo-white{
    display:none;
}
.login-page .login-group {
    min-height: fit-content;
    margin-bottom:1rem;
}
.login-wrapper .login .login-group .btn{
    margin-top:0
}
.login-page.login-wrapper .login .login-group .password {
    margin-bottom: 0.25rem
}

#code {
    margin-top: 36px;
}

.create-account {
    margin-top: 12px;
    font-size: 0.6rem
}
.alt_login{
    margin-top:0.25rem !important;
    border-radius: 25px;
    text-transform: none;
}
.alt_login img {
    height: 1rem;
    vertical-align: top;
    margin: 0.25rem ;
}

.alt-login span {
    vertical-align: top
}

.terms {
    text-align: center;
    margin-top: 0.25rem;
    font-size: 0.5rem
}

.mcl_more_info {
    text-align: left;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    font-size: 0.5rem
}


/* REGISTER */
.login-wrapper .login .login-group .password-block .password
{
    margin: 1.5rem 0 0.75rem;
    width: 100%
}
.login-wrapper .login .login-group .password-block .password-repeat{
    margin:0 0 0.75rem;
}
.login-wrapper .login .login-group .auth-source,
.login-wrapper .login .login-group .checkbox,
.login-wrapper .login .login-group .password,
.login-wrapper .login .login-group .username{
    margin: .25rem 0 0.75rem;
}
.password-block .password-repeat {
    margin: 0;
    width: 100%
}

.register.login-wrapper .login .login-group .checkbox {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem
}

.register-info {
    margin: 0.5rem 0;
    text-align: justify;
}

.btn.ORCID-logo {
    border-color: #a6ce39 !important;
    color: #a6ce39 !important;
    display: block;
    margin: auto;
    margin-top: 12px;
}

.btn.ORCID-logo:hover {
    background-color: #f1ffcb
}

.ORCID-logo img {
    height: 18px;
    margin-right: 6px;
    margin-bottom: 3px;
}

.error-text {
    margin-top:-0.75rem;
    color: #c92100;
    font-size: small;
    float: right;
    text-align: right;
}

.checkbox label {

    margin-bottom: 0.5rem;
}


input[type=text].invalid, input[type=password].invalid, input[type=email].invalid {
    border-bottom: 1px solid #c92100;
    background: linear-gradient(to bottom, transparent 95%, #c92100 95%);
    transition: none;
}

.checkbox input[type=checkbox].invalid + label::before, .checkbox-inline input[type=checkbox].invalid + label::before {
    position: absolute;
    top: .166666rem;
    left: 0;
    content: '';
    display: inline-block;
    height: .666667rem;
    width: .666667rem;
    border: 1px solid #c92100;
    border-radius: .125rem;
}


@media only screen and (max-height:1150px){
    .centering-box{
        display:none;
    }
    
}
@media only screen and (max-width:768px){
    .login-background{
        display:none;
    }.login-wrapper .login{
         left:0;
         width:100%;
     }


}

.bottom-options{
    bottom: 0.5rem;
    left: calc(50% - 70px);
}
.login-accessibility.subnav {
    background-color: unset;
    box-shadow: none;
}
.login-accessibility.subnav .nav{
    box-shadow: none;
    padding: 0;
    width: 140px;
}
.version-info{
    width:100%;
    text-align: center;
    margin: 0 auto;
    font-size: smaller;
}


/* WHITE ON BLACK */
.w-o-b{
    color:white
}
.w-o-b .login-wrapper .login{
    background: black;
}
.w-o-b .login-wrapper .login .subtitle,.w-o-b  .login-wrapper .login .title,.w-o-b  .login-wrapper .login .trademark{
    color:white
}
.w-o-b h3{
    color:white
}
.w-o-b input{
    color:white;
}
.w-o-b a{
    color:#95c1ff
}
.w-o-b .btn:not(.btn-primary):not(.btn-link){
    border-color: #95c1ff;
    color: #95c1ff;
}
.w-o-b #login-orcid img, .w-o-b #login-mcl img{
    filter: brightness(0) invert(1);
}
.w-o-b .btn:hover{
    background:inherit;
}
.w-o-b .PBN-logo-black{
    display:none;
}
.w-o-b .PBN-logo-white{
    display:inline;
}

/* YELLOW ON BLACK */

.y-o-b{
    color:yellow
}
.y-o-b .login-wrapper{
     background:black
 }
.y-o-b .login-background img{
    filter:grayscale(1);
}
.y-o-b .login-wrapper .login{
    background: #313131;
}
.y-o-b .login-wrapper .login .subtitle,.y-o-b  .login-wrapper .login .title,.y-o-b  .login-wrapper .login .trademark{
    color:yellow
}
.y-o-b h3{
    color:yellow;
}
.y-o-b input{
    color:yellow;
}
.y-o-b a:not(.btn){
    color:yellow;
    text-decoration: underline;
}
.y-o-b a:not(.btn):hover{
    text-decoration: underline double;
}
.y-o-b .login-accessibility a{
    text-decoration: none;
}
.y-o-b .login-accessibility a:hover{
    text-decoration: none;
}
.y-o-b .btn:not(.btn-primary):not(.btn-link){
    border-color: yellow;
    color: yellow;
}
.y-o-b #login-orcid img, .y-o-b #login-mcl img{
    filter: brightness(0) invert(1);
}
.y-o-b .btn:hover{
    background:inherit;
}
.y-o-b .btn.btn-primary{
    background:yellow !important;
    border-color:yellow !important;
    color:black;
}
.y-o-b .PBN-logo-black{
    display:none;
}
.y-o-b .PBN-logo-white{
    display:inline;
}


/* YELLOW ON BLACK */
.b-o-y{
    color:black
}
.b-o-y .login-wrapper{
    background:black
}
.b-o-y .login-background img{
    filter:grayscale(1);
}
.b-o-y .login-wrapper .login{
    background:yellow;
}
.b-o-y .login-wrapper .login .subtitle,.b-o-y  .login-wrapper .login .title,.b-o-y  .login-wrapper .login .trademark{
    color:black
}
.b-o-y h3{
    color:black;
}
.b-o-y input{
    color:black;
}
.b-o-y a:not(.btn){
    color:black;
    text-decoration: underline;
}
.b-o-y a:not(.btn):hover{
    text-decoration: underline double;
}
.b-o-y .login-accessibility a{
    text-decoration: none;
}
.b-o-y .login-accessibility a:hover{
    text-decoration: none;
}
.b-o-y .btn:not(.btn-primary):not(.btn-link){
    border-color: black;
    color: black;
}
.b-o-y #login-orcid img, .b-o-y #login-mcl img{
    filter:brightness(0);
}
.b-o-y .btn:hover{
    background:inherit;
}
.b-o-y .btn.btn-primary{
    background:black !important;
    border-color:black !important;
    color:yellow;
}
.b-o-y img{
    filter:brightness(0);
}
.b-o-y .login-accessibility img{
    filter:none;
}

.partitioned {
    padding-left: 11px !important;
    letter-spacing: 42px;
    font-family: "Lucida Console", Monaco, monospace;
    border: 0 !important;
    background: none !important;
    background-image: linear-gradient(to left, #062b58 70%, rgba(255, 255, 255, 0) 0%) !important;
    background-position: bottom !important;
    background-size: 50px 2px !important;
    background-repeat: repeat-x !important;
    background-position-x: 35px !important;
    width: 320px !important;
    margin-bottom: 36px !important;
}


#divTFAInner{
    left: 0;
    position: sticky;
}

#divTFAOuter{
    width: 290px;
    overflow: hidden;
}
