﻿table.HeadingLoginTable {
    width: 100%;
    border-collapse: collapse;
    border-width: 0px !important;
    margin: 0px;
}

    table.HeadingLoginTable td {
        /*width: 50%;*/
        vertical-align: bottom;
        border-width: 0px !important;
        padding: 2px;
        padding-top: 20px;
    }

    table.HeadingLoginTable label {
        color: #000000;
    }

    table.HeadingLoginTable input.EmailTextBox {
        width: 95%;
        max-width: 600px;
        height: auto;
        border: 1px solid #d2d2d2;
        /*border-radius: 0;*/
        /*padding: 7px 20px;*/
        /*box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1);*/
        text-align: left !important;
        border-radius: 3px;
        margin-left: 0px;
    }

a.ButtonClass {
    background-color: #36d600 !important;
    color: #000000 !important;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 0;
    /*font-size: 1.2rem;*/
    display: table-cell;
    float: left;
    margin-right: 10px;
    width: 150px;
    text-align: center;
}

    a.ButtonClass:hover {
        background-color: #3ceb00 !important;
    }

table.RegistrationTable label {
    color: #000000 !important;
}

table.RegistrationTable input[type=text] {
    width: 50%;
    height: auto;
    border: 1px solid #d2d2d2;
    text-align: left !important;
    border-radius: 3px;
    margin-left: 0px;
    padding: 5px;
}

table.RegistrationTable select {
    width: 50%;
    height: auto;
    border: 1px solid #d2d2d2;
    text-align: left !important;
    border-radius: 3px;
    margin-left: 0px;
    padding: 5px;
}
table.RegistrationTable th {
    width: 225px;
    border-style: none;
    text-align: right;
    color: black;
}

table.RegistrationTable td > input[type=text] {
    width: 300px;
}

table.RegistrationTable td > select {
    width: 300px;
}

table.RegistrationTable tr:nth-child(odd) > td {
    background-color: #ffffff !important;
}

table.RegistrationTable tr:nth-child(even) > td {
    background-color: #ffffff !important;
}

table.RegistrationTable tr:nth-child(odd) > th {
    background-color: #ffffff !important;
}

table.RegistrationTable tr:nth-child(even) > th {
    background-color: #ffffff !important;
}