* {
    margin: 0;
    padding: 0
}

body {
    background: #24262A url(../../images/bg_new.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed
}

.index.root {
    text-align: center;
    font-size: 1em
}

.index.root .header {
    padding: 24px 38px 24px 38px;
    margin: 0;
    width: 100%;
    box-sizing: border-box
}

.index.root .header .logo {
    width: 56px;
    height: 56px;
    margin-left: 32px
}

.index.root .header .logo img {
    width: 100%;
    height: 100%;
    display: block
}