.verfication-wrap .container {
    width: 550px !important
}
.verification-step {
    margin-bottom: 50px;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard {
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    text-align: center;
    position: relative;
}
.btn-circle {
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.panel-primary>.panel-heading {
    border: none;
    background-color: inherit !important;
    border-color: inherit !important;
    color: #0c122e !important;
    margin: 10px;
    text-align: center;
}
.panel-title {
    font-size: 20px !important;
    font-weight: normal;
}
.panel-primary {
    padding: 10px 20px 12px;
}
.bord .panel-primary {
    border: 2px solid rgba(0,0,0,.125);
    padding: 10px 20px 12px;
}
.bord .panel-primary:hover {
    border: 2px solid rgb(0, 0, 156);
}
.bord{
     border: 1px solid rgba(0,0,0,.125);
     padding: 40px 20px;
     border-radius: 5px;
}
.bord img{
    width: 75px;
}
.verification-step {
    display: none;
}
.verification-form input,textarea {
    border: none;
    box-shadow: inherit;
    border-bottom: 2px solid #edf2f7;
    font-size:18px !important;
    margin-bottom:20px;
}
.verification-form .country-select,.custom_select{
    border: none;
    box-shadow: inherit;
    border-bottom: 2px solid #edf2f7;
    border-radius: inherit !important;
    font-size:18px !important;
    margin-bottom:20px;
    color:#495057 !important;
}

.form-control {
    height: 60px !important;
    padding: 10px 0px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #0c122e !important;
    border-radius: 0px !important;
}
.verification-button {
    width: 100%;
    font-size: 18px;
    padding: 10px !important;
    margin-top: 15px !important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
    border: none !important;
}
.verification-form .form-control:focus {
    border-color: #00009c;
    outline: 0 ;
    -webkit-box-shadow:inherit !important;
    box-shadow: inherit !important;
}
