
body {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    color: #525252;
}
.button {
    background: #ec9746;
    margin: 0 auto;
    display: block;
    width: 50%;
    padding: 20px;
    font-weight: bold;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
}
.button {
        margin-top: 460px;
        text-transform: uppercase;
}
.button:hover, .button:focus {
    background: #738aab !important;
    opacity: 1.0 !important;
}
p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.5;
    padding: 420px 40px 25px 40px;
}
#LoginScreen {
    width: 440px;
    height: 600px;
    text-align: center;
    background: url('images/TIA-testimonial.png');
    background-repeat: no-repeat;
    background-size: 440px 600px;
    overflow: hidden;
}
