﻿
.btn_primary1 {
    color: #fff;
    background-color: #25215C !important;
    border-color: #25215C !important;
    
}

    .btn_primary1:hover {
        color: white;
        background-color: #25215C !important;
    }


.fa-user1 {
    color: #25215C !important;
}

/*btn_primary1:hover {
    background-color: yellow;
}*/

/*.bxl-facebook1 .tx-prime1 {
    color: #25215C !important;
    display: block;
    font-size: 22px;
    position: relative;
    line-height: 35px !important;
    outline: none;
    height: 37px;
    width: 37px;
    background: #fff;
    margin: auto;
    text-align: center;
    border: 1px solid #f1ecf7;
    box-shadow: none;
    border-radius: 35px;
}


.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .btn1:hover {
        background-color: #25215C !important;
        border-color: #25215C !important;
        color:white !important;
    }



.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}


:root {




}*/


