@font-face {
  font-family: "CircularStd";
  src: url("../fonts/lineto-circular-pro-book.eot");
  src: url("../fonts/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"),
  url("../fonts/lineto-circular-pro-book.woff2") format("woff2"),
  url("../fonts/lineto-circular-pro-book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
  
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/lineto-circular-pro-bold.eot");
  src: url("../fonts/lineto-circular-pro-bold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/lineto-circular-pro-bold.woff2") format("woff2"),
  url("../fonts/lineto-circular-pro-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "weclapp-icons";
  src: url("../fonts/weclapp-icons.eot");
  src: url("../fonts/weclapp-icons.eot?#iefix") format("embedded-opentype"),
  url("../fonts/weclapp-icons.woff2") format("woff2"),
  url("../fonts/weclapp-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;  
}
h3 {
  font-size: 20px;
  margin: 0 0 4px 0;
}

.d-flex {
  display: flex;  
  height: 100%;
  overflow: auto;
  flex-direction: row-reverse;
  align-items: center;
}

.d-flex > * {
  margin-top: -5%;
}

.dummy-flex {
  flex: 1;
  padding-right: 15px;
}
.dummy-flex.dummy-flex-center {
  padding-right: 8px;
}

body, html {
  height: 100%;
  width: 100%;
}

body {
  background-color: #fff;
  margin: 0;
  font-family: CircularStd,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
body, body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.background-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 45%;
  background-image: url('../images/background_002.svg');  
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

a,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  color: #efefef;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #e0e0e0;
}

a.text-muted {
  color: #879099;
}
a.text-muted:hover {
  color: #6c757d;
}


/* login block */
.login-block {
  width: 100%;
  background-color: rgba(50, 50, 50, 0.93);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  padding: 32px;
  color: #fff;
  text-align: center;
  max-width: 380px;
  border-radius: 4px;
}

.login-block p {
  margin: 0 0 4px 0;
  line-height: normal;  
}

.logo-container{
  padding-bottom: 8px;
  line-height: 0;
}

.logo-container svg{
  width: 100%;
  height: 50px;
}

.error-panel {
  display: none;
}

.error-panel span {
  display: block;
  color: #630000;
  background-color: #f2cccc;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #edb8b8;
  border-radius: 0.25rem;
}

.forms-row {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0 0 0;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  min-height: 28px;
}

input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]), select, textarea {
  padding: 2px 0.75rem;
  font-size: 14px;
  border: 1px solid #949f9f;
  width: 100%;
  outline: none;
  background-color: #fff;
  min-height: 32px;
  height: 32px;
  color: #656565;
  font-weight: 400;
  flex: 1 1 0;
  min-width: 1px;
}

input, input:active, input:focus, input:autofill, input:-internal-autofill-selected,
  input:-webkit-autofill::first-line,
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
  font-weight: 400 !important;
  font-family: CircularStd,sans-serif;
}

input[type="checkbox"] {
  border-radius: 3px;
  background-position: 50%;
  transition: all 0.2s linear;
  background-color: #fff;
}

input[type="checkbox"], input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  flex-shrink: 0;
  width: 16px !important;
  height: 16px;
  border: 1px solid #949f9f;
  outline: none;
  cursor: pointer;
  background-repeat: no-repeat;
}

input[type="checkbox"]:checked {
  background-color: #57709c;
  border-color: #57709c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='16px' height='16px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}

label {
  cursor: pointer;
}

body input, body select {
  border-radius: 3px;
}
button, input {
  overflow: visible;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.border-light {
  border-color: #f8f9fa !important;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

button#wp-submit {
  -webkit-appearance: button;
  width: 100%;
  color: #fff;
  background-color: #00a369;
  border-color: #00a369;
  align-items: center;
  min-height: 31px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block !important;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
  cursor: pointer;
}
button#wp-submit:hover {
  background-color: #007d50;
  border-color: #007048;
}
button#wp-submit:active {
  background-color: #007048;
  border-color: #006340;
}


/* announcements */

div#announcements {
  width: 100%;
  max-width: 700px;
  font-size: 18px;
  line-height: 28px;
}
div#announcements h2 {
  font-size: 60px;
  line-height: 69px;
}

div#announcements a {
  color: #00a369;
  position: relative;
  display: inline-flex;
  padding-right: 10px;
}
div#announcements a:hover {
  color: #007d50;
}

div#announcements a:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18px' viewBox='0 0 24 24' width='18px' fill='%2300a369'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
  height: 18px;
  width: 18px;
  display: inline-block;
  bottom: 7px;
  right: -12px;
  position: absolute;
}
div#announcements a:hover:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18px' viewBox='0 0 24 24' width='18px' fill='%23007d50'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
}


/* media queries vertical */
@media (max-height: 750px){
  .d-flex > * {
  margin-top: -3%;
}
}

@media (max-height: 600px){
  .d-flex > * {
  margin-top: 0;
}
}

/* media queries horizontal */
@media (max-width: 1440px){
  div#announcements {
    max-width: 580px;
  }
}

@media (max-width: 1024px){
  div#announcements {
    max-width: 450px;
    font-size: 16px;
    line-height: 24px;
  }
  div#announcements h2 {
    font-size: 45px;
    line-height: 54px;
  }
  div#announcements a:after {
    bottom: 3px;
  }
}

@media (max-width: 576px){
  .dummy-flex {
    display: none !important;
  }
  .d-flex {
    flex-direction: column;
    padding: 15px;
  }
  .d-flex > * {
    margin-top: 0;
  }
  .login-block {
    max-width: 100%; 
  }
  div#announcements {
    margin-top: 20px;
    text-align: center; 
    max-width: 100%;
  }
  div#announcements h2 {
    font-size: 36px;
    line-height: 42px;
  }
  
}