@font-face {
    font-family: 'tele-grotesk-light';
    src: url('../shared_libs/fonts/telegrotesknor-webfont.eot');
    src: url('../shared_libs/fonts/telegrotesknor-webfont.eot?#iefix') format('embedded-opentype'), url('../shared_libs/fonts/telegrotesknor-webfont.woff') format('woff'), url('../shared_libs/fonts/telegrotesknor-webfont.ttf') format('truetype'), url('../shared_libs/fonts/telegrotesknor-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}


/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    padding-top: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: url(../img/backgrounds/bg_c.png)
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both
}

a {
    color: #368CA9;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}


#login-wrapper {
    position: relative;
    border: 1px solid #ddd;
    width: 474px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.main-col {
    float: left;
    padding: 10px 0;
    position: relative;
    margin-left: 120px;
    padding-left: 40px;
    border-left: 1px solid #ddd
}

.logo_img {
    width: 84px;
    position: absolute;
    top: 68px !important;
    left: -100px;
}

#t-mobile-header {
    font-family: "tele-grotesk-light", "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 7px;
    color: #E20074;
}

.main-col label {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
    color: #888
}

.main-col input[type="text"], .main-col input[type="password"] {
    width: 240px;
    display: block;
    font-size: 13px;
    padding: 6px 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 16px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.main-col input[type="text"]:focus, input[type="password"]:focus {
    border-color: #5ca9e4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 0 0 2px rgba(70, 161, 231, 0.3)
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 14px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    *border: 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; /* Buttons in IE7 don't get borders, so darken on hover */
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear
}

.submit_sect {
    text-align: center;
    padding-top: 16px;
    float: right;
}

.main-col label.error {
    font-weight: 700;
    color: #b94a48;
    margin: -10px 0 10px 0;
    display: block
}

.main-col label.error + label.checkbox {
    margin-top: 4px
}

