body {
  margin: 0px;
  font-family: Verdana,Helvetica,sans-serif;
  color: #535961;
}

h1 {
  font-family: "Crimson Text",Georgia,serif;
}

.global-header--search-wrap form {
  margin: 0;
}

#shaded-box ul {
  //list-style: none;
  list-style-postition: outside;
  list-style-type: disc;
  padding: 1.2em 1.2em 0.2em 1.2em;
  text-align: left;
}

#shaded-box ul li {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
font-size: 12px;
//  font-size: 1.375em;
//  line-height: 1.36364em;
//  display: flex;
}

#thepage-header {
  padding: 0px;
  margin: 0px;
  background-color: #ededed;
  display: block;
  border: 0px;
  box-sizing: border-box;
  vertical-align: baseline;
}

#thepage-header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.144em;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  letter-spacing: -0.015em;
  color: #535961;
  display: inline-block;
}

#duo_iframe
{
  padding-bottom: 30px;
  width: 620px;
  height: 500px;
  border: none;
  background: transparent;
}

#duo_form {
  display: none;
}

#boxHead {
  font-size: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid;
  color: #2b2b2b;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#boxHeadDuo {
  min-width: 302px;
  max-width: 618px;
  font-size: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  border: 1px solid;
  color: #2b2b2b;
  background-color: #f5f5f5;
  //border-color: #ddd;
  border-color: black;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

label {
        display: inline;
}

.enable-btn2
{
min-width: 150px;
cursor: pointer;
//font-weight: bold;
background-color: #e8e8e8;
color: #000000;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
font-family: inherit;
font-size: 16px;
border: none transparent;
text-decoration: none;
display: inline-block;
zoom: 1;
line-height: normal;
white-space: nowrap;
vertical-align: middle;
text-align: center;
cursor: pointer;
box-sizing: border-box;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}

meter {
  /* Reset the default appearance */
//  -webkit-appearance: none;
 //    -moz-appearance: none;
  //        appearance: none;

  margin: 0 auto 1em;
  width: 95%;
  height: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: orange; }
meter[value="3"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: orange; }
meter[value="3"]::-moz-meter-bar { background: yellow; }
meter[value="4"]::-moz-meter-bar { background: green; }

a {
  color: #f58220;
  text-decoration: none;
}

p.lg-icon {
  position: relative;
  display: inline-block;
  padding: .75em 28px .75em 30px;
  margin: 1.125em 30px 1.125em 50px;
  border-top: 1px dotted green;
  border-bottom: 1px dotted green;
  color: #b7410e;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s;
}

p.lg-icon:not(.pdf):not(.word):not(.ppt):not(.excel):before {
  content: '\f061';
}

p.lg-icon:before {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: white;
  background-color: green;
  font-family: FontAwesome;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s;
}

p.lg-icon-no {
  position: relative;
  display: inline-block;
  padding: .75em 28px .75em 30px;
  margin: 1.125em 30px 1.125em 50px;
  border-top: 1px dotted #b7410e;
  border-bottom: 1px dotted #b7410e;
  color: #b7410e;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s;
}

p.lg-icon-no:not(.pdf):not(.word):not(.ppt):not(.excel):before {
  content: '\f00D';
}

p.lg-icon-no:before {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: white;
  background-color: #b7410e;
  font-family: FontAwesome;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all 0.2s;
}

a:hover {
  color: #8a1212;
  border-bottom: 1px dotted #8a1212;
}

#description-text-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 480px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 20px;
}

#description-text {
  margin-left: auto;
  margin-right: auto;
  color: #535961;
}

#password-info {
  border: 2px solid #ededed;
  padding: 10px;
  //background-color: antiquewhite;
  background-color: lightyellow;
  border-radius: 5px;
}

#forgot-info {
  border: 2px solid #ededed;
  margin-top: 10px; 
  padding: 10px;
  background-color: lightblue;
}

#password-warning
{
  border: 2px solid #ededed;
  padding: 10px;
  background-color: lightyellow;
}

hr {
  border: 0px;
  height: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  Border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#username {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#username:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#address {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#address:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#caddress {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#caddress:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#otpCode {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#otpCode:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#otpCodeLabel {
  font-size: 18px;
  font-weight: 700;
}

