body, h1, h6, input, button, b, #answer, li {
	font-family: "Readex Pro", sans-serif !important;
}
li {
	font-size: 13px;
	text-align: justify;
	margin-bottom: 10px;
}
input {
	font-size: 14px !important;
}
body {
    background: #eee
}
#regForm {
    /*background-color: #ffffff;
    margin: 0px auto;*/
    font-family: Raleway;
    padding: 40px;
    border-radius: 10px
}
#register{

  color: #000;
}
h1 {
    text-align: center
}
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    -webkit-appearance: none;
}
.tab input:focus{

  border: 2px solid #000 !important;
  outline: none;
}
input.invalid {
 
    border:1px solid #e03a0666;
}
button {
    background-color: #000;
    color: #ffffff;
    border: none;
    border-radius: 10%;
    padding: 10px 20px;
    font-size: 14px;
    font-family: Raleway;
    cursor: pointer
}
button:hover {
    opacity: 0.8
}
button:focus{

  outline: none !important;
}
#prevBtn {
    background-color: #000;
}
.all-steps{
      text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}
.step {
       height: 40px;
    width: 40px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #6a1b9a;
    opacity: 0.5;
}
.step.active {
    opacity: 1
}
.step.finish {
   color: #fff;
   background: #6a1b9a;
   opacity: 1;

}
.all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}
.thanks-message {
    display: none
}
.wrapper {
    min-height: calc(100vh - 3rem);
    background-color: #ffffff;
    max-width: 730px;
    margin: 0 auto;
}
div#support {
    height: calc(100vh - 330px);
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 0 16px;
}
ul li {
	list-style-type: none;
}
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 40%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.btn-primary, .btn-primary:disabled, .btn-primary:focus, .btn-primary:hover  {
    border-color: #000 !important;
}