#indexpagerouted_spassword_value_div {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

/ Add padding to input so text doesn't overlap with icon /
#sPassword {
    padding-right: 35px !important;
    width: 100% !important;
}

#indexpagerouted_sfirmid_value_div {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

/ Add padding to input so text doesn't overlap with icon /
#sFirmID {
    padding-right: 35px !important;
    width: 100% !important;
}

/ Position Keeper icon on the right side of the input /
keeper-lock[id^="k-"] {
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    opacity: 1 !important;
    z-index: 10 !important;
}

.nt-header, h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  letter-spacing: normal;
  font-weight: 700;
  color: #002445;
}

main a {
  color: #002445;
}

.nt-prompt label {
  font-size: 16px;
}

input[type="text"],
input[type="password"] {
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  padding: 25px;
  box-shadow: none;
  width: 100%;
  background-color: white;
}
.tx-nopadding > div {
	padding:0px!important;
}

.nt-form-table-cell {
	padding:0px!important;
}

button.newbtn  {
  background-color: #e1001e;
  color: white;
  border-radius: 40px;
  padding:16px 32px;
  font-size: 20px;
  letter-spacing: 0.3px;
  border: none;
  width: auto;
  height: inherit !important;
}

button.newbtn:hover,
button.newbtn:active,
button.newbtn:focus {
  color: #e1001e;
  background-color: white;
  background-image: none;
}

button.newbtn.pwdbtn {
  padding: 0;
  background-color: transparent;
  color: #002445;
  text-transform: none;
  font-size: 12px;
  letter-spacing: normal;
  text-align: left;
  width: 0px;
  text-decoration: underline;
}

button.newbtn.pwdbtn:hover,
button.newbtn.pwdbtn:active,
button.newbtn.pwdbtn:focus {
  border: none;
  background-color: transparent;
}
.nt-comment {
  min-height: inherit;
  color: gray;
}


button.newbtn.AddLicBtn {
  background-color: #5dbea3;
  color: white;
  border-radius: 40px;
  padding:16px 32px;
  font-size: 20px;
  letter-spacing: 0.3px;
  width: auto;
  height: inherit !important;
}

button.newbtn.AddLicBtn:hover,
button.newbtn.AddLicBtn:active,
button.newbtn.AddLicBtn:focus {
  color: #5dbea3;
  background-color: white;
  background-image: none;
  border-width: 3px;
  border: solid;
}


button.newbtn.TakeOverBtn {
  background-color: #ffbd03;
  color: white;
  border-radius: 40px;
  padding:16px 32px;
  font-size: 20px;
  letter-spacing: 0.3px;
  width: auto;
  height: inherit !important;
}

button.newbtn.TakeOverBtn:hover,
button.newbtn.TakeOverBtn:active,
button.newbtn.TakeOverBtn:focus {
  color: #ffbd03;
  background-color: white;
  background-image: none;
  border-width: 3px;
  border: solid;
  
}


