/* Email Template Styles */

/* Base email body styling */
.email-body {
    font-family: Helvetica, Arial, sans-serif;
    color: #5a5a5a;
}

/* Authorization code email table styling */
.auth-email-table {
    border: 0;
    cellspacing: 0;
    cellpadding: 0;
    width: 100%;
    cellpadding: 0;
    border: 0;
    cellspacing: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    float: none;
}

.auth-email-tbody {
    display: block;
}

.auth-email-sidebar {
    padding: 7px 2px 7px 2px;
    background-color: #A6A6A6;
    vertical-align: middle;
}

.auth-email-content {
    width: 100%;
    background-color: #EAEAEA;
    padding: 7px 5px 7px 15px;
    font-family: wf_segoe-ui_normal, Segoe UI, Segoe WP, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #212121;
    text-align: left;
    word-wrap: break-word;
}

.auth-email-icon {
    width: 75px;
    background-color: #EAEAEA;
    padding: 7px 5px 7px 5px;
    font-family: wf_segoe-ui_normal, Segoe UI, Segoe WP, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #212121;
    text-align: left;
    word-wrap: break-word;
    text-align: left;
}

/* Authorization code main email body */
.auth-code-background {
    background-color: #2a2a2a;
    width: 100%;
    text-align: center;
}

.auth-code-container {
    background-color: #8b9da9;
    width: 320px;
    margin-left: 100px;
    margin-right: 100px;
    border-radius: 5px;
}

.auth-code-header {
    text-align: center;
}

.auth-code-title {
    width: 100%;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    font-size: 35px;
    line-height: 1.2;
}

.auth-code-message {
    width: 100%;
    height: 70px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: Verdana, Geneva, sans-serif;
    color: black;
    background-color: white;
    font-size: 16px;
    line-height: 1.4;
}

.auth-code-display {
    width: 100%;
    text-align: center;
    height: 50px;
    font-family: Verdana, Geneva, sans-serif;
    color: black;
    letter-spacing: 2px;
    background-color: white;
    font-size: 30px;
    line-height: 1.4;
}

.auth-code-footer {
    width: 100%;
    text-align: center;
    height: 70px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    font-size: 12px;
    line-height: 1.4;
}


