﻿
body {
    padding-bottom: 530px !important;
    padding-bottom: 5px;
    background-image: url(../../Content/images/background_repeat_tile.jpg);
    background-repeat: repeat;
}

#menu {
    display: none;
}

#helpsection {
    display: none;
}

#container {
    width: 100%;
}

#content-wrapper {
    height: 100%;
    margin: 0;
    box-shadow: none;
}

.div-header-img {
    width: auto;
    background-color: white;
}

#wrap-form {
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    overflow: visible;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -338px; /*Смещаем блок на половину всей ширины влево*/
    margin-top: -226px; /*Смещаем блок на половину высоты вверх*/
    background-color: white;
    padding: 40px;
    width: 676px;
}

#header-form_left {
    display: inline-block;
    margin-right: 10px;
}

    #header-form_left > img {
        margin-top: -45px;
    }

#header-form_right {
    display: inline-block;
    width: 500px;
}

.header-text-right {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.in-text-right {
    font-size: 13px;
    line-height: 1.1em;
    text-align: justify;
    margin-top: 3px;
}

#my-form {
    background-color: #f0f0f0;
    margin: auto;
    padding: 10px;
    margin-top: 35px;
}

.header-form-center {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}

.header-label {
    width: 93px;
}

.form-control {
    width: 442px;
}

.input-password {
    margin-top: 20px;
}

.input-margin-left {
    margin-left: 20px;
}

.enter-form {
    margin-top: 25px;
}

.margil-left-error {
    margin-left: 90px;
}

.button-enter {
    width: 540px;
    background-color: #3271A6;
    color: white;
    height: 40px;
    border: none;
}

.old_formLink {
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
}


ul {
    text-align: center;
    margin-top: 10px;
    list-style-type: none;
}

html {
    position: relative;
    min-height: 100%;
}


.img-bottom > img {
    background-color: white;
    padding: 5px;
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
