html,
body {
  height: 100%;
  min-width: fit-content;
  margin: 0px;
  padding: 0px;
}

html {
  background: url("https://spceus1dv01adb2csto01.blob.core.windows.net/specpointdevb2c/images/bg.png")
    no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
  color: white;
  text-align: center;
}

h3 {
  width: 64px;
  height: 27px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #173b62;
}

ul {
  list-style-type: none;
  display: flex;
  flex-flow: wrap;
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari */
}

ul li {
  flex: 0;
  margin-bottom: 30px;
}

a {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #13b5ea;
  text-decoration: none;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #173b62;
}

input {
  padding: 5px;
}

label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #5e5f61;
}

input[type="text"],
input[type="number"],
input[type="date"],
select,
input[type="email"],
input[type="password"] {
  background: #ffffff;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 5px;
  height: 30px;
  color: #5e5f61;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="number"],
input[type="date"],
select {
  width: 224px;
}

input:-moz-read-only {
  background-color: #c9c9c9;
}

input:read-only {
  background-color: #c9c9c9;
}

input:-moz-read-only:hover {
  cursor: not-allowed;
}

input:read-only:hover {
  cursor: not-allowed;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: url("images/calendar-regular.svg") no-repeat;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0);
  opacity: 0.5;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  background: url("images/calendar-regular.svg") no-repeat;
  opacity: 0.8;
}

::-webkit-calendar-picker-indicator {
  background: url("images/calendar-regular.svg") no-repeat;
  opacity: 0.8;
}

input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

input[type="checkbox"] + label {
  padding-left: 0;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #4d4d4d;
  text-transform: none;
}

input[type="checkbox"] + label:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  line-height: 14px;
  text-align: center;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: "FontAwesome";
  background: #ffffff;
}

input[type="checkbox"]:focus + label::before {
  outline: 3px solid #000000;
}

input[type="checkbox"]:checked + label::before {
  content: "\f00c";
}

body .background {
  width: 100%;
  height: 100%;
}

body .content-wrapper {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 auto;
}

.header-logo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  height: 50px;
  line-height: 35px;
  flex: 0 0 auto;
  justify-content: flex-start;
  font-size: 16px;
}

/*.deltek-KP-logo {
  background: url(images/deltek-kp-logo.png);
  width: 300px;
  background-repeat: round;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 35px;
}*/

.deltek-KP-logo {
    background: url(https://avitrucdn2.azureedge.net/knowledgepoint/client/deltek_white.svg);
    width: 210px;
    background-repeat: round;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 35px; 
}

.deltek-logo::before {
  content: url("images/delteklogo.svg");
}
.deltek-logo {
  display: inline-block;
}

.knowledgepoint-logo::before {
  content: url("images/knowledgepoint.png");
}

.knowledgepoint-logo {
  padding: 10px 3px 0px 3px;
  margin: 0 5px;
}

.knowledgepoint-chevron::before {
  content: url("images/chevron-icon.png");
}

.knowledgepoint-chevron {
  display: inline-block;
  width: 17px;
  height: 32.96px;
}

body .content-wrapper .box {
  width: 450px;
  min-height: 300px;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  flex: 0 0 auto;
  padding: 0px 13px;
}

@media only screen and (max-width: 600px) {
  body .content-wrapper .box {
    width: 100%;
    min-height: 310px;
  }
}

.intro {
  margin-bottom: 35px;
}

.intro p {
  margin: 0px;
  padding: 12px 5px 13px 5px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 25px;
  text-transform: capitalize;
  color: #ffffff;
  background: #13b5ea;
}

.error {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #ea1313;
}

.error p {
  margin: 0px;
}

.attr {
  max-width: 1440px;
}

.attrEntry {
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-flow: wrap;
}

.entry {
  width: 100%;
}
.entry-item {
  margin-bottom: 15px;
}
.entry-item label {
  width: 62px;
  height: 17px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #4d4d4d;
  text-transform: uppercase;
}

.entry-item #forgotPassword {
  width: 126px;
  height: 16px;
  float: right;
}

input.highlightError,
.attrEntry.validate input:invalid {
  border: 1px solid #eb5757;
}

.rememberMe {
  width: 50%;
  margin: 0;
  display: inline-flex;
}

.buttons {
  display: flex;
  flex-flow: row-reverse;
}

button {
  background: #13b5ea;
  border-radius: 8px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 64px;
  height: 40px;
}

button#cancel {
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  margin-right: 16px;
}

.divider h2 {
  text-align: center;
}
.divider {
  display: none;
}
.create {
  display: none;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#copyright-footer {
  position: absolute;
  bottom: 15px;
  color: #4d4d4d;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent !important;
}
input::placeholder {
  color: transparent;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
textarea::placeholder {
  color: transparent;
}

.helpLink {
  display: none;
}

/* background */
body.grey-bg {
  background: #e5e5e5;
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
  html {
    background: url("https://spceus1dv01adb2csto01.blob.core.windows.net/specpoindevtb2c/images/bg-m.png")
      no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

}

/* display */
.flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

/* customized input width */

#extension_Prefix,
#extension_Suffix,
#extension_Phone,
#city,
#postalCode {
  width: 182px;
}

#jobTitle {
  width: 472px;
}

@media only screen and (max-width: 600px) {
  .box {
    width: 100%;
    min-height: 310px;
  }

  body .background {
    margin: 0px;
    height: 100%;
  }

  .header-logo {
    justify-content: center;
  }

  ul {
    list-style-type: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 1;
  }

  ul li {
    flex: 0 0 100%;
  }

  #extension_Prefix,
  #extension_Suffix,
  #extension_Phone,
  #city,
  #postalCode,
  #jobTitle,
  #password,
  #signInName,
  input[type="Email"] input[type="password"],
  input[type="text"],
  input[type="number"],
  input[type="date"],
  select {
    width: 100%;
    height: 35px;
  }

  input[type="checkbox"] + label {
    font-size: 12px;
  }

  .buttons button {
    width: 73px;
  }

  .rememberMe {
    width: 60%;
  }

  #signInName,
  #password {
    width: 100%;
  }
  .buttons {
    width: 35%;
  }
  .rememberMe {
    width: 65%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 825px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .intro {
    margin-bottom: 19px;
  }
  .flex {
    align-items: flex-start;
  }
		
						  
  
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  html {
    background: url("https://spceus1dv01adb2csto01.blob.core.windows.net/specpointdevb2c/images/bg-ipad.png")
      no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
