i.fa.sshow.fa {
    padding-right: 8px;
}

#perror,
#fnameerror,
#lnameerror {
    color: #FF0000;
    text-align: left;
}

.custom-container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
}

.custom-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 55%;
}

.inline-input {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.custom-w-49 {
    width: 49%;
}

.custom-w-100 {
    max-width: 100%;
}

.custom-text-center {
    text-align: center;
}

.reg-btn {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    border: 0;
    cursor: pointer;
    outline: none;
    text-indent: 0;
    margin: 0;
    text-decoration: none;
    padding: 0.6em 2.2em !important;
    line-height: 1em;
    border-radius: 50px !important;
    background-color: #000333 !important;
    color: white !important;
    transition: all 0.3s ease;
}

.reg-btn:hover {
    background-color: #83a605;
    text-decoration: none;
}

.log-btn {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    border: 0;
    cursor: pointer;
    outline: none;
    text-indent: 0;
    margin: 0;
    text-decoration: none;
    padding: 0.6em 2.2em !important;
    line-height: 1em;
    border-radius: 50px !important;
    background: #000333;
    margin-top: 30px;
    color: white;
    transition: all 0.3s ease;

}

.log-btn:hover {
    background-color: #83a605;
    text-decoration: none;
}

.p-25 {
    padding: 10px 25px;
}

.mt-10 {
    margin-top: 10px;
}

.cutom-col-md-9 {
    width: 63%;
    border: 1px solid #ddd;
    background: #f7f7f7;
    padding: 15px;

}

.cutom-col-md-10 {
    width: 63%;
    border: 1px solid #ddd;
    background: #f7f7f7;
    padding: 15px;
}

.custom-col-md-3 {
    width: 25%;
    padding: 15px;
    border: 1px solid #ddd;
    border-left: none;
}

.custome-col-md-3 {
    width: 25%;
    padding: 15px;
    border: 1px solid #ddd;
    border-left: none;
}

input {
    background: #fff !important;
    outline: none;
}

.input-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.input-border-none {
    border: none !important;
}

.disply-none {
    display: none;
}

.institutionSelect .btn-group.bootstrap-select {
    border: 1px solid #f5f5f5;
    width: 100% !important;
    border-radius: 5px !important;
}

.institutionSelect .bootstrap-select.btn-group .btn .filter-option {
    font-size: 18px;
    font-weight: normal;
    font-family: inherit;
}

.institutionSelect .btn {
    background: #fff !important;
    border-radius: 0px !important;
    color: #333;
    line-height: 30px;
    margin-top: 15px;
    border: 1px solid #ccc
}


.institutionSelect .btn:hover {
    background: #fff !important;
    color: #000 !important;
}

.institutionSelect .bootstrap-select.btn-group .btn .caret {
    padding: 0px !important;
}

.institutionSelect span {
    padding: 0px !important;
}

.institutionSelect .btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}

.institutionSelect .bootstrap-select .btn:focus {
    outline: none !important;
}

.row.footer {
    margin: 0px !important;
}

select {
    outline: none !important;
}

.p-25 select option {
    font-size: 18px;
}

ul.dropdown-menu.inner.selectpicker {
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .cutom-col-md-9 {
        width: 100%;
        padding: 0px;
    }

    .custom-col-md-3 {
        width: 100%;
        padding: 0px;
    }

    .custome-col-md-3 {
        width: 100%;
        padding: 0px;
    }

    .custom-w-49 {
        width: 100%;
    }

    .p-25 {
        padding: 10px;
    }

    .institutionSelect .bootstrap-select.btn-group .dropdown-menu {
        width: 100%;
    }

    .custom-container {
        width: 90%;
    }
}

@media(max-width: 575.98px) {
    .cutom-col-md-9 {
        width: 100%;
        padding: 0px;
    }

    .custom-col-md-3 {
        width: 100%;
        padding: 0px;
    }

    .custome-col-md-3 {
        width: 100%;
        padding: 0px;
    }

    .custom-w-49 {
        width: 100%;
    }

    .p-25 {
        padding: 10px;
    }

    .institutionSelect .bootstrap-select.btn-group .dropdown-menu {
        width: 100%;
    }

    .custom-container {
        width: 90%;
    }
}