﻿
#pangea-user-logout-button {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    padding-left: 0;
}

#pangea-user-logout-button > p {
    float: left;
   /* margin-left: 0.5em;*/
    margin-bottom: 0;
}

#pangea-user-refresh-cache-button {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    padding-left: 0;
}

#pangea-user-refresh-cache-button > p {
    float: left;
    /* margin-left: 0.5em;*/
    margin-bottom: 0;
}

.pangea-user-settings-button {
    margin-left: -1em !important;
}

.pangea-common-user-password-reset {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.pangea-common-user-password-reset-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 35em;
    height: auto;
    padding: 2em;
}

.pangea-common-user-password-reset-panel-logo {
    width: 100%;
    margin-bottom: 2em;
}

.pangea-common-user-password-reset-panel label {
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: white;
}

.pangea-common-user-password-reset-panel button {
    float: right;
    margin-left: 1em;
    margin-right: 0;
}

.pangea-common-user-password-reset-form-group {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

.pangea-common-user-cancel-impersonation-button {
    width: 12.5em !important;
}

