/*** Display Language 1.5 ***/
/*
- 
*/

.display-language .container .row {
    margin: auto;
}

.display-language .form-custom-actions .btn {
    text-transform: uppercase;
    font-weight: 200;
    padding: 7px 0px;
    word-wrap: break-word;
    font-size: 13px;
    background-color: #067eda;
    color: #fff;
    width: 200px;
    border: solid #067eda;
    border-radius: 2px;
    font-family: "Segoe UI","Open Sans";
    font-weight: normal;
}

.display-language .form-custom-actions .btn:hover {
    background-color: #067eda;
    transition: ease .3s;
    border:  solid #067eda;
}

.loader {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 767px) {

    .form-control {
        font-size: 16px;
    }

}