﻿.code {
    font-family: Arial;
    font-style: italic;
    color: blue;
    font-size: 18px;
    border: 0;
    padding: 2px 3px;
    letter-spacing: 3px;
    font-weight: bolder;
    cursor: pointer;
    width: 100px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    background-color: #D8B7E3;
    float: left;
}

span {
    text-decoration: none;
    font-size: 14px;
    color: #288bc4;
}

    span:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.sel_btn {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    background: #74e0c7;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    outline: none;
    margin-left: 2px;
}
.theLoginBox {
    padding-top: 85px;
    height: 85%;
    display: table;
    margin-left: 30%;
}
.theSubmitButton {
    width: 85px;
    height: 30px;
    border: none;
    background: #2ba91d;
    cursor: pointer;
    color: white;
    text-align: center;
}

table {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

    table tr {
        height: 45px;
    }

    table th {
        color: white;
        text-align: right;
        width: 40%;
        height: 35px;
        font-weight: 500;
    }
    table th label {
        font-weight: 500;
    }
    table input {
        width: 300px;
        height: 30px;
        border-radius: 5px;
        border: 1px solid #c8cccf;
        color: #333;
    }
    table td span {
        height: 30px;
        border-radius: 5px;
    }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaa;
    font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #aaa;
    font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #aaa;
    font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaa;
    font-size: 14px;
}