.ng-auth-ui-window {
    z-index: 1000;
    position: absolute;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.ng-auth-ui-window.ng-auth-ui-window-fixed-modal {
    position: fixed;
}

.ng-auth-ui-window-body {
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 95%;
}

.ng-auth-ui-window-topbar {
    height: 10px;
    background-color: #eee;
}

.ng-auth-ui-overlay-layer {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.ng-auth-ui-window-topbar {
    height: 25px;
}

.ng-auth-ui-window-topbar-title {
    font-weight: bold;
    padding-left: 5px;
}

.ng-auth-ui-window-topbar-cbtn {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    font-weight: bold;
}

.ng-auth-ui-window.ng-auth-ui-window-fit {
    width: 100% !important;
    height: 100% !important;
}

#ng-auth-ui-loading-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    background-color: rgba(0,1,1,0.5);
}

.ng-auth-ui-window-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(202,209,214,0.5);
}

.ng-auth-ui-window-loading img {
    position: absolute;
    left: 45%;
    top: 35%;
}

.ng-auth-ui-window-body .url-textfield {
    display: none;
}