/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

select {
    text-transform: none
}

button,html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

ul {
    margin: 0px;
    padding: 0px
}

p {
    margin: 0px
}

html,body {
    height: 100%;
    width: 100%
}

textarea:focus,input:focus {
    outline: none
}

body {
    font-family: Roboto, 'Arial';
    font-weight: 400
}

img {
    max-height: 100%;
    width: auto
}

#bg {
    background: url("../img/bg/rainbrain.jpg") center;
    background-size: cover;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#bg::before {
    content: '';
    background-color: rgba(0,32,67,0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

@media (max-width: 900px) {
    #bg {
        overflow:auto;
        position: relative;
        min-height: 640px
    }
}

#main-container {
    margin: 0 auto;
    height: 100%;
    text-align: center;
    position: relative
}

header {
    text-align: center;
    height: 40%
}

#rainbrain-logo {
    display: inline-block;
    height: 100%
}

#rainbrain-logo img {
    height: 60%;
    text-align: center;
    margin: 20% 0;
    display: inline-block
}

@media (max-width: 1400px) {
    #rainbrain-logo img {
        height:80%;
        margin: 10% 0 10%
    }
}

#content {
    margin: 0 auto;
    box-sizing: border-box
}

@media (max-width: 330px) {
    #content {
        padding:0 20px
    }
}

input {
    box-sizing: border-box;
    letter-spacing: 2px;
    font-size: 15px
}

input[type=text],input[type=password] {
    width: 305px;
    padding: 16px 22px 14px;
    color: #002043;
    border: none;
    margin-bottom: 20px
}

@media (max-width: 330px) {
    input[type=text],input[type=password] {
        width:100%
    }
}

input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder {
    color: #002043
}

input[type=text]:-moz-placeholder,input[type=password]:-moz-placeholder {
    color: #002043
}

input[type=text]::-moz-placeholder,input[type=password]::-moz-placeholder {
    color: #002043
}

input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder {
    color: #002043
}

input[type=submit] {
    padding: 15px 45px 12px;
    color: white;
    border: 2px solid white;
    background: none;
    margin-top: 20px;
    font-family: Lato-Bold, 'Arial';
    font-weight: 700;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

input[type=submit]:hover {
    background-color: white;
    color: #002043
}

.message {
    margin: 0 0 20px;
    padding: 15px 35px;
    display: inline-block
}

.message.error {
    color: white;
    background-color: #e83e3e;
}

.message.note {
    color: white;
    background-color: #002043
}

.info {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 20px
}

@media (max-width: 900px) {
    .info {
        position:relative;
        margin: 40px 0 0
    }
}

.info a {
    text-decoration: underline;
    color: white
}

#enviro {
    z-index: 1000;
    height: 100%;
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    border: none
}

/*# sourceMappingURL=stylesheet.css.map */
