
/*login form*/
.auth-login-wrap {
    width: 100%;
    max-width: 16rem;
    margin: 3rem auto 4rem;
}
.auth-login-form {
    background: #DAFFD0;
    position: relative;
    padding: 0;
}
.auth-login-icons {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    background: #fff;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    height: 100px;
    border-radius: 50px;
}
img.auth-login-icon {
    max-height: 75px;
    max-width: 75px;
    margin-top: 12px;
}
.auth-login-form fieldset {
    padding: 4.5rem 1rem 2rem;
}
.auth-login-form label {
    display: block;
    margin: 0 0 0.5rem 0;
}
.auth-login-form span.label-text {
    width: 10em;
}
.auth-login-form label > input {
    width: 100%;
    background: #fff !important;
}
.auth-guids select,
.auth-roles select  {
    border-color: #A0EF8B;
    width: 100%;
    padding: 0.25em 0.25em;
}
p.auth-password-reset, p.auth-logout-cta {
    clear: both;
    font-size: 0.7rem;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    margin-top: 1rem;
    line-height: 1.2em;
}
a.auth-password-reset-link {
    display: block;
}
p.login-fail {
    color: #DDC780;
    clear: both;
    font-size: 0.8em;
    margin: 0.5rem;
    text-align: center;
}
.auth-login-wrap a {
    color: #DAFFD0;
    line-height: 1.5rem;
}
.op-auth-spinner {
    display: none;
    width: 2rem;
    color: #222;
    position: absolute;
    top: 9%;
    left: 50%;
    margin-left: -1rem;
}
.auth-password-reset-wrapper {
    display: table-row;
}
#auth-password-reset-dialog .intro {
    margin: -1rem 0 1em 0;
    text-align: center;
    font-size: 0.9rem;
}
.auth-password-reset-wrapper > div {
    display: table-cell;
    width: 50%;
    padding: 0 0 0 1rem;
    border-left: 1px solid #fff;
    text-align: center;
    font-size: 0.8rem;
}
.auth-password-reset-wrapper > div:first-child {
    padding: 0 1rem 0 0;
    border-left: none;
}
.auth-password-reset-wrapper h4 {
    background-color: #13431E;
    color: #DAFFD0;
    line-height: 2em;
    margin-bottom: 0.25em;
}
.auth-password-reset-wrapper p {
    margin-bottom: 0.5em;
}
.auth-password-reset-wrapper label {
    display: block;
}
.auth-password-reset-wrapper .label-text {
    display: block;
}
p.auth-new-password-or {
    margin: 0.75em 0;
}
.auth-new-password-or span {
    display: inline-block;
    background-color: #fff;
    width: 3em;
    line-height: 3em;
    border-radius: 3em;
    font-weight: bold;
}
#auth-password-reset-dialog .outro {
    margin: 0.5em 0 0;
    text-align: center;
    font-size: 0.9rem;
}
p.auth-invalid-reset {
    margin-bottom: 0;
    margin-top: 0.25em;
    color: #7F0001;
    text-align: center;
}

ul.login-errors {
    margin: -1rem 1rem 1rem;
    text-align: center;
    font-size: 0.9rem;
    color: red;
}




form.users-form {
    width: 20rem;
    margin: 0 auto;
    background: #5ABA40;
}
form.users-form fieldset {
    padding: 1rem;
}
.users-form label {
    display: block;
    margin-bottom: 1em;
}
.users-form span.label-text {
    display: block;
    color: #fff;
}





/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 400px) {

    li.app-item {
        max-width: 15rem;
        padding-left: 4rem;
        height: 5rem;
    }
    .app-link {
        display: table;
        height: 100%;
        width: 100%;
    }
    span.app-name {
        display: table-cell;
        vertical-align: middle;
    }
}

/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width : 700px) {




    .auth-credentials-form fieldset > label .label-text {
        display: inline-block;
        width: 9rem;
    }
    .auth-usernames > label input {
        width: 20.5rem;
    }
    .auth-password {
        position: relative;
    }
    .auth-password .label-note {
        width: 20rem;
        position: absolute;
        top: 0.2rem;
        right: 0;
    }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1020px) {


    .auth-panel-wrap {
        width: 45rem;
        margin: 0 auto;
    }
    .usercredentials .auth-panel-wrap > p {
        font-size: 1.2em;
        margin-bottom: 0.25em;
        color: #fff;
    }
    .auth-credentials-form {
        background: #DAFFD0;
        margin-bottom: 2rem;
    }
    .auth-credentials-form fieldset {
        padding: 1rem 1rem 3rem;
    }
    .auth-credentials-form fieldset > p:first-of-type {
        font-size: 0.8rem;
    }
    .auth-credentials-form fieldset > label {
        display: block;
        margin-top: 0.5rem;
    }
    .auth-credentials-form fieldset > label .label-text {
        display: inline-block;
        width: 9rem;
    }
    .auth-credentials-form fieldset > label input {
        width: 11.25rem;
    }
    .auth-usernames {
        clear: both;
    }
    .auth-usernames > label {
        width: 21.5rem;
        float: left;
    }
    .auth-usernames> label span {
        display: block;
    }
    .auth-usernames > label input {
        width: 20.5rem;
    }
    .auth-password {
        position: relative;
    }
    .auth-password .label-note {
        display: block;
        font-size: 0.7rem;
        width: 22rem;
        position: absolute;
        top: 0.2rem;
        right: 0;
    }
    .auth-confirm-password > .fa {
        display: none;
    }
    p.auth-credentials-error {
        margin: 1rem 0 0;
        min-height: 1rem;
        font-size: 0.8rem;
        color: red;
    }
    p.auth-credentials-error.success {
        color: #27873D;
        font-size: 1.2em;
        text-align: center;
        margin-bottom: -1em;
    }
    p.mobile-use {
        color: #fff;
        font-size: 0.7em;
        padding: 1em;
        text-align: center;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1224px) {
}
