body {
    font-family: Myriad Pro, sans-serif;
}

.container {
    width: 1180px;
    margin: 0 auto;
}

.header {
    height: 518px;
    background: url(images/qwe.png) center right no-repeat;
    background-size: cover;
}

.header-container {
    width: 845px;
    height: 518px;
    background: #2c323a;
    position: relative;
}

.header-wrapper {
    position: absolute;
    right: 85px;
    top: 20px;
    text-align: center;
}

.auth-form-group {
    margin-bottom: 20px;
    color: #fff;
    text-align: start;
}

.auth-form-checkbox-group {
    text-align: center;
    font-size: 15px;
}

.logo {
    margin-bottom: 75px;
}

.auth-button {
    width: 160px;
    height: 30px;
    background: #47bb1a;
    background: -moz-linear-gradient(top, #47bb1a 0%, #2b780d 100%);
    background: -webkit-linear-gradient(top, #47bb1a 0%,#2b780d 100%);
    background: linear-gradient(to bottom, #47bb1a 0%,#2b780d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47bb1a', endColorstr='#2b780d',GradientType=0 );
    border: none;
    color: #fff;
    border-radius: 4px;
}

.auth-form-button-group {
    text-align: center;
}

.auth-button {
    cursor: pointer;
}

.auth-input-text {
    width: 235px;
    background: none;
    border-radius: 4px;
    border: 2px solid #d5d6d8;
    color: #fff;
}

.auth-input-pass {
    width: 235px;
    background: none;
    border-radius: 4px;
    border: 2px solid #d5d6d8;
    color: #fff;
}

.auth-form-show-password{
    width: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.auth-form-show-password-image{
    width: 100%;
    filter: invert(100%);
}

.auth-form-group__name-label {
    margin-right: 12px;
}

.form-reg__text {
    width: 568px;
    height: 45px;
    border: 1px solid #646468;
    border-radius: 7px;
    margin: 20px 2px;
    color: #646464;
    font-size: 18px;
    padding: 0px 6px;
}

.form-reg__button-group {
    text-align: center;
}

.form-reg__button {
    border: none;
    border-radius: 7px;
    height: 50px;
    width: 268px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #b81742; /* Old browsers */
    background: -moz-linear-gradient(top, #b81742 0%, #850327 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b81742 0%,#850327 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b81742 0%,#850327 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81742', endColorstr='#850327',GradientType=0 ); /* IE6-9 */
}

.main-text {
    font-size: 18px;
    color: #222222;
}

.main-text-bold {
    font-weight: 600;
}

.main-text__center {
    text-align: center;
}

#loginfields {
    margin-left: 13px;
}