.login_button{
    border-style: solid;
    width: 175px;
    border: 1px solid white;
    background-color: #fa5000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 2.5em;
    background-image: none;
    letter-spacing: 4px;
}
.login_button:hover{
    background-color: black;
}

.login_form_text{
    color: black;
    text-align: center;
}

.login_orange_text{
    color: #fa5000;
    font-size: 18px;
    text-decoration: none;
}
