html,
body {
  height: 100%;
  font-family: Cliabri, Arial, sans-serif;
  min-width: 1200px;
}
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  color: #097aed;
}
a:hover {
  color: red;
}
a:visited {
  color: #3437aa;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
}
.head {
  background: #474b5c;
  height: 44px;
  box-shadow: 0 9px 16px -10px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 70;
  text-align: center;
}
.damask-logo {
  background: rgba(0, 0, 0, 0) url("../img/damask-logo-white-small.png") no-repeat scroll center center;
  height: 67px;
  left: 20px;
  position: absolute;
  z-index: 900;
  top: -58px;
  width: 167px;
}
.backdrop {
  position: absolute;
  top: 44px;
  bottom: 30px;
  width: 100%;
  background: #96ad74 url("../img/bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.footer {
  background: #474b5c;
  height: 30px;
  position: absolute;
  font-size: 12px;
  color: #7f7f7f;
  bottom: 0;
  width: 100%;
}
.footer .copy-right {
  position: absolute;
  right: 12px;
  height: 30px;
  line-height: 30px;
  top: 0;
}
.footer .copy-left {
  margin: 0 12px;
}
ul.navigate {
  margin: 0 12px;
  line-height: 44px;
  display: inline-block;
}
ul.navigate li {
  display: inline-block;
  padding: 0 12px;
}
ul.navigate li span,
ul.navigate li a {
  color: #ffffff;
  cursor: pointer;
  border-bottom: 1px dotted #ffffff;
}
ul.navigate li span:hover,
ul.navigate li a:hover {
  color: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
ul.navigate li a {
  border-bottom: none;
}
ul.navigate li.selected {
  background: #696f85;
}
ul.navigate li.selected span {
  color: #ffffff;
  border-bottom: none;
  cursor: default;
}
ul.navigate.navigate-helper {
  line-height: 30px;
}
ul.navigate.navigate-helper li {
  position: relative;
  padding: 0 5px;
}
ul.navigate.navigate-helper li span {
  color: #7f7f7f;
  border-bottom-color: #7f7f7f;
  border-bottom-color: #efefef;
  color: #efefef;
}
ul.navigate.navigate-helper li.selected:after {
  position: absolute;
  content: " ";
  width: 26px;
  height: 14px;
  top: -14px;
  background: url("../img/pane-triangle.png") no-repeat 0 0;
  left: 50%;
  margin-left: -13px;
}
.authorizate-form {
  position: absolute;
  width: 700px;
  height: 410px;
  top: 50%;
  left: 50%;
  margin: -220px 0 0 -350px;
  padding: 30px 0 0 0;
}
.form-header {
  font-family: "PT Sans", "Arial", sans-serif;
  font-size: 38px;
  font-weight: normal;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.69);
}
.form-group {
  margin: 0 auto 22px auto;
  text-align: center;
  position: relative;
}
.form-group .form-label {
  font-size: 25px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.69);
  display: block;
}
.form-group input {
  width: 610px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  background: white;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 0 6px;
  color: black;
}
.form-group input::-moz-placeholder {
  color: #c6c6c6;
}
.form-group input::-webkit-input-placeholder,
.form-group input::-ms-input-placeholder {
  color: #c6c6c6;
}
.form-group input:focus,
.form-group input:active {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
.form-group select {
  width: 610px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  background: white;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 0 6px;
  color: black;
}
.form-group .show-password-icon {
  position: absolute;
  font-size: 20px;
  right: 60px;
  top: 15px;
  cursor: pointer;
}
.error {
  color: #dd0303;
  max-height: 2em;
  overflow: hidden;
  margin-bottom: 0.8em;
  margin-top: -14px;
  text-align: center;
}
.btn {
  background: #dedede;
  background-image: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
  border: 1px solid #c3c3c3;
  color: black;
  text-align: center;
  width: 325px;
  height: 50px;
  border-radius: 4px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  font-size: 25px;
  line-height: 50px;
  margin: 0 auto;
  cursor: pointer;
  background-image: none;
  background-color: #fff;
  border-color: #ccc;
}
.btn:hover {
  background-image: linear-gradient(to bottom, #fdfcfc 0%, #d8d6d6 100%);
  background-image: none;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn:active {
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6), inset 0 1px 3px -1px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
  background-image: none;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn:disabled,
.btn[disabled],
.btn.disabled {
  box-shadow: none;
  opacity: .85;
  background-image: none !important;
  color: #666;
}
.left-pane {
  width: 340px;
  background: white;
  border-right: 1px solid #cfcfcf;
  box-shadow: 9px -1px 17px -11px rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.pane {
  padding: 40px;
  width: 340px;
  font-size: 14px;
}
.pane .closer {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background: url("../img/closer.png") no-repeat center center;
}
.pane .pane-header {
  margin-bottom: 2em;
}
.pane .pane-header h2 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  font-weight: normal;
  font-family: Arial;
}
.pane .pane-header .pane-subheader {
  font-size: 13px;
  font-family: Calibri, Arial, sans-serif;
  color: #7f7f7f;
}
.pane ul {
  list-style-type: none;
  font-size: 14px;
}
.pane ul li {
  margin-bottom: 0.7em;
}
.pane ul li:before {
  content: "—";
  color: #969696;
  margin-left: -1.4em;
}
.pane .pane-content {
  line-height: 1.4em;
}
.support-pane .pane-header h2 {
  font-size: 30px;
}
.support-pane .phones {
  font-size: 20px;
  margin-left: 12px;
}
.support-pane .phones .phone {
  margin-bottom: 0.4em;
}
/*# sourceMappingURL=main.css.map */