
body {
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.form-signin input[type="text"] {
    margin-bottom: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin .form-control {
    font-size: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vertical-offset-100 {
    padding-top: 100px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.panel {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.80);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 4px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.panel-info {
    background-color: rgba(255, 188, 0, 0.80) !important;
    text-align: justify;
    text-justify: inter-word;
}


.navbar-default {
    background-color: rgba(255, 255, 255, 0.80);
    min-height: 35px !important;
    text-align: right !important;
    padding-top: 5px !important;
}

.stepwizard-step p {
    margin-top: 10px;
}

.process-row {
    display: table-row;
}

.process {
    display: table;
    width: 100%;
    position: relative;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.process-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 95%;
    margin-left: 5px;
    height: 1px;
    background-color: #000;
    z-index: 0;
}

.process-step {
    display: table-cell;
    position: relative;
}

    .process-step p {
        margin-top: 10px;
    }

.btn-circle {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.voucherbar {
    background-color: #ffbc00;
    min-height: 65px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 12px;
}

label.error {
    font-weight: normal;
    color: red;
}

input.error {
    border: solid 1px #ef5350;
}
