﻿.signup-form {
    min-height: 500px;
}
.signup-form .wpb_wrapper {
    margin-bottom: 70px !important;
}
.signup-form input, 
.signup-form select, 
.signup-form textarea {
    max-width: 450px;
}
.signup-form input:read-only,
.signup-form label.readonly {
    opacity: .7;
}
.signup-form .text-danger {
    margin-bottom: 30px;
}


.btn {
    text-decoration: none;
}


.steps {
    width: 100%;
    height: 40px;
    margin: 20px 0 40px 0;
}
.steps .step {
    width: 25%;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
    background-color: #ddd;
}
.steps .step.active {
    background-color: #91b412;
    color: #fff;
}
.steps .step.disabled {
    opacity: .7;
}


.nav {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
}
.nav .btn-right {
    float: right;
    background-color: #91b412;
}


.form-group {
    margin-left: 0px !important;
}
