﻿@font-face 
{
    font-family: "proxima-nova-alt-bold";
    src: url("../fonts/proxima-nova-alt-bold.otf") format("opentype"),
         url("../fonts/proxima-nova-alt-bold.ttf") format("truetype");
    
}

@font-face
{
    font-family: "proxima-nova-light";
    src: url("../fonts/ProximaNova-Light.otf") format("opentype"),
         url("../fonts/proximanova-light-webfont.ttf") format("truetype");
}

#pageheader {
    font-family: proxima-nova-alt-bold;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 50px;
}

#signupcontent {
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: -16px;
    margin-left: auto;
    margin-right: auto;
}

.section-group {
    display: table;
    width: 100%;
}

.col-span_1_of_2 {
    display: table-cell;
    width: 50%;
}

.signupfield, .signupfielduser {
    margin-bottom: 20px;
    background: #f5f7fa none repeat scroll 0 0;
    border: 1px solid #e6e9ed;
    border-radius: 5px;
    box-shadow: 1px 3px 1px 0 #e6e9ed;
    font-family: "proxima-nova-alt-bold";
    font-weight: 600;
    font-size: 1.2em;
    padding: 0 5%;
    width: 80%;
    margin-bottom: 20px;
    height: 3.5em;
}

#PHONE {
    width: 38%;
    padding-left: 20px;
}

#USERNAME {
    width: 85%;
    text-align: center;
}

#submitsignup {
    text-align: center;
}

.submitorder{
    /*background: -webkit-linear-gradient(#e9f2ce, #76a528); /* For Safari 5.1 to 6.0 
    background: -o-linear-gradient(#e9f2ce, #76a528); /* For Opera 11.1 to 12.0 
    background: -moz-linear-gradient(#e9f2ce, #76a528); /* For Firefox 3.6 to 15 
    background: linear-gradient(#e9f2ce, #76a528); /* Standard syntax 
    border-radius: 5px;
    color: white;
    border: 2px solid #71a127;
    padding: 15px;
    font-size: x-large;
    width: 40%;
    */
            background-color:#2C5676;
        box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.25);
        font-family: pt-sans-caption-bold;
        color: white;
        border: none;
        padding: 10px;
        font-size: x-large;
        margin-bottom: 20px;
}

.submitorder:active {
    box-shadow: inset 0 0 0 1px #4f5246,inset 0 5px 10px #2e4010;
}

.signupfield-error::-webkit-input-placeholder {
    color: red;
}


.signupfield-error::-moz-placeholder  {
    color: red;
}


.signupfield-error:-moz-placeholder  {
    color: red;
}


.signupfield-error:-ms-input-placeholder  {
    color: red;
}