html {
  font-size: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}

html a {
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1.7;
  color: #231f20;
  font-size: 16px;
  background-color: #fff;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: #231f20;
  text-decoration: none;
}

a:link,
a:hover,
a:focus {
  color: #231f20;
  text-decoration: none;
}

a img {
  border: none;
}

.container,
.container-fluid {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.view,body,html{
  height:100%
}

.page-footer,
.top-nav-collapse{
  background-color:#1C2331
}

.navbar{
background-color: #1f148f;
text-align: center;
padding: 4em 0;
}

.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}


.fieldsetForm {
  text-align: center;
  position: relative;
  margin-top: 20px
}

.fieldsetForm fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

.form-card {
  text-align: left
}

.fieldsetForm fieldset:not(:first-of-type) {
  display: none
}

.fieldsetForm input,
.fieldsetForm textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px
}

.fieldsetForm input:focus,
.fieldsetForm textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #1f148f;
  outline-width: 0
}

.fieldsetForm .action-button {
  width: 100px;
  background: #1f148f;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right
}

.fieldsetForm .action-button:hover,
.fieldsetForm .action-button:focus {
  background-color: #191078;
}

.fieldsetForm .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right
}

.fieldsetForm .action-button-previous:hover,
.fieldsetForm .action-button-previous:focus {
  background-color: #000000
}

.fieldsetForm .action-button2 {
  width: 100%;
  background: red;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
}

.card {
  z-index: 0;
  border: none;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #1f148f;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: #1f148f;
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.fieldlabels {
  color: gray;
  text-align: left
}

.progress {
  height: 20px;
  border-radius: 20px;
}

.progress-bar {
  background-color: #1f148f;
  border-radius: 20px;
}

.fieldsetStep {
  min-height: 2.8em;
  line-height: 1.4em;
}

.errorp1, .errorp2{
  width: 100%;
  background: red;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}

.errordados{
  width: 100%;
  background: red;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}

.resultP1-false, .resultP2-false{
  width: 100%;
  background: red;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}

.resultP1-true, .resultP2-true{
  width: 100%;
  background: green;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}


.table {
  text-align: center;
  margin: 2em 0;
}

.table tr {
	border: 1px solid #ddd;
}

.table th {
  font-weight: bold;
  border-right: 1px solid #ddd;
}

.table td {
  border-right: 1px solid #ddd;
}