﻿body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.container {
    width: 70%;
    height: 70%;
    border: 1px solid #000000;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
}

.field {
    margin-bottom: 10px;
    clear: both;
}

#message-area {
    margin: 10px 0 20px 0;
    font-size: 14px;
}

button {
    color: #FFFFFF;
}

.ms-Button.ms-Button--primary {
    color: #FFFFFF;
}

.ms-Icon {
    font-size: 20px;
    margin-right: 0;
    cursor: pointer;
}

#close {
    top: 10px;
    right: 12px;
    position: inherit;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
}

.login-info {
    font-weight: 600;
}

.login-button {
    border: 0;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    border-radius: 2px;
    margin: 5px 0 10px 0;
    cursor: pointer;
    background-color: #FFD238;
    color: #000000;
    cursor: not-allowed;
}

#clear-cache,
#check-tenant-privileges {
    text-decoration: none;
}

    #clear-cache:hover,
    #check-tenant-privileges:hover {
        text-decoration: underline;
        cursor: pointer;
    }