/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body {
            display: block;
            margin: 8px;
            font-family: Open Sans, Open Sans, Arial, sans-serif;
            font-weight: 300;
            font-size: 14px;
            min-width: 600px;
            color: white;
        }
        
                #logo {
            padding: 15px;
            padding-bottom: 0px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 55px;
        }
        #logosize {
            display: inline-block;
        }
        .messageCell {
            padding: 20px;
            color: white;
            background-color: rgba(255,255,255,0.25);
            font-size: 1.25em;
            width: 100%;
            margin-top: 1.25em;
            font-family: 'Open Sans', 'Open Sans', Arial, sans-serif;
        }
        .messageCell h4 {
            display: none;
        }
        .message {
            margin-top: 2em;
        }
        
        #bg {
            position: fixed; 
            top: -50%; 
            left: -50%; 
            width: 200%; 
            height: 200%;
        }
        #bg img {
            position: absolute; 
            top: 0; 
            left: 0; 
            right: 0; 
            bottom: 0; 
            margin: auto; 
            min-width: 50%;
            min-height: 50%;
        }
        .form-control:focus {
        	-webkit-box-shadow: none;
        	box-shadow: none;
        }
        #content {
            min-width: 280px;
            max-width: 390px;
            margin-left: auto;
            margin-right: auto;
            top: 100px;
            position: relative;
            bottom: -55px;
        }
        #login > form {
        	text-align: center;
        }
        #access-request {
        	position: relative;
        	top: 50px;
        	font-size: 12px;
        	text-align: center;
        }
        .inputs {
            margin-bottom: 10px;
            background-color: white;
            border: 1px solid #ccc;
            padding: 0px;
            height: 40px;
            border-radius: 4px;
        }
        #button {
            margin-top: 1em;
            margin-bottom: 5px;
            color: #fff;
            background-color: #92b5c8;
            border-color: #357ebd;
            text-align: center;
            vertical-align: middle;
            background-image: none;
            border: 1px solid transparent;
            white-space: nowrap;
            padding: 0px;
            font-size: 1em;
            font-family: 'Open Sans',sans-serif;
            font-weight: 300;
            line-height: 1.42857143;
            border-radius: 2px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }
        #title {
            font-size: 30px;
            color: #066aa2;
            font-weight: lighter;
            margin-bottom: 20px;
        }
        .messageCell {
            padding: 20px;
            color: white;
            background-color: rgba(255,255,255,0.25);
            font-size: 1.25em;
            width: 100%;
            margin-top: 1.25em;
            font-family: 'Open Sans', 'Open Sans', Arial, sans-serif;
        }
        .messageCell h4 {
            display: none;
        }
        .message {
            margin-top: 2em;
        }
        #button input:hover {
            background-color: #3276b1;
            border-color: #285e8e;
            cursor: pointer;
        }
        #button input {
            width: 100%; */
            margin-top: 15px;
            color: #fff;
            background-color: #92b5c8;
            padding: 10px 12px;
            border-color: #357ebd;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            background-image: none;
            border: 1px solid transparent;
            white-space: nowrap;
            font-size: 16px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 300;
            line-height: 1.42857143;
            border-radius: 2px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }
        svg {
            position: relative;
            float: left;
            bottom: 5px;
            left: -8px;
            opacity: 0.4;
        }
        #login {
            padding-left: 1em;
            padding-right: 1em;
            margin-bottom: 10px;
            margin-left: auto;
            margin-right: auto;
        }
        .form-control {
            -webkit-appearance: none;
            font-size: 1em;
            outline-width: 0px;
            width: 100%;
            padding: 0px;
            box-shadow: none;
            height: 24px;
            margin-top: 8px;
            outline: none;
            border: none;
        }
        a {
            font-family: 'Open Sans', 'Open Sans', Arial, sans-serif;
            color: white;
            position: relative;
            top: 16px;
        }
        a:hover {
            font-weight: normal;
            font-family: 'Open Sans', 'Open Sans', Arial, sans-serif;
            color: white;
        }
        .glyphicon {
            font-size: 24px;
            position: relative;
            color: lightgrey;
            top: 8px;
        }
        #content .btn {
            background-color: #92b5c8;
            font-family: Open Sans, Open Sans, Arial, sans-serif;
            font-size: 18px;
            color: white;
            width: 100%;
            border: solid 1px #92b5c8;
        }
        #content .btn a, #content .btn input {
            font-family: Open Sans, Open Sans, Arial, sans-serif;
            color: white;
            font-size: 18px;
            text-decoration: none;
            display: block;
            padding: 10px;
        }
        #content .btn:hover {
            background-color: #357ebd;
        }