﻿.login button {
    background: #FF7A00;
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}

.login-link.top {
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 15px;
}

    .login-link.top a {
        color: #0d6efd;
        font-weight: 600;
        text-decoration: none;
    }

        .login-link.top a:hover {
            text-decoration: underline;
        }

.btn-secondary-small {
    display: inline-block;
    margin-left: 10px;
    padding: 8px 18px;
    border-radius: 8px;
    background: #f3f3f3;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: .2s;
}

    .btn-secondary-small:hover {
        background: #FF7A00;
        color: #fff;
    }

.login-link.top {
    text-align: center;
}

    .login-link.top span {
        display: block;
        margin-bottom: 10px;
    }