input:focus {
    border: 1px solid orange;
    box-shadow: 0 0 4px orange;
    outline: none;
}

:-webkit-input-placeholder {
    color:#888;
    font-style:italic;
}

:-moz-placeholder {
    color:#888;
    font-style:italic;
}

html {
    height:100%;
    font-size: 100%;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing:antialiased;
    font-size: 16px;
    font-smoothing:antialiased;
    height:100%;
    line-height: 1.5em;
    margin: 0;
    text-align: center;
}

#brickwall {
    background-image: url(../logo.php?backdrop);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#background-compat {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 165, 0, 0.7);
}
#background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(../logo.php?backdrop);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-attachment: fixed;
    mix-blend-mode: normal;
    filter:"progid:DXImageTransform.Microsoft.Blur(PixelRadius='6')";
    -ms-filter:"progid:DXImageTransform.Microsoft.Blur(PixelRadius='6')";
}

#blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(7px);
    filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='5'%20/></filter></svg>#blur");
    filter: blur(7px);
    overflow: hidden;
    z-index: -1;
}

body, input {
    font-family: helvetica, arial, sans-serif;
    color: #000;
}

#loginBox {
 position: absolute;
 left: 8vw;
 top: 35vh;
 background-color: rgba(0, 0, 0, 0.15);
 min-width: 20vw;
 width: 20vw;
 max-width: 20vw;
 min-height: 17vh;
 padding-bottom: 1vh;
 border-radius: 15px;
 border-top: 2px solid #ff0000;
 color: #ffffff;
 box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


/* IE 9-10 */
@media screen\0 {
    #loginBox:after {
        background-color: white;
    }
}

h1 {
    margin:0;
}

#logo a {
    display:block;
    text-decoration:none;
    height: 100px;
}

#logo a img {
    max-height:66px;
    max-width: 300px;
    height: auto;
    width: auto;
    vertical-align: middle;
    outline: none;
    border: none;
}
.valign-helper {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

h3 {
    margin:1em 0;
    text-align:center;
    font-size:0.8em;
    font-weight:normal;
    color:#d00;
}

form {
	width: 75%;
    margin:0 auto;
}

fieldset {
    border:none;
    margin:0.25em;
    padding:0;
}

fieldset input {
 padding: 1vh 1vw;
 box-sizing: border-box;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
 border: none;
 border-bottom: 2px solid #04AA6D;
 border-radius: 0px;
 margin-bottom: 1vh;
}

hr {
    margin: 20px;
    border: none;
    height: 0;
    border-bottom: 1px solid #eee;
}

div.banner {
    color: #666;
    line-height: 1.2em;
}
div.banner:not(:empty) {
    margin-bottom: 1em;
}

* {
    box-sizing: border-box;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
.action-button,
.button {
 display: inline-block;
 min-width: 15vw;
 width: 15vw;
 padding-left: 1vw;
 padding-right: 1vw;
 background-color: #04AA6D;
 border: none;
 color: white;
 text-decoration: none;
 line-height: 4vh;
 cursor: pointer;
 border-radius: 15px;
}
input[type="submit"] i,
input[type="reset"] i,
input[type="button"] i,
.action-button i,
.button i {
  margin-right: 0.1em;
}

.button:hover {
  text-decoration: none;
}

button[type=submit], input[type="submit"], .primary.button {
 display: inline-block;
 min-width: 15vw;
 width: 15vw;
 padding-left: 1vw;
 padding-right: 1vw;
 background-color: #04AA6D;
 border: none;
 color: white;
 text-decoration: none;
 line-height: 4vh;
 cursor: pointer;
 border-radius: 15px;
}

button[type=submit]:hover, input[type=submit]:hover, input[type=submit]:active {
.action-button,
.button {
 display: inline-block;
 min-width: 15vw;
 width: 15vw;
 padding-left: 1vw;
 padding-right: 1vw;
 background-color: #04AA6D;
 border: none;
 color: white;
 text-decoration: none;
 line-height: 4vh;
 cursor: pointer;
 border-radius: 15px;
}

h3 {
	color: #ffffff!important;
}

a {
	color: #ffffff!important;
}

#login-message h3 {
 position: absolute;
 right: 8vw;
 top: 30vh;
 color: #ffffff;
 font-size: 5vw;
 text-transform: uppercase;
}

input.submit:hover, input.submit:active {
}

#poweredBy {
    font-size:0.8em;
    color:#ccc;
    padding:5px 15px;
    text-align:center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    box-shadow: inset 0 0 3px white, 0 0 2px black, inset 0 0 4px black;
    text-shadow: 0 0 2px black;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.3)
}

#poweredBy a {
    color:inherit;
}

#poweredBy .osticket-logo {
    height: auto;
    width: 55px;
    vertical-align: baseline;
    border: none;
    -webkit-filter: drop-shadow(0 0 4px black);
    filter: drop-shadow(0 0 4px black);
    ms-filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444');
    filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444');
}

#company {
    position:absolute;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    bottom: -40px;
    font-size: 0.8em;
    color: #ccc;
    text-align: center;
}

#company .content {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
    text-shadow: 0 0 2px black;
    display: inline-block;
    padding: 0 15px;
    color: white;
}

.external-auth {
    display:inline-block;
    margin-bottom: 4px;
}
.external-auth + .external-auth {
    margin-top: 4px;
}

a.external-sign-in {
    text-decoration: none;
}
.external-auth-box {
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #777;
}
.external-auth-icon {
    display: inline-block;
    color: #333;
    width: 30px;
    padding: 5px 10px;
    border-right: 1px solid #ddd;
}
.external-auth-name {
    color: #333;
    width: 100px;
    padding: 5px 10px;
    line-height:30px;
    font-size: 11pt;
}
img.sign-in-image {
    border: none;
    max-height: 40px;
    max-width: 200px;
    width: auto;
    height: auto;
}

input[type=text],
input[type=password] {
 padding: 1vh 1vw;
 box-sizing: border-box;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
 border: none;
 border-bottom: 2px solid #04AA6D;
 border-radius: 0px;
}
.hidden {
    display: none;
}
