.wrapper {
    margin-top: 0.1rem;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    border: 1px solid transparent;
    font-size: 32px;
    font-size: 4.2vw;
}

.responsive {
    width: 100%;
    height: auto;
}

h2 {
    color: white;
    font-size: 24px;
    font-size: 5.2vw;
}

label.field {
    color: lightgrey;
    font-size: 20px;
    font-size: 3.8vw;
}

.btn-primary {
    background-color: #5cb85c;
    border-color: #21923f;
}

p.bad-credentials {
    color: red;
    font-size: 2.9vw;
}

p.bad-credentials a {
    color: salmon;
}

p.disclaimer {
    color: lightgrey;
    font-size: 12px;
}

p.disclaimer a {
    color: #5cb85c;
}

