form .form-group .row{
    display: contents;
}

form .form-group .row .btn.btn-primary {
    color: #FFFFFF;
    background-color: var(--main-yellow-color);;
    border-color: var(--main-yellow-color);;
}

form .form-group .row .btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled), 
form .form-group .row .btn.btn-light-primary:focus:not(.btn-text), 
form .form-group .row .btn.btn-light-primary.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #233d8b;
    border-color: transparent;
}

form .form-group .row .btn.btn-light-primary {
    color: #ffffff;
    background-color: var(--main-yellow-color);;
    border-color: transparent;
}

.alert.alert-success ul li{
    list-style: none;
}
.alert.alert-success ul{
    margin-bottom: 0px;
    padding-left: 0px;
}

.checkbox-inline, .radio-inline {
    display: inline-flex !important;
    padding-left: 0px !important; 
}

.checkbox, .radio {
    display: inherit !important;
}

.checkbox+.checkbox, .radio+.radio {
     margin-top: auto !important; 
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
}

.mstinstitue-class, .mastboard-class{
    display: none;
}

.register-form .col-sm-2{
    padding-left:0px;
    padding-top: 30px;
    width: 18.666667%;
    max-width: 18.666667%;
}

.register-form .col-sm-10{
    padding-right:0px;
    width: 81.333333%;
    max-width: 81.333333%;
}

.image-input{
    width:100%
}

.register-form  .are-of-spec{
    padding-left: 0px;
    padding-right: 0px;
}
.register-form  .are-of-spec label{
    padding-right: 0px;
}

.register-form .mari-status{
    padding-left: 0px;
}
.register-form .mari-status .col-sm-12{
    /*padding-right: 0px;*/
}
.register-form textarea.form-control {
    height: 150px !important;
}

.register-form .col-sm-6{
    padding-right:0px;
}

#myacc_content{
    margin-top: 2%;
}

.register-form .datepic span {
    padding: 1.45rem 1rem;
}

.form-head{
    font-size: 20px;
    color: var(--main-yellow-color) !important;
    padding-left: 15px;
    margin-top: 0px;
}

#reg-step3-bld .form-plus-add, #app-sub-step3-bld .form-plus-add, #app-sub-exp-step3-bld .form-plus-add{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

#step5-reg-bld .card-header, #step5-app-sub-suc-bld .card-header{
    text-align: center;
}
#step5-reg-bld .card-title, #step5-app-sub-suc-bld .card-title{
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
#step5-reg-bld .card-label, #step5-app-sub-suc-bld .card-label{
    text-align: center;
    width: 100%;
}
#step5-reg-bld #table_data, #step5-app-sub-suc-bld #table_data{
    width: 65%;
    margin: 0 auto;
}
#step5-reg-bld .col-form-label, #step5-app-sub-suc-bld .col-form-label{
    padding-top: 0px;
    padding-bottom: 6px;
    font-size: 15px;
}
#step5-reg-bld .view-button, #step5-app-sub-suc-bld .view-button{
    text-align: center;
}
#step5-reg-bld .btn, #step5-app-sub-suc-bld .btn{
    text-align: center !important;
    padding: 10px 20px !important;
}

#step5-reg-bld .st-col p .edit-icon, #step5-app-sub-suc-bld .st-col p .edit-icon{
   position: absolute;
   margin-top: -1.5px;
}
#step5-reg-bld .st-col p span:last-child, #step5-app-sub-suc-bld .st-col p span:last-child{
   padding-left: 22px;
}