#collid {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#collid:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#password {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#password:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#newpass {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  //margin-bottom: 0.75em;
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: 0.5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#newpass:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#cnewpass {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#cnewpass:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#snewpass {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  //margin-bottom: 0.75em;
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: 0.5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#snewpass:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

#csnewpass {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.22222em;
  padding: .5em;
  display: flex;
  border: 2px solid #ededed;
  box-shadow: #ffffff 0 0 1px inset;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#csnewpass:focus {
  border: 2px solid #fdb71a;
  box-shadow: #fdb71a 0 0 3px inset;
  outline: none;
}

//#shaded-box ul li a {
//  display: block;
//  width: 100%;
//  background-color: #535961;
//  color: #ffffff;
//  border-width: 2px;
//  border: 1px solid #474c53;
//  padding: .5em;
//}

//#shaded-box ul li a:hover {
//  color: #535961;
//  background-color: #ffffff;
//  border: 1px solid #474c53;
//}

#shaded-box ul li a:active {
  background-color: white;
  color: #535961;
}

#btnSubmit {
  width: 95%;
  margin-top: 25px ;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  font-size: 1.125em;
  line-height: 1.22222em;
  background-color: #f58220;
  color: #ffffff;
  border-width: 2px;
  border: 1px solid #f58220;
  padding: .5em;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#btnSubmit:hover {
  color: #f58220;
  background-color: transparent;
  border: 1px solid #f58220;
  outline: none;
}

#btnSubmitmini {
  width: 250px;
  margin-top: 25px ;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  font-size: 1.125em;
  line-height: 1.22222em;
  background-color: #f58220;
  color: #ffffff;
  border-width: 2px;
  border: 1px solid #f58220;
  padding: .5em;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#btnSubmitmini:hover {
  color: #f58220;
  background-color: transparent;
  border: 1px solid #f58220;
  outline: none;
}

#btnSubmitO {
  width: 95%;
  max-width: 380px;
  margin-top: 25px ;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  font-size: 1.125em;
  line-height: 1.22222em;
  background-color: #f58220;
  color: #ffffff;
  border-width: 2px;
  border: 1px solid #f58220;
  padding: .5em;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#btnSubmitO:hover {
  color: #f58220;
  background-color: transparent;
  border: 1px solid #f58220;
  outline: none;
}

#btnCancel {	
  width: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  display: block;
  font-size: 1em;
  line-height: 1.22222em;
  background-color: #f58220;
  color: #ffffff;
  border-width: 2px;
  border: 1px solid #f58220;
  padding: .25em;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
/*  border-radius: 20px; */
}

#btnCancel:hover {
  color: #f58220;
  background-color: transparent;
  border: 1px solid #f58220;
  outline: none;
}

#password-links-policy {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2.4em;
  padding-right: 2.4em;
}

#password-header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.144em;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  letter-spacing: -0.015em;
  color: #535961;
}

.page-container {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.page-content {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
}

.page-header-row {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.3125em;
  padding-bottom: 1.125em;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  box-sizing: content-box;
  border: 0px;
  vertical-align: baseline;
}

#password-header {
  padding: 0px;
  margin: 0px;
  background-color: #ededed;
  display: block;
  border: 0px;
  box-sizing: border-box;
  vertical-align: baseline;
}

#page-content-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;

  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.password-input-label {
  color: #535961;
  margin-left: 1em;
  text-align: left;
}

#input-shaded-box-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 480px;
  width: 100%;
  max-width: 480px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
}

#shaded-box-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 640px;
}

#shaded-box {
  padding: 1.25em;
  text-align: center;
  max-width: 600px;
  border: 1px solid;
  color: #2b2b2b;
  background-color: white;
  border-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 40px;
}

#midframe {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding-top: 50px;
  overflow: auto;
}

#inframeL {
  float: left;
  height: 150px;
  display: inline-block;
  
}

#inframeR {
  float: right;
  line-height: 150px;
  max-width: 340px;
  padding-right: 5px;
  padding-left: 5px;
  height: 150px;
  display: inline-block;
  margin-top: 50px;
}

#inframeR p {
  line-height: 1.5;
  display: inline-block;
  margin-block-start: 0!important;
  margin-block-end: 0!important;
}

@media (max-width: 605px) {
#inframeL {
  width: 100%;
}
#inframeR {
  width: 100%;
}
}
