/* Arctic Pro — theme variables */
.am-body-content a.button,
.am-body-content button,
.am-body-content input[type="button"],
.am-body-content input[type="submit"],
.am-popup a.button,
.am-popup button,
.am-popup input[type="button"],
.am-popup input[type="submit"] {
    color: white;
    background: #2563EB;
    border-color: #2563EB;
    border-radius: 10px;
}

.am-body-content a.button:hover,
.am-body-content button:hover,
.am-body-content input[type="button"]:hover,
.am-body-content input[type="submit"]:hover {
    background: #1D4ED8;
    border-color: #1D4ED8;
}

.am-body-content input[type=submit]:disabled,
.am-body-content input[type=button]:disabled {
    background: #f1f5f9;
    color: #94a3b8;
    border-color: #e2e8f0;
}

.am-page-login-no-label .am-auth-form div.am-row div.am-element input[type=submit] {
    width: 100%;
}
