/* style login */

body{
    background: url('/static/img/fd-home.png') repeat-x top center #eff0f0;
    font-family: 'robotoregular';
    font-size: 1.5em;
    color: #4f5050;
}
.pad-left-nul{
    padding-left: 0;   
}
.pad-right-nul{
    padding-right: 0;   
}
h1 {
    padding: 55px 0 0;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
}

h1 .text {
    color: #fff;
    font-size: 0.70em;
    font-family: 'robotomedium';
}

.header{
    height: 110px;
}
.logo-bloc{
    position: relative;
    padding-top: 8px;
}
.logo {
    /*width: 54px;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    float: left;*/
    position: absolute;
}
.registration-form input {
    border: 1px solid #0e76bc;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 225px;
    margin: 2px 10px;
}

@font-face {
    font-family: 'robotomedium';
    src: url('/static/fonts/Roboto-Medium-webfont.eot');
    src: url('/static/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('/static/fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('/static/fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoregular';
    src: url('/static/fonts/Roboto-Regular-webfont.eot');
    src: url('/static/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/static/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/static/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('/static/fonts/Roboto-Bold-webfont.eot');
    src: url('/static/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('/static/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/static/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoitalic';
    src: url('/static/fonts/Roboto-Italic-webfont.eot');
    src: url('/static/fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/Roboto-Italic-webfont.woff') format('woff'),
         url('/static/fonts/Roboto-Italic-webfont.ttf') format('truetype'),
         url('/static/fonts/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('/static/fonts/roboto-bold-webfont.eot');
    src: url('/static/fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('/static/fonts/roboto-bold-webfont.woff') format('woff'),
         url('/static/fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('/static/fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'handelgothic_btregular';
    src: url('/static/fonts/handel_gothic_bt-webfont.eot');
    src: url('/static/fonts/handel_gothic_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/handel_gothic_bt-webfont.woff2') format('woff2'),
         url('/static/fonts/handel_gothic_bt-webfont.woff') format('woff'),
         url('/static/fonts/handel_gothic_bt-webfont.ttf') format('truetype'),
         url('/static/fonts/handel_gothic_bt-webfont.svg#handelgothic_btregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
