body {
    background-image: url(/static/splashscreen/background.jpg);
    background-repeat: repeat;
    background-position: center center;
    padding: 0;
    margin: 0;
    overflow: auto;
    background-color: #fff !important;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

#loading-parent {
    position: absolute;
    z-index: 20001;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #9E9E9E;
    padding: 0;
    margin: 0;
    background: url('/static/splashscreen/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#loading-child {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 33%;
    left: 25%;
    width: 50%;
    height: 290px;
    min-width: 400px;
    border: solid 0px red;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/static/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/static/fonts/glyphicons-halflings-regular.woff') format('woff');
}

.bottom-logo {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.top-logo {
    position: absolute;
    top: 30px;
    left: 40px;
}

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: -25px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #999; 
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: 56px !important;
    border-radius: 0px !important;
    box-sizing: border-box;
}

.form-control::placeholder {
    color: #999; 
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

center {
    width: 345px;
    display: inline-block;
    background-color: #fff;
    padding: 0% 3%;
}

.submit-button {
    width: 100%;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #283583;
    border-color: #283583;
}

.submit-button:focus {
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.form-group {
    margin-bottom: 15px;
}
.inputgroup {
    padding: 0% 4%;
    margin-left: -15px;
    width: 100%;
}
.inputgroup .glyphicon {
    color: #ccc;
    font-size: 30px;
    margin-right: 30px;
}

.pull-right {
    float: right !important;
}

.errors {
    padding-bottom: 10px;
    color: #e50000;
    text-align: left;
}
