#login form p#shibboleth_login{
    margin-top: 1em;
    margin-bottom: 1.5em;
    font-size: 120%;
}
#shibboleth_login>a,
#shibboleth-wrap>a{
    display: block;
    padding: .5em 1em;
    border: solid 2px #bc581a;
    background: transparent;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    color: #bc581a;
    text-shadow: none;
    box-shadow: none;
    font-weight: bold;
    letter-spacing: .5px;
    height: auto;
}
#shibboleth_login>a:hover,
#shibboleth-wrap>a:hover{
    background-color: #bc581a;
    color: white;
}
#shibboleth_login>a:before,
#shibboleth-wrap>a:before{
    content: "UF Users - Click here to ";
    display: block;
}