﻿/*170px;*/
.box-shadow {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body,
html {
  margin: 0;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  font-size: 0.95em;
  color: #333;
  background: url("/Content/Images/grey-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
input {
  border: 1px solid #D0D0D0;
  background: #FFFFFF;
  color: #333;
  font-family: inherit;
  font-size: 1.0em;
  margin: 5px 0 6px 0;
  padding: 5px;
  width: 250px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline-color: #7ac0da;
}
input:focus {
  border: 1px solid #7ac0da;
}
.account-page {
  max-width: 305px;
  margin: 0 auto;
  position: relative;
  padding: 10px 10px 50px;
}
.account-page .account-header {
  height: 55px;
  margin-bottom: 10px;
  margin: 0 auto;
}
.account-page .account-header h1 {
  text-align: center;
}
.account-page .primary-col input[type="submit"] {
  margin-bottom: 20px;
}
.account-page .account-content {
  background-color: #F0F0F0;
  border: 1px solid #BFBFBF;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px; /*20px;*/
}
.account-page .account-content h3 {
  margin: 0;
  margin-bottom: 10px;
}
.account-page .account-content label {
  display: block;
  font-weight: 400;
}
.account-page .account-content input[type="button"],
.account-page .account-content input[type="submit"] {
  display: inline-block;
  width: 100px;
  padding: 8px 16px;
  margin-top: 10px;
  margin-right: 10px;
}
.account-page .account-content div[data-type="checkbox"] {
  font-family: inherit;
  font-size: 1em;
  margin: 10px 0 10px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}