.search_btn .login {
    width: 180px;
    height: 50px;
    background: #765be6;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    border: 1px solid transparent;
    line-height: 48px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color 0.6s, color 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.login_btn .login {
    width: 100%;
    float: none;
    font-family: 'Poppins';
    display: inline-block;
}
.form-control.error{border: 1px solid red !important;}
em.error{color:red;float: left ;}
.select2-container--focus{border:2px solid #765be6!important}
