body {
    background: #eee !important;
    margin: 20px;
}

#regForm {
    background-color: #ffffff !important;
    margin: 0px auto;
    font-family: Raleway;
    padding: 40px;
    border-radius: 10px
}

#register {

    color: #2A7C46;
}

h1 {
    text-align: center
}





body{
    margin-top:20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;    
}
.main-body {
    padding: 15px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}


.form-control {

    border: 0.25px solid #2A7C46 !important;
    outline: none;
    box-shadow: #2A7C46;
}

.tab select:focus {

    border: 1px solid #2A7C46 !important;
    outline: none;
}

.tab textarea:focus {

    border: 1px solid #2A7C46 !important;
    outline: none;
}






.tab {
    display: none
}

button {
    background-color: #2A7C46;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer
}

button:hover {
    opacity: 0.8
}

button:focus {

    outline: none !important;
}

#prevBtn {
    background-color: #bbbbbb !important;
}


.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: #2A7C46;
    opacity: 0.5;
}

.step.active {
    opacity: 1
}


.step.finish {
    color: #fff;
    background: #2A7C46;
    opacity: 1;

}



.all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.thanks-message {
    display: none
}

 .main-form {
     padding: 0;
     width:100%;
     margin: 0;
 }

@media (max-width: 700px) {
    .main-form {
        padding: 0;
        width: 80%;
        margin: 0;
    }
}


