.login-register {
    font-size: 18px !important;
    color: #4a62ec !important;
    font-weight: bold !important;
    padding: 15px 30px !important;
    background-color: #f5f7fb !important;
    border-radius: 25px !important;
    border: 2px solid #4a62ec !important;
    margin-top: 20px !important;
    cursor: pointer !important;
    display: inline-block !important;
}

.login-register:hover {
    background-color: #4a62ec !important;
    color: #fff !important;
}
