@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v18/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v18/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}
body {
  background: #D8D8D8;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #2B3C4E;
}
.body-login {
	background: #ffffff;
}
h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
}
.btn-dodor {
  background-image: url(../img/dodor-header-bg.png);
  background-size: cover;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  padding: 14px 120px;
  border-radius: 0;
  margin-top: 35px;
}
.header {
  background-image: url(../img/dodor-header-bg.png);
  background-size: cover;
  min-height: 266px;
  padding-top: 90px;
}
.header .header-box {
  max-width: 280px;
}
.header .header-box h1 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 50px;
  color: #ffffff;
}
.header .header-box-login {
	max-width: 360px;
}
.cimer {
  width: 35px;
  margin-top: 36px;
  margin-bottom: 6px;
}
#newpartnersAddForm {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 40px;
}
#newpartnersAddForm .input-group {
  border-bottom: 1px solid #272727;
}
#newpartnersAddForm .input-group .input-group-prepend {
  padding-top: 5px;
}
#newpartnersAddForm .input-group .input-group-prepend img {
  margin-right: 2px;
}
#newpartnersAddForm .input-group .form-control {
  border: 0;
}
#newpartnersAddForm .input-group .form-control:focus {
  box-shadow: none;
}
#newpartnersAddForm .form-check input {
  position: absolute!important;
  opacity: 0;
  margin: 0;
}
#newpartnersAddForm .form-check input:checked + label::before {
  content: url(../img/icons/checked.png);
}
#newpartnersAddForm .form-check label {
  margin-left: 60px;
}
#newpartnersAddForm .form-check label::before {
  content: url(../img/icons/empty.png);
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -80px;
}
.error-message {
  background-color: #dd4b39;
  color: #ffffff;
  padding: 5px;
}

/*# sourceMappingURL=style.css.map */