html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

.form-signin {
  width: 100%;
  max-width: 80%;
  margin: auto;
}
#confirmdata{
  width: 100px;
  background: #29AC50;
  font-weight: bold;
  color: #fdfdfd;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: left;
}
.space{
  padding-right: 10px;
  font-size: 15px;
  color: #6d1d2e;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center
}
.checkbox {
  font-size: 15px;
  color: #ac297f;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*  subscrib */
* {
  margin: 0;
  padding: 0
}

p {
  color: grey
}

#heading {
  text-transform: uppercase;
  color: #6d1d2e;
  /*font-weight: normal;*/
  text-align: center;
}
#mainp{
  text-align: center;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}

#msform 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: right;
  margin-left: auto;
  margin-right: auto;
}
#lastF{
  text-align: right;
  margin-left: auto;
 /* margin-right: 20%;*/
}

#msform fieldset:not(:first-of-type) {
  display: none
}
#msform .input,
#msform 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: #6d1d2e;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px
}

.checkbox{
  width: 10%;
  cursor: pointer;
}
#msform .input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #6d1d2e;
  outline-width: 0
}

#msform .action-button {
  width: 100px;
  background: #6d1d2e;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: left
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311B92
}

#msform .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
}

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

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

.fs-title {
  font-size: 25px;
  color: #6d1d2e;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: center
}

.purple-text {
  color: #6d1d2e;
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: #6d1d2e;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center
}

.fieldlabels {
  color: #6d1d2e;
  text-align: right
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: #6d1d2e
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: right;
  position: relative;
  font-weight: 400
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e"
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007"
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030"
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c"
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: light#6d1d2e;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: light#6d1d2e;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #6d1d2e
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: #6d1d2e
}

.fit-image {
  width: 50%;
  margin-left: auto;
  margin-right: 20%;
}
/* tabl */
.container th h1 {
  font-weight: bold;
  font-size: 1em;
text-align: left;
color: #185875;
}

.container td {
  font-weight: normal;
  font-size: 1em;
-webkit-box-shadow: 0 2px 2px -2px #0E1119;
   -moz-box-shadow: 0 2px 2px -2px #0E1119;
        box-shadow: 0 2px 2px -2px #0E1119;
}



.container td, .container th {
  padding-bottom: 2%;
  padding-top: 2%;
padding-left:2%;  
}

/* Background-color of the odd rows */
.container tr:nth-child(odd) {
  background-color: #323C50;
}

/* Background-color of the even rows */
.container tr:nth-child(even) {
  background-color: #2C3446;
}

.container th {
  background-color: #1F2739;
}

.container td:first-child { color: #FB667A; }

.container tr:hover {
background-color: #464A52;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
   -moz-box-shadow: 0 6px 6px -6px #0E1119;
        box-shadow: 0 6px 6px -6px #0E1119;
}
/* respinsive */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
table{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media (max-width: 400px) {
    #progressbar li{
        width: 100%;
        font-size: 10 px;
    }  
    .form-signin{
      max-width: 95%;
    }
    table{
      padding: 0%;
    }
    .fs-title {
      font-size: 19px;
    }
    .steps {
      font-size: 18px;
    }    
    #lastF{
      text-align: right;
      margin-left: auto;
      margin-right: auto;
    }
    .fit-image {
      width: 95%;
      margin-right: auto;
    }
}