﻿.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.custom-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

/*#region Header*/
.header {
    background: #232323;
    position: relative;
    z-index: 900;
    height: 55px;
    color: #fff;
}

    .header .custom-container {
        padding: 10px 15px;
    }

    .header img {
        cursor: pointer;
    }

    .header.static-header img {
        max-height: 35px;
        cursor: default;
    }

    .header img.pull-left {
        margin-right: 111px;
    }

/*#endregion*/

/*#region error page*/
.error.wrapper .container {
    padding-top: 50px;
}

.error.wrapper .text-container {
    position: absolute;
    margin: -20px -60px 0;
    left: 50%;
    top: 50%;
}

.error.wrapper .text {
    line-height: 100px;
    font-size: 95px;
    color: #8b8b8b;
}
/*#endregion*/



.content {
    background-color: #f0f0f0;
    position: relative;
}

    .content .container {
        padding-top: 20px;
    }



.info-box {
    -moz-box-shadow: 0 1px 10px 0 rgba(16, 16, 16, 0.18);
    -webkit-box-shadow: 0 1px 10px 0 rgba(16, 16, 16, 0.18);
    box-shadow: 0 1px 10px 0 rgba(16, 16, 16, 0.18);
    padding: 37px 40px;
    margin: 0 0 10px;
    background: #fff;
}

    .info-box .head {
        margin: 0 0 32px;
        overflow: hidden;
    }

/*#region Activation*/
.activation {
    padding: 32px 34px;
    font-size: 12px;
}

    .activation p {
        line-height: 14px;
        margin: 0 0 7px;
        color: #7b7b7b;
    }

    .activation .head {
        margin: 0 0 27px;
    }

    .activation .sign-up {
        border-bottom: 1px solid #e9e9eb;
        padding: 0 0 20px;
        margin: 0 0 23px;
    }
/*#endregion*/
