﻿@font-face {
    font-family: clients;
    src: url('MyriadPro-Regular.woff') format('woff'), url('path/GraublauWebBold.ttf') format('truetype');
}

.checkbox {
    vertical-align: top;
}

body {
    margin: 0px;
    font-family: "clients";
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}

.mainDiv {
    display: inline-block;
}

.subdiv {
    padding: 10px;
    background-color: #F6FAFD;
    border-radius: 9px;
    width: 75%;
}

.pfont {
    font: 12px Arial;
    color: #0A4F95;
}

.textBox {
    border-radius: 3px;
    background: #EAEAEA;
    border: 0px solid #979797;
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.50);
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.50);
    height: 42px;
    padding-left: 15px;
    font-family: "clients";
    font-size: 14px;
    padding-top: 5px;
}

.btn {
    cursor: pointer;
    border-radius: 2px;
    background: #1762d2;
    border: 1px solid #6F0000;
    /*-moz-box-shadow:    0px 1px 2px 0px rgba(0,0,0,0.20);
            box-shadow:         0px 1px 2px 0px rgba(0,0,0,0.20);*/
    font-size: 13px;
    color: #FFFFFF;
    line-height: 18px;
    font-weight: bold;
    padding: 15px 20px;
    padding-right: 19px;
}

.btn {
    border: none;
    border-radius: 0;
    color: white;
}

/*.btn:hover { background: #000; }*/

.textBox {
    border-radius: 0;
    box-shadow: none;
}

.wl-contents-td {
    position: relative;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #0097d1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #0097d1;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #0097d1;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0097d1;
}

.wl-sub-table, .wl-sub-table tr, .wl-sub-table td {
    display: inline-block;
    border-collapse: collapse;
    padding: 0px;
}

.wl-catcha-table tr {
    display: table-row;
}

.wl-catcha-table td {
    display: table-cell;
}

.wl-catcha-table {
    border-collapse: collapse;
}

.wl-catcha-td {
    padding-left: 10px !important;
}

.wl-catcha-text-td {
    padding-left: 2px !important;
}

@media (max-width: 815px) {
    .wl-catcha-td {
        padding-left: 5px !important;
    }
}

@media (max-width: 545px) {
    .wl-td, .textBox {
        width: 96% !important;
    }

    .wl-contents-td {
        padding-bottom: 3px !important;
    }

    .wl-email-td {
        padding-top: 3px !important;
    }

    .btn {
        width: 100%;
    }

    .wl-catcha-td {
        padding-bottom: 3px !important;
        padding-top: 3px !important;
    }
}

@media (max-width: 305px) {
    .wl-catcha-img-td {
        width: 100%;
    }

    .wl-catcha-table tr, .wl-catcha-table td {
        display: inline-block;
    }

    .wl-catcha-td {
        padding-left: 0px !important;
    }

    .wl-catcha-text-td {
        padding-left: 0px !important;
    }
}

.wl-catcha-div {
    overflow: hidden;
    position: relative;
    top: 2px;
}

.wl-lastname-td, .wl-email-td {
    position: relative;
    left: -1px;
}
