﻿#pageContent {
    background: url('/images/bkginlogg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}

input {
    height: 64px;
    outline: none;
    padding-left: 32px;
}

.inlineLogo {
    position: absolute;
    line-height: 64px;
}

.text-accent {
    color: #BCD7E0
}

.bg-accent {
    background-color: #BCD7E0;
}

.bg-accent-darker {
    background-color: #68919E;
}

#submitBtn {
    margin-top: 64px;
    margin-bottom: 32px;
   /* border-top: 1px dashed #68919E;*/
}

    #submitBtn button {
        margin-top: -28px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7644a+0,e73827+100 */
        background: rgb(104,145,158); /* Old browsers */
        background: -moz-linear-gradient(-45deg, rgba(104,145,158,1) 0%, rgba(188,215,224,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, rgba(104,145,158,1) 0%,rgba(188,215,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg,rgba(104,145,158,1) 0%rgba(188,215,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68919E', endColorstr='#68919E',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }

.maxWidth320 {
    max-width: 320px;
    margin: 0 auto;
}
