.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 62px;
    background: #ffffff;
    z-index: 1000;
    border-top: 1px solid #e5e5e5;
}

.footer-ct {
    margin-right: 20px;
    margin-bottom: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.button-primary {
    background-color: #1d87c8;
    border-color: #1d87c8;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
