﻿@import "../../../Content/fonts.css";
/*#region General Styles */
/*#endregion */
/*#region General Styles */
/*@titleSectionColor: #fefefe;
@descriptionSectionColorBGA: #2d3036;
@descriptionProjectTextColor: #808080;*/
/*#endregion */
/*#region name */
/*@bgProjects: #e5e5e5;*/
/*#endregion */
/* Font sizes */
/*~18px*/
/*~24px*/
/*~12px*/
/*~8px*/
/*~20px*/
/*~30px*/
/*~30px inside a ~20px tag*/
/*~50px*/
/* Colors */
/* Font colors */
/* Measures */
/* Box Shadows */
html,
.body-content {
  height: 100%;
}
.account {
  background-image: url(/Content/Images/Backgroungs/bg07.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  min-height: 0 !important;
}
.account h1 {
  margin-top: 4em;
  margin-bottom: 0.75em;
  color: white;
  text-align: center;
}
.account p {
  font-size: 1.0em;
  color: white;
}
.account p.click-here a {
  font-size: 1.2em;
  color: #FFF;
}
.account .alert {
  padding: 15px;
  padding-right: 35px;
  margin-bottom: 0;
}
.account a.btn {
  border-radius: 0;
}
.account .forgot a,
.account .register a,
.account .access a {
  color: #7e96d4;
  font-family: 'segoeUI_SB';
}
.account .forgot {
  text-align: right;
  margin-bottom: 20px;
}
.account .input-group-addon {
  border-radius: 0;
  background-color: white;
  border-right-color: white;
  padding-right: 0;
}
.account .input-group-addon i {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.account .input-group-addon i.pass-icon {
  background-image: url('/Content/Images/login-pass-icon.png');
}
.account .input-group-addon i.user-icon {
  background-image: url('/Content/Images/login-user-icon.png');
}
.account .input-group-addon i.mail-icon {
  background-image: url('/Content/Images/login-mail-icon.png');
}
.account .input-group-addon i.name-icon {
  background-image: url('/Content/Images/login-user-icon.png');
}
.account .input-group .form-control {
  border-left-color: white;
  box-shadow: none;
}
.account form {
  max-width: 390px;
  margin: 0 auto;
}
.account .form-group .field-validation-error {
  text-align: left;
}
.account .form-group .field-validation-error span {
  padding: 4px 10px;
  background-color: #b94a48;
  color: white;
  display: inline-block;
  width: 100%;
}
.btn-confirm {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.btn-confirm:hover {
  border: 2px solid white;
  background-color: white;
  color: #0d43a4;
}
/* Fixes on body: Footer always on bottom */
body {
  min-height: 0;
  height: calc(100% - 80px);
}
/*# sourceMappingURL=account.css.map */