html,
body {
    max-height: 100%;
    width: 100%;
    font-size:14px;
    position: absolute;
}

body {
    font-family:'Muli',Helvetica,Arial,sans-serif;
    font-size:14px;
    line-height:1.6em;
    color:#666;
    background: #f5f5f5;
    margin-top: 8rem;
}

header.fixed-top {
    background: #f5f5f5;
}

.header-content {
    min-height:3em;
    margin: 0.5em 30% 1em 0em;
    text-align:left;
}

#header-image {
    max-width: 100%;
    height:auto;
    position: relative;
}

.container {
    width: 80%;
    margin: 2em auto 0 auto;
}

.head {
    text-align: left;
    display: flex;
}

.head * {
    display: inline-block;
    max-height: 6em;
}

.head img {
    vertical-align:top;
    padding-right:0.5em;
    max-width:100%;
    height: auto;
}

.bluebox {
    background-color: #008ac4;
    vertical-align:middle;
    line-height: 100%;
    padding: 1em 1em;
    color: #fff;
    font-weight: bold;
    font-size: 200%;
    flex-grow: 1;
    overflow:hidden;
}

.main-container {
    width: 100%;
    display: block;
    margin-bottom: 1em;
    padding: 1.5em 0.5em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.blue-divider {
    width: 100%;
    background-color: #008ac4;
    min-height: 2.1em;
    max-height: 30px;
    margin-top: -1.4em;
}

.darkblue-divider {
    position: relative;
    background-color: #0076a4;
    z-index: 10;
    min-height: 2.0em;
    max-height: 35px;
    margin-right: 25%;
}

.main-container > .content {
    background-color:#f0f0f0;
    width: 100%;
    margin-top: 1em;
    padding: 0em 0.5em;
    display:flex;
    text-align:left;
}

.main-container > .content > div {
    display: inline-block;
    flex-grow: 1;
}

.login-panel {
    margin: 1.5em 0em;
    padding: 0em 1em;
    border-right:1px solid #ccc;
    max-width:50%;
}

.main-info-panel {
    margin: 1.5em 0em;
    padding: 0em 1em;
    border-right:1px solid #ccc;
    text-align: justify;
    max-width:85%;
}

.password-reset-request-panel {
    margin: 1.5em 0em;
    padding: 0em 1em;
    max-width:50%;
}

.info-panel {
    margin: 1.5em 0em;
    padding: 0em 1em;
    max-width:50%;
}

.form-control-login {
    padding: 4px 8px;
    margin:  4px 0px;
    border: 1px solid #d9d9d9;
    -moz-box-shadow:    6px 6px 10px -10px inset;
    -webkit-box-shadow: 6px 6px 10px -10px inset;
    box-shadow:         6px 6px 10px -10px inset;
    width: 95%;
    display:block;
}

.form-button-login {
    margin-top: 2em;
    text-decoration: none;
    color: #000 !important;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 0.31em 1.5em;
    background: linear-gradient(to bottom,#f0f0f0, #d9d9d9 95%) no-repeat;
}

.reset-link {
    padding-top: 2em;
}

.go-to-link {
    text-decoration: none;
    padding-left: 1em;
    background: transparent url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 160" fill="%2383b2d4"><polygon points="0 0 40 80 0 160 10 160 60 80 10 0"/></svg>') no-repeat;
}

a, a:link, a:visited {
	color: #0076a4;
	outline-color: transparent !important;
	outline-width: 0;
}

.video_wrapper {
    position: relative;
    height: 400px;
    width: 100%;
}

.video_wrapper .video_trigger {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 9;
    /* Centre content */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.video_wrapper .video_layer {
    position: relative;
    display: none;
    height: inherit;
    width: inherit;
    margin: auto;
}

.video_wrapper .video_layer iframe {
    border: 0px none transparent;
    height: inherit;
    width: inherit;
    padding: 0;
}

.video_wrapper .video-btn {
    cursor: pointer;
    display: inline-block;
    transition: color 0.5s, background-color 0.5s, border 0.5s;
    padding: 8px 16px;
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

.video_wrapper .video-btn:hover {
    background-color: #fff;
    color: #000;
}

@media screen and (max-width: 600px) {

    .head * {
        display: block;
        max-height: 3em;
    }

    .main-container > .content > div {
        display: block;
    }

    .main-container > .content {
        flex-direction:column;
    }

    .password-reset-request-panel {
        padding: 0em 1em 1em 1em;
        border-right: none;
        border-bottom:1px solid #ccc;
        max-width:100%;
    }

    .login-panel {
        padding: 0em 1em 1em 1em;
        border-right: none;
        border-bottom:1px solid #ccc;
        max-width:100%;
    }

    .main-info-panel {
        padding: 0em 1em 1em 1em;
        border-right: none;
        border-bottom:1px solid #ccc;
        text-align: justify;
        max-width:85%;
    }

    .info-panel {
      max-width:100%;
    }

    .bluebox {
        font-size:100%;
    }
}
