body {
    box-sizing: content-box;
}
h3 {
    margin-bottom:0.5rem;
}

.lookup-form, .lookup-result {
    margin:0 auto;
    width:61%;
}
.hidden {
    display: none;
}
.columns {
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.lookup-columns {
    align-items: inherit;
}
a {
    display:block;
}
.retry {
    display:block;
    color: gray;
    text-align: center;
    width:10rem;
    margin:0 auto;
    margin-top: 1rem;
    font-size: 0.9rem;
}

.biglink {
    font-size:2rem;
    margin-bottom:1rem;
}
.smalllink {
    font-size:0.9rem;

}
.lookup-email{
    min-width:61%;
}
#passcode-result {
    font-size:2.2rem;
}

.lookup-employee {
    margin-left:2rem;
}
.col {
}
.error {
    display: block;
    color:#bb0000;
    margin-top:1rem;
}
.lookup-submit {

}
button {
    box-shadow: none;
    color: #fff;
    background: #f29f5c;
    border: none;
    border-radius: 3px;
    padding: 6px 12px;
    cursor: default;
    font-size:1.1rem;
    padding:0.5rem 1rem;
    margin-top:1rem;
}

input {
    width:92%;
    height:1.5rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    resize: none;
    line-height: 28px;
    background: #fff;
    padding: 1px 6px;
    transition: border-color .2s;
}