/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, 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: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* styles */
html, body { height: 100% }

body { 
    min-width: 550px; 
    font-size: 16px;
    background: url(../images/body-bg.jpg) no-repeat 50% 0;
    font-family: 'tt_souseslight';
}

#main { 
    position: relative; 
    min-height: 100%; 
}

.wrapper {width: 484px; margin: 0 auto; position: relative; padding: 186px 0;}

h1 {text-align: center; font-size: 70px; color: #fff; text-transform: uppercase; line-height: 60%; padding: 0 0 35px 0; position: relative; z-index: 20;}
    h1 span {font-size: 40px; text-transform: none;}

.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}

.tabs {background: #e6e6e6; border-radius: 10px; padding: 34px 0 25px 0; position: relative; margin: 0 0 15px 0;}
.tabs:before {content: ""; position: absolute; top: -182px; left: -100px; background: url(../images/mail-bot-icon.png) no-repeat; width: 269px; height: 336px; background-size: 269px 336px;}
    .tabs__caption {text-align: center; padding: 45px 0 0 0; position: relative; z-index: 20;}
        .tabs__caption li {display: inline-block; text-decoration: underline; color: #09629d; cursor: pointer; padding: 0 17px; border-left: 1px solid #09629d;}
        .tabs__caption li:first-child {border: 0;}
        .tabs__caption .active {text-decoration: none; font-family: 'tt_sousesregular';}

    .form-box {padding: 0 35px 0 130px;}
        .form-box .block {position: relative; padding: 0 0 17px 0;}
        .form-box input[type="text"], .form-box input[type="password"] {display: block; border: 0; border-radius: 3px; width: 100%; height: 40px; padding: 0 10px 0 65px; box-sizing: border-box; font-size: 18px; color: #09629d; font-family: 'tt_souseslight';}
        .form-box input[type="text"]::-webkit-input-placeholder, .form-box input[type="password"]::-webkit-input-placeholder {color: #09629d;}
        .form-box button {display: inline-block; vertical-align: middle; font-size: 18px; font-family: 'tt_souseslight'; cursor: pointer; color: #fff; background: #47a7c8; border-radius: 3px; width: 173px; height: 40px; border: 0; margin: 0 18px 0 0;}
        .faggot {color: #09629d; font-size: 14px;}
        .form-box .login {background: url(../images/login-bg.png) no-repeat 15px 50% #fff;}
        .form-box .pass {background: url(../images/pass-bg.png) no-repeat 15px 50% #fff;}
    .copyright {color: #fff; font-size: 14px;}
        .copyright a {color: #fff;}

.login.error{background: url(../images/login-error.png) no-repeat 15px 50% #fff !important;color: #bd1550 !important;}
.login.error::-webkit-input-placeholder, .pass.error::-webkit-input-placeholder {color: #bd1550 !important;}
.pass.error{background: url(../images/pass-error.png) no-repeat 15px 50% #fff !important;color: #bd1550 !important;}
label.error {font-size: 14px; color: #bd1550; position: absolute;top: -15px; left: 65px;}

.info-box {padding: 15px 50px 0 170px; color: #09629d;}
    .info-box p {line-height: 130%; padding: 10px 0 0px 0;}


input:focus, textarea:focus, button:focus {outline: none;}

@media only screen and (min-width: 300px) and (max-width: 600px) {
.tabs:before {width: 180px; height: 225px; background-size: 180px 225px; top: -130px; left: -30px;}
    }