@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1em;
}

body {
background-color: #fff;
background-image: none;
}

#linearline {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, #484545 40px, #000000 20%);
  margin-left: auto !important;
  margin-right: auto !important;
}

#linearline > img {
  position: absolute;
  top: 60px;
  align: center;
  width: 100%;
  height: 120px;
 }

 #header > a > img {
   width: 1000px;
 }

.container {
    margin-top: 10px;
}
#content {
    padding: 0px;
    margin: 10px 10px 10px -15px;
}

.sw-theme-arrows {
    border: none;
}

.sw-theme-arrows > ul.step-anchor {
    display: block;
    border: 0;
    border-bottom: none;
    padding: 0px;
    background: #ffffff;
    border-radius: 0px;
    list-style: none;
    overflow: hidden;
    font-size: 16px;
}

.sw-container.tab-content {
    height: 300px;
}


.sw-theme-arrows > ul.step-anchor > li.active > a {
    border-color: none !important;
    color: #fff !important;
    background: #218fa3 !important;
}
.sw-theme-arrows > ul.step-anchor > li.active > a:after {
    border-color: #218fa3 !important;
    color: #fff !important;
    background: #218fa3 !important;
}

.panel-default>.panel-heading {
    background: #ffffff;
    color: #484545;
}

.panel-title {
    font-size: 20px;
    font-weight: bold;
}

.sw-theme-arrows .step-content {
    padding: 0 10px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: left;
}

.panel {
    border: none;
}

.panel-body {
    padding: 25px;
    background: #ffffff;
    color: #000; 
}

div.col-md-9 > h4 {
    font-weight: bold;
}

div.col-md-9 > h4:hover {
    font-size: 1.4em;
    cursor: pointer;
    transition: 0.2s;
}

#step-1 > div.panel.panel-default > div.panel-body > p {
    font-weight: bold;
    color: #218fa3;
    border-bottom: 1px solid;
    margin-top: 10px;
}

div#membership-wizard-steps {
   min-height: 400px !important;
}

.btn-danger {
    display: block;
    float: right;
    padding: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-decoration: none;
    text-align: center;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    text-shadow: none;
    width: 100px;
    color: #FFF;
    background: #c4004b;
    border: 1px solid none;
    border-radius: 0;
    box-shadow: 5px 5px 5px #777;
}

.btn-default {
    display: block;
    float: right;
    padding: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-decoration: none;
    text-align: center;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    text-shadow: none;
    min-width: 100px;
    color: #FFF;
    background: #218fa3;
    border: 1px solid #218fa3;
    border-radius: 0;
    box-shadow: 5px 5px 5px #777;
}


div#membership-wizard-steps {
    height: 100%;
   
}

.sw-theme-arrows > .sw-toolbar-bottom {
    position:absolute;
    bottom: -50px;
    right: 0;
}

.footer_contact {
    position: relative;
    margin-top: 30px;
    transform: {translateY(100%);
    }
}

#check_user,
#confirm_submit {
  background: #414042;
  color: #fff;
  padding: 10px 30px;
  font-size: 12pt;
  text-transform: uppercase;
}

#check_user:hover,
#confirm_submit:hover {
  background: #0090A5;
  border-color: #0090A5;
  color: #fff;
}