﻿
#StepOne{
    display:block;
}
#StepTwo {
    display: none;
}
#StepThree {
    display: none;
}

 label.error {
    font-size: 12px !important;
    line-height: 20px;
    padding: 5px 10px !important;
    background: red;
    color: #fff !important;
    margin-top: 10px !important;
    /* top: 10px!important; */
    position: relative;
}

label.error {
    display: block;
}

label.error:before {
    content: "";
    position: absolute;
    left: 10px;
    top: -10px;
    border: 5px solid transparent;
    border-bottom-color: red;
}


.btn-primary {
    background: #172B44;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    padding: 8px 16px 10px 16px;
    font-weight: 600;
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
}