﻿html, body {
    color: #334155;
    display: table;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, Arial, sans-serif;
    height: 100%;
    width: 100%;
}

body {
    background: url('/Content/bground.jpg') bottom center no-repeat fixed;
    background-size: cover;
    display: inline-block;
    min-height: 100%;
    overflow-y: scroll !important;
    padding: 25px;
}

.loading {
    background: white url(/Content/loading.gif) left no-repeat;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
}

.strong {
    font-weight: bold;
}

a,
a:active,
a:visited,
a:hover {
    color: #334155;
    text-decoration: none !important;
}

.logo-container {
    margin: 0 auto;
    max-width: 400px;
}

.logo {
    display: block;
    margin-top: 50px;
}

.in-person-logo,
.wbs-logo {
    margin: 25px auto;
    max-width: 150px;
}

#selection-container {
    margin: 25px auto 0;
    max-width: 960px;
}

.box {
    background: white;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin: 25px auto;
    max-width: 380px;
    opacity: .9;
    padding: 25px;
    text-align: center;
    transition: all .2s;
    width: 100%;
}

.box:hover {
    opacity: 1;
}

.box h3 {
    font-size: 1.5em;
    font-weight: 750;
    line-height: 30px;
    margin: 15px 0;
}

.form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: 0 0 0 3px rgba(102, 175, 233, .5);
    box-shadow: 0 0 0 3px rgba(102, 175, 233, .5);
    outline: 0;
}

#study-form {
    text-align: left;
    transition: all .3s;
    height: 0;
    margin: 0 -3px;
    overflow: hidden;
    padding: 0 3px;
}

#study-form.visible {
    height: 310px;
}

.form-submitted {
    color: #059669;
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0;
}