﻿tr th.width-tight,
tr td.width-tight {
    width: 1%;
    white-space: nowrap;
    text-align: center;
}

tr td i[class^="fa"] {
    margin-left: 10px;
}

/*
button.arcgis {
    background: url('/_content/AccountManager/images/ArcGIS_logo.png') no-repeat;
    background-size: cover;
    width: 180px;
    height: 72px;
    border: none;
}

button.openidconnect {
    background: url('/_content/AccountManager/images/AzureAD_logo.png') no-repeat;
    background-size: cover;
    width: 238px;
    height: 72px;
    border: none;
}*/

button.saml2 {
    background: url('/_content/AccountManager/images/SAML_logo.png') no-repeat;
    background-size: cover;
    width: 180px;
    height: 72px;
    border: none;
}

@media (max-width: 500px) {
    .g-recaptcha {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
}