/* Сброс CSS */
header, footer, nav, aside {
  display: block
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}
a {
	color: #000000;
	text-decoration: none;
}
html,body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
form,
input,
select,
button{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

h1, h2, h3, h4, h5, h6, p{
  padding: 0;
  margin: 0;
  font-weight: normal;
}
/* style page */
body {
	font: normal 14px 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	background: #242424;
  -webkit-text-size-adjust:none;
  color:#0f161d;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight:bold;
}
.wrapper {
    width:100%;
}
.header {
  height:110px;
  border-bottom: 1px solid #cfcfcf;
  box-shadow: 10px 0 20px #e9e9e9;
  padding-top: 40px;
  background: #ffffff;
  position:relative;
}
.header .header-logo {
  width: 180px;
  height: 40px;
  background: url(/Content/themes/account_v2/images/icons.png) no-repeat -321px 0;
  margin: 0 auto;
}
.content {
  padding: 60px 0 70px;
  background: #ffffff;
  text-align: center;
}
.content .headline {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.content form {
  padding-top: 40px;
}
.content form input[type=text] , .content form input[type=password] {
  width: 250px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cfcfcf;
  box-shadow: inset 5px 5px 10px #e9e9e9;
  display: block;
  margin: 0 auto 0px;
  padding-left: 10px;
  font: italic 14px 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
}
.content .check_case {
  width: 260px;
  margin:20px auto 25px;
}
.content .check_case input[type=checkbox] {
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}
.content .check_case label {
  float: left;
  display: block;
}
.content form button {
  width: 294px;
  height: 38px;
  line-height: 38px;
  border: none;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background: url(/Content/themes/account_v2/images/icons.png) no-repeat 0 0;
  cursor: pointer;
}
.footer{
	margin:50px 50px;
	color: #fff;
	font-size: 12px;
	font-weight: normal; 
	line-height: 20px;
  	}
  	.footer a{
  		text-decoration: underline;
	color: #fff;
		}


.field-validation-error {
    color: red;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 3px solid red !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: red;
}

.validation-summary-valid {
    display: none;
}