/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

object {
  width: 60%;
  margin-bottom: 1em;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px 'Open Sans', 'Helvetica Neue', Helvetica, 'Segoe UI', Verdana, Arial, sans-serif;
}

.main-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
/*  align-items: center; */
    align-items: start;
    height: 100vh;
}

.login-container {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex:  1 0 auto;
    -webkit-flex:  1 0 auto;
    -ms-flex:  1 0 auto;
    flex:  0 1 auto;
    min-width: 0;
    background-color: rgba(255, 255, 255, .8);
    padding: 2em;
    margin: 2em;
/*  text-align: center; */
    text-align: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

label {
    display: block;
    text-align: left;
    margin-top: .5em;
}

input.password, input.username {
    width: 96%;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, 'Segoe UI', Verdana, Arial, sans-serif;
    padding: 1% 2%;
    margin: .5em 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #6ABC45;
    background-color: white;
    transition: .2s ease background-color;
    -ms-transition: .2s ease background-color;
    -moz-transition: .2s ease background-color;
    -webkit-transition: .2s ease background-color;
    -o-transition: .2s ease background-color;
}

input.password:focus, input.username:focus {
    background-color: #EEFCE9;
    outline: none;
}

.button {
    display: block;
    text-align: center;
    background-color: #6ABC45;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none;
    color: white;
    margin: 1em auto 0 auto;
    padding: .5em 1em;
    transition: .2s ease background-color;
    -ms-transition: .2s ease background-color;
    -moz-transition: .2s ease background-color;
    -webkit-transition: .2s ease background-color;
    -o-transition: .2s ease background-color;
    
}

.button:hover {
    background-color: #5CA23C;
}

a.forgot {
    text-decoration: none;
    color: black;
}

#slideshow, img.bgM {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index:-9999;
}
