.loginBox {
  box-shadow: -7px 7px 17px #323232;
  width: 500px;
  background-color: white;
  margin-right: 10%;
  float: right;
  margin-right: 20%;
  margin-top: 40px;
}
.loginBox .loginHeader {
  background-color: #109fe9;
  height: 38px;
  line-height: 38px;
  padding-left: 14px;
  color: white;
  box-shadow: 0 1px 4px #323232;
}
.loginBox .loginHeader span {
  display: inline-block;
  line-height: 38px;
  margin-left: 10px;
  vertical-align: top;
}
.loginBox .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;
}
.loginBox .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;
}
.loginBox .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;
}
.loginBox .loginContent {
  padding: 20px;
}
.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;
}
.loginBox .loginContent input[type="submit"]:hover {
  background-color: #39b0ed;
}
.loginBox .loginContent input[type="submit"]:active {
  background-color: #39b0ed;
}
.loginBox .loginContent .authenticationLink {
  margin-top: 5px;
  display: inline-block;
}
.loginBox .loginContent .label {
  color: black;
  margin-bottom: 3px;
}
.loginBox .loginContent input[type=text],
.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;
}
.loginBox .loginContent .checkboxLabel {
  margin-top: 12px;
  display: block;
}
.loginBox .loginContent .checkboxLabel input {
  margin-right: 10px;
}
.loginBox .loginContent a {
  color: #2424db;
  text-decoration: none;
  margin-top: 15px;
}
.loginBox .loginContent a:hover {
  text-decoration: underline;
}
.loginBox .loginContent div.messages label {
  display: block;
  background-color: forestgreen;
  border-radius: 2px;
  color: white;
  padding: 10px;
  margin-bottom: 5px;
}
.loginBox .loginContent .validationSummary {
  margin-bottom: 10px;
}
.loginBox .loginContent .validationSummary span {
  display: block;
  background-color: orange;
  border-radius: 2px;
  color: black;
  padding: 10px;
}
.loginBox .loginContent .validationSummary .validation-summary-errors ul {
  list-style: none;
}
.SocialContainer {
  height: 200px;
  width: 490px;
  z-index: 43;
  position: absolute;
  bottom: 0;
  left: 0;
}
.SocialContainer .subscriptionWrapper {
  float: left;
  position: absolute;
  left: 0;
  bottom: 150px;
  margin-left: 30px;
  user-select: none;
  width: 470px;
}
.SocialContainer .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);
}
.SocialContainer .subscriptionWrapper .subscriptionHeader .headerLabel {
  margin-left: 10px;
  line-height: 38px;
}
.SocialContainer .subscriptionWrapper .subscriptionHeader .fa-minus {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  cursor: pointer;
}
.SocialContainer .subscriptionWrapper .subscriptionHeader .fa-plus {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  cursor: pointer;
}
.SocialContainer .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;
}
.SocialContainer .subscriptionWrapper .subscriptionContent .contentTxt {
  padding: 10px;
  float: left;
  margin-bottom: 10px;
}
.SocialContainer .subscriptionWrapper .subscriptionContent .emailLbl {
  margin-left: 10px;
}
.SocialContainer .subscriptionWrapper .subscriptionContent input {
  margin-top: 5px;
  margin-left: 10px;
  width: 230px;
  height: 29px;
  padding-left: 3px;
}
.SocialContainer .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;
}
.SocialContainer .links {
  position: absolute;
  left: 0;
  bottom: 100px;
  margin-left: 30px;
  background-color: white;
  height: 36px;
  width: 175px;
}
.SocialContainer .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;
}
.SocialContainer .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;
}
.SocialContainer .links .linkedIn .fa-linkedin {
  float: left;
  line-height: 20px;
  border-right: 1px solid #005F96;
  padding-right: 3px;
}
.SocialContainer .links .linkedIn .volgen {
  float: left;
  margin-left: 5px;
  font-weight: bold;
  line-height: 20px;
}
