﻿.form-group .error {
    border: 5px solid #f96868 !important;
}

.errorList a{
    color: #9c1f1f;
    cursor: default;
}

.wizard > .actions > ul > li.disabled > a[href="#previous"]{
    display:none;
}

.wizard {
    overflow: visible;
}

.wizard > .content {
    overflow: visible;        
}

input[type=password]::-ms-reveal, input[type=password]::-ms-clear {
    display: none;
}
