.btn1 {
    color: rgba(255, 255, 255, 0.8);
    background: #696cff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 50px 50px/30px 50px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    height: 40px;
    width: 150px;
}

.btn1:focus {
    color: rgba(255, 255, 255, 0.8);
    background: #4143d1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.btn1:hover {
    color: rgba(255, 255, 255, 0.8);
    background: #4143d1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}