﻿.btn, .btn:focus, .btn:active, .btn:hover {
    width: 100%;
    background: #104dc0;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
}

    .btn.inactive {
        background: #e6e9eb;
        color: #53636b;
        font-weight: 400;
        border: none
    }

.btn-link, .btn-link:focus, .btn-link:active, .btn-link:hover {
    background: transparent;
    color: #104DC0;
    text-decoration: none;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 40px;
    padding: 0;
    height: auto;
}

    .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
}
 
