/* /Content/Styles/layout/Login.less:L7 */
#LoginBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* /Content/Styles/layout/Login.less:L17 */
/* /Content/Styles/layout/Login.less:L22 */
#LoginWrapper .loginBox {
  box-shadow: -7px 7px 17px #323232;
  width: 500px;
  background-color: white;
  margin-right: 10%;
  float: right;
  margin-right: 20%;
  margin-top: 40px;
}
/* /Content/Styles/layout/Login.less:L32 */
#LoginWrapper .loginBox .loginHeader {
  background-color: #109fe9;
  height: 38px;
  line-height: 38px;
  padding-left: 14px;
  color: white;
  box-shadow: 0 1px 4px #323232;
}
/* /Content/Styles/layout/Login.less:L41 */
#LoginWrapper .loginBox .loginHeader span {
  display: inline-block;
  line-height: 38px;
  margin-left: 10px;
  vertical-align: top;
}
/* /Content/Styles/layout/Login.less:L50 */
#LoginWrapper .loginBox .loginContent {
  padding: 20px;
}
/* /Content/Styles/layout/Login.less:L54 */
#LoginWrapper .loginBox .loginContent input[type="submit"] {
  background-color: #109fe9;
  color: white;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #39b0ed;
  cursor: pointer;
  box-shadow: 3px 3px 7px #323232;
}
/* /Content/Styles/layout/Login.less:L65 */
#LoginWrapper .loginBox .loginContent input[type="submit"]:hover {
  background-color: #39b0ed;
}
/* /Content/Styles/layout/Login.less:L70 */
#LoginWrapper .loginBox .loginContent input[type="submit"]:active {
  background-color: #39b0ed;
}
/* /Content/Styles/layout/Login.less:L76 */
#LoginWrapper .loginBox .loginContent .authenticationLink {
  margin-top: 5px;
  display: inline-block;
}
/* /Content/Styles/layout/Login.less:L82 */
#LoginWrapper .loginBox .loginContent .label {
  color: black;
  margin-bottom: 3px;
}
/* /Content/Styles/layout/Login.less:L88 */
#LoginWrapper .loginBox .loginContent input[type=text],
#LoginWrapper .loginBox .loginContent input[type=password] {
  height: 35px;
  width: 100%;
  padding-left: 10px;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #ececec;
  border-right: 1px solid #f2f2f2;
  border-top: 1px solid #c5c5c5;
  background-color: white;
}
/* /Content/Styles/layout/Login.less:L100 */
#LoginWrapper .loginBox .loginContent .checkboxLabel {
  margin-top: 12px;
  display: block;
}
/* /Content/Styles/layout/Login.less:L105 */
#LoginWrapper .loginBox .loginContent .checkboxLabel input {
  margin-right: 10px;
}
/* /Content/Styles/layout/Login.less:L111 */
#LoginWrapper .loginBox .loginContent a {
  color: #2424db;
  text-decoration: none;
  display: block;
  margin-top: 15px;
}
/* /Content/Styles/layout/Login.less:L118 */
#LoginWrapper .loginBox .loginContent a:hover {
  text-decoration: underline;
}
/* /Content/Styles/layout/Login.less:L124 */
/* /Content/Styles/layout/Login.less:L128 */
/* /Content/Styles/layout/Login.less:L129 */
#LoginWrapper .loginBox .loginContent div.messages .panel_error_message {
  width: 100%;
  margin: 3px 0px 10px 0px;
  border: solid 1px #B97800;
  background-color: #ff6961;
  overflow: hidden;
  padding: 5px 5px 5px 5px;
  display: block;
}
/* /Content/Styles/layout/Login.less:L139 */
#LoginWrapper .loginBox .loginContent div.messages .panel_warning_message {
  width: 100%;
  border: solid 1px #B97800;
  background-color: #FFC04F;
  overflow: hidden;
  padding: 5px 5px 5px 5px;
  margin: 3px 0px 10px 0px;
  display: block;
}
/* /Content/Styles/layout/Login.less:L149 */
#LoginWrapper .loginBox .loginContent div.messages .panel_info_message {
  width: 100%;
  border: solid 1px forestgreen;
  background-color: lightgreen;
  overflow: hidden;
  padding: 5px 5px 5px 5px;
  margin: 3px 0px 10px 0px;
  display: block;
}
/* /Content/Styles/layout/Login.less:L165 */
.fullWidth {
  width: 100%;
}
/* /Content/Styles/layout/Login.less:L170 */
.loginIcon {
  width: 18px;
  height: 21px;
  display: inline-block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
/*
    Country Login    
*/

/* /Content/Styles/layout/Login.less:L184 */
#CountryDropdown {
  float: right;
  margin-right: 50px;
  position: relative;
  width: 100px;
  padding-top: 8px;
}
/* /Content/Styles/layout/Login.less:L194 */
.customDropdown {
  position: relative;
  color: white;
  cursor: pointer;
  font-weight: bold;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* /Content/Styles/layout/Login.less:L207 */
.customDropdown .title {
  line-height: 22px;
  background-color: white;
  width: 100%;
  color: black;
  position: relative;
  padding-left: 40px;
  box-shadow: 1px 1px 1px #444;
}
/* /Content/Styles/layout/Login.less:L217 */
.customDropdown .title .icon {
  position: absolute;
  left: 0;
  height: 22px;
  width: 30px;
  margin-left: 5px;
  margin-top: 1px;
}
/* /Content/Styles/layout/Login.less:L227 */
.customDropdown .title:hover {
  background-color: #109fe9;
  color: white;
  text-decoration: none;
}
/* /Content/Styles/layout/Login.less:L233 */
.customDropdown .title:hover i {
  color: white;
}
/* /Content/Styles/layout/Login.less:L239 */
.customDropdown .title:active {
  background-color: #39b0ed;
}
/* /Content/Styles/layout/Login.less:L243 */
.customDropdown .title:active i {
  color: white;
}
/* /Content/Styles/layout/Login.less:L250 */
.customDropdown i {
  position: absolute;
  color: black;
  font-size: 22px;
  top: 0;
  right: 5px;
}
/* /Content/Styles/layout/Login.less:L261 */
.customDropdown .itemContainer {
  position: absolute;
  top: 30px;
  width: 100%;
  display: none;
  z-index: 10;
  background-color: white;
  left: 0;
  border: 1px solid #b1b1b1;
  border-right: 2px solid #b1b1b1;
  border-bottom: 2px solid #b1b1b1;
}
/* /Content/Styles/layout/Login.less:L275 */
.customDropdown .itemContainer .ddItem {
  height: 22px;
  line-height: 22px;
  padding-left: 40px;
  color: black;
  border-top: 1px solid #b1b1b1;
}
/* /Content/Styles/layout/Login.less:L283 */
.customDropdown .itemContainer .ddItem:hover {
  background-color: #109fe9;
  color: white;
}
/* /Content/Styles/layout/Login.less:L289 */
.customDropdown .itemContainer .ddItem:active {
  background-color: #39b0ed;
}
/* /Content/Styles/layout/Login.less:L294 */
.customDropdown .itemContainer .ddItem .icon {
  position: absolute;
  left: 0;
  height: 22px;
  width: 30px;
}
/* /Content/Styles/layout/Login.less:L302 */
.customDropdown .itemContainer .ddItem .countryAbbr {
  line-height: 22px;
}
/* /Content/Styles/layout/Login.less:L310 */
#txtPassword {
  margin-top: 10px;
}
/* /Content/Styles/layout/Login.less:L315 */
.subscriptionWrapper {
  float: left;
  position: absolute;
  left: 0;
  bottom: 150px;
  margin-left: 30px;
  user-select: none;
}
/* /Content/Styles/layout/Login.less:L323 */
.subscriptionWrapper .subscriptionHeader {
  cursor: pointer;
  width: 270px;
  height: 38px;
  background-color: #4d4274;
  color: white;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* /Content/Styles/layout/Login.less:L332 */
.subscriptionWrapper .subscriptionHeader .headerLabel {
  margin-left: 10px;
  line-height: 38px;
}
/* /Content/Styles/layout/Login.less:L337 */
.subscriptionWrapper .subscriptionHeader .fa-minus {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  cursor: pointer;
}
/* /Content/Styles/layout/Login.less:L344 */
.subscriptionWrapper .subscriptionHeader .fa-plus {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  cursor: pointer;
}
/* /Content/Styles/layout/Login.less:L352 */
.subscriptionWrapper .subscriptionContent {
  width: 270px;
  height: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-sizing: border-box;
  overflow: hidden;
  background-color: white;
}
/* /Content/Styles/layout/Login.less:L360 */
.subscriptionWrapper .subscriptionContent .contentTxt {
  padding: 10px;
  float: left;
  margin-bottom: 10px;
}
/* /Content/Styles/layout/Login.less:L366 */
.subscriptionWrapper .subscriptionContent .emailLbl {
  margin-left: 10px;
}
/* /Content/Styles/layout/Login.less:L370 */
.subscriptionWrapper .subscriptionContent input {
  margin-top: 5px;
  margin-left: 10px;
  width: 230px;
  height: 29px;
  padding-left: 3px;
}
/* /Content/Styles/layout/Login.less:L378 */
.subscriptionWrapper .subscriptionContent button {
  background-color: #109fe9;
  color: white;
  width: 233px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #39b0ed;
  cursor: pointer;
  box-shadow: 3px 3px 7px #323232;
  margin-top: 10px;
  margin-left: 10px;
}
/* /Content/Styles/layout/Login.less:L393 */
.links {
  position: absolute;
  left: 0;
  bottom: 100px;
  margin-left: 30px;
  background-color: white;
  height: 36px;
  width: 175px;
}
/* /Content/Styles/layout/Login.less:L402 */
.links .cierpa {
  cursor: pointer;
  float: left;
  margin-left: 10px;
  font-family: Raleway;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 36px;
  color: #524777;
}
/* /Content/Styles/layout/Login.less:L414 */
.links .linkedIn {
  cursor: pointer;
  float: right;
  margin-top: 9px;
  margin-right: 10px;
  background-color: #0077b5;
  color: white;
  height: 20px;
  padding-left: 5px;
  border-radius: 5px;
  width: 70px;
}
/* /Content/Styles/layout/Login.less:L426 */
.links .linkedIn .fa-linkedin {
  float: left;
  line-height: 20px;
  border-right: 1px solid #005F96;
  padding-right: 3px;
}
/* /Content/Styles/layout/Login.less:L433 */
.links .linkedIn .volgen {
  float: left;
  margin-left: 5px;
  font-weight: bold;
  line-height: 20px;
}
/* /Content/Styles/layout/Login.less:L442 */
#MainContent {
  display: block;
}
