﻿@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
}

*, h1, h2, h3, h4, h5, h6 {
    font-family: OpenSans-Regular, fontawesome-webfont;
    box-sizing: border-box;
}

.logocontainer {
        position:fixed;
        height: 90px;
        width: 100%;
        z-index: 30;
        top: 0;        
        text-align: center;
    }

img {
    max-width: 100%;
    height: 100%;
    width: auto;
}

.box {
    color: black;
    height: auto;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.box-header {
    display: block;
    padding: 10px;
}

.login-box {
    height: 500px;
    min-width: 340px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.container {
    height: 100%;
}


.info {
    margin-top: 10%;
    font-size: 16px;
}

.info-sm{
    font-size: 16px;
}

.organization-name {
    font-size: 20px;
}

.logo {
    margin-top: 20px;
    height: 120px;
}

.inline-block {
    display: inline-block;
}

.formControl{
  display: inline;
  width: 50%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.formControl:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.footer-text{
    text-align:center;
    min-width: 340px;
    font-size: 12px;
    font-weight:bold;
}
/*.container .panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 70%;
    height: auto;
}*/
