﻿.btn, .btn:focus, .btn:active, .btn:hover{
    width: 100%;
    background: #104dc0;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    align-items: center;
    border-radius: 6px;
}

    .btn.inactive {
        background: #e6e9eb;
        color: #53636b;
        font-weight: 400;
        border: none
    }

    .btn.btn-clean {
        background: transparent;
        color: #104DC0;
        font-weight: 400;
        border: none
    }

.btn-link {
    background: transparent;
    color: #104DC0;
    text-decoration: none;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 40px;
}

    .btn-link img {
        margin-right: 13px;
    }


.btn.active,
.btn:active,
button:active,
button:focus,
button:hover {
    outline: 0 !important;
    -webkit-appearance: none;
    box-shadow: none !important
}
