﻿.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    left: 22%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.hideElement {
    display:none;
}
.btn-next {
    margin-top:10px;
    text-align:right;
}
.login-btn-size{
    font-size:15px;
}
.font-color-red {
    color: #8C0722;
}
.font-color-white {
    color: #FFFFFF;
    cursor:pointer;
    font-size:16px;
}