﻿#btn-numbers button:focus {
    outline: 0 !important;
}

#btn-numbers button {
    border-bottom: 10px solid #fff !important;
    border-top: 10px solid #fff !important;
    border-left: 15px solid #fff !important;
    border-right: 15px solid #fff !important;
    background-color: #4daa50;
    color: #fff !important;
    margin: 0px 0 0 0;
    transition-property: color, background-color;
    transition-duration: .2s;
}

#btn-numbers button:active {
        background-color: #459848 !important;
        color: #d5d5d5 !important;
}

#txt-ssn {
    height: 54px;
    line-height: 54px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #f63;
    font-size: 1.8em;
    border: 2px solid #d5d5d5 !important;
    margin-bottom: 20px;
}

#btn-login {
    background-color:#f63 !important;
}
#btn-numbers {
    margin-bottom: 20px;
}
h1 {
    font-weight: 400;
    color: #0078bf !important;
}