body {
    background-color: #ebebed;
    font-size: 1.6rem;
    /* font-family: "Open Sans", sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    color: #2b3e51;
}

.user-selection-logo {
    padding: 30px 90px 25px;
    border-bottom: 1px solid #ddd;
}

#hyg-logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

h2 {
    font-weight: 600;
    text-align: center;
    color: 5e5e5e;
    font-size: 20px;
    line-height: 20px;
}

h3 {
    font-weight: 500;
    text-align: center;
    color: 5e5e5e;
    font-size: 14px;
    line-height: 20px;
}

p {
    position: relative;
}

a,
a:link,
a:visited,
a:active {
    color: #3ca9e2;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:focus,
a:hover,
a:link:focus,
a:link:hover,
a:visited:focus,
a:visited:hover,
a:active:focus,
a:active:hover {
    color: #329dd5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#user-selection-container {
    background-color: #fff;
    width: 400px;
    min-width: 300px;
    margin: 10px auto;
    text-align: center;
    padding: 20px 0 20px 0;
    /* border-radius: 4px; */
    border-color: #ddd #ddd #d8d8d8;
    box-shadow: 0 2px 0 hsl(0deg 0% 69% / 12%);
    /* box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2); */
}

#page-description {
    font-size: 14px;
}

#user-selection-form {
    padding: 0 45px;
}

input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
}


input[type="submit"] {
    border: none;
    display: block;
    background-color: #e7a800;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 14px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

input[type="submit"]:hover {
    background-color: #000000;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#copyright {
    font-size: 10px;
    border-top: 1px solid #666;
    color: #666;
}