﻿body {
}

.btn-option {
    margin-top: 21.5px;
    width: 295px;
    height: 65px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 50px !important;
    opacity: 1;
    font: normal normal normal 16px/18px Fira Sans;
    letter-spacing: -0.36px;
    color: #0038A8 !important;
    text-align: left;
    display: inline-flex;
    align-items: center;
    padding: 0px 5px 0px 30px;
}

    .btn-option:hover {
        background: #0038A8 0% 0% no-repeat padding-box;
        color: #FFFFFF !important;
        text-decoration: none;
    }

        .btn-option:hover img {
            filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(286deg) brightness(109%) contrast(101%);
        }

.center {
    align-self: center;
}

.row-option {
    width: 100%;
}