﻿@font-face {
    font-family: 'F SMatthew';
    font-weight: normal;
    src: local('F SMatthew'), url("../fonts/FSMatthew.woff") format('woff');
}

body {
    font-family: 'F SMatthew';
    background-color: #003da6;
    color: white;
    text-align: center;
    font-size: 16px;
}

#divCard {
    height: 110px;
    display: flex;
}

.divCard {
    background-color: #1a51af;
    font-size: 21px;
    width: 750px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

#card {
    margin-top: 15px;
    margin-left: 30px;
}

.error {
    font-size: 18px;
}

#errorTitle {
    margin-bottom: 25px;
}

#errorCard {
    padding-top: 5px;
    padding-bottom: 5px;
}

.social-icons li {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 45px;
    font-size: 16px;
    list-style-type: none;
    color: #3b3b3b;
    margin: 0 0 15px;
}

#label {
    margin-left: -50px;
}

.aaa {
    display: inline;
}

.bbb {
    margin: auto;
    text-align: left;
}



#divTitle {
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 500;
}

#divLink {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
}

.tableLink:active, .tableLink:visited, .tableLink:link, .tableLink:hover {
    margin-left: 5px;
    color: #003da6;
}

.link:active, .link:visited, .link:link, .link:hover {
    color: #ffffff;
}

.tdText {
    text-align: left;
}

#divCopyright {
    font-size: 12px;
    color: #809ccf;
    margin-top: 5px;
}

a, button {
    text-decoration: none;
}

#divLink {
    color: white;
    text-decoration: none;
    margin-top: 5px;
}

table {
    width: 750px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: white;
}

tbody {
    background-color: white;
}

td {
    padding: 0;
    border-bottom: solid 1px #003da6;
}



#divTable {
    text-align: -webkit-center;
    margin-top: 25px;
    margin-bottom: 25px;
    justify-content: center;
}

#divImageActivate {
    margin-bottom: 25px;
}

#divLogoLinks {
    display: flex;
    justify-content: center;
}

table tr td a {
    height: 100%;
    width: 100%;
}

table tr td {
    padding-left: 0;
    padding-right: 0;
}

.imageTable {
    display: block;
    height: 45px;
}

.sizeType {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: #6179a5;

}

.apple {
    margin-left: 5px;
    margin-right: 5px;
}

#imgActivate {
    height: 160px;
}

#tableButton{
    background: none;
    border: none;
    cursor: pointer;
    color: #003da6;
    font-family: 'F SMatthew';
    font-size: 16px;
}

@media (max-width: 750px) {
    .divCard {
        width: 95%;
    }

    .table {
        width: 95%;
    }

    #imgActivate {
        height: auto;
        width: 95%;
    }

    #label {
        margin-left: 0px;
    }

    #card {
        margin-right: 5px;
    }

    .imageTable {
        height: 50px;
    }
}

#mobile-indicator {
    display: none;
}

@media (max-width: 299px) {
    #mobile-indicator {
        display: block;
    }
    
    .imageTable {
        height: 50px;
    }
}

.insert-button {
	text-align: left;
}

.otpForm
{
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 1.5em;
    border-width: 0;
    border-style: none;
    border-radius: 0.75em;
    background-color: rgba(240, 240, 240, 0.5);
    color: #202020;
}

.otpForm .otpFormTitle
{
    margin-top: 0;
    margin-bottom: 0.25em;
    font-size: 1.125em;
}

.otpForm .otpFormHeading
{
    margin-top: 0;
    margin-bottom: 0.25em;
    font-size: 0.875em;
}

.otpForm .otpTextEntry
{
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.errorAlert
{
    color: #A02020;
    margin-top: 1em;
    margin-bottom: 0em;
    text-align: center;
    font-size: 0.875em;
}

.errorDetails
{
    margin-top: 0.7em;
    margin-bottom: 0;
    color: #A7A7A7;
    font-size: 0.75em;
}