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: scroll;
    -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: url(../images/sign-in-bg.png) no-repeat top left;
  background-size: cover;
  font-family: "Montserrat", serif;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 5.5rem;
  margin-top: -1px;
      height: 100%;
}

#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')";
    border-radius:25px;
}

#blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(7px);
    filter: inherit !important;
    filter: none !important;
    overflow: hidden;
    z-index: -1;
}

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

#loginBox {
  box-shadow: none;
  mix-blend-mode: normal;
  isolation: isolate;
  padding: 1em;
  padding-bottom: 1em;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 15%;
  margin: 0 auto;
  max-width: 506px;
  background: #fff;
  padding: 30px 30px 55px 30px;
  /* margin-top: 6rem; */
  border-radius: 24px;
  margin-left: -16rem;
}

#loginBox:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    border-radius: 25px;
    z-index: -1;
    mix-blend-mode: normal;
    border: none;
}
/* 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:220px;
    margin:0 auto;
}

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

fieldset input {
    display:block;
    margin-bottom:1em;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,0.3);
    background: white;
    background: rgba(255, 255, 255, 0.5);
    padding:2px 4px;
    width: 100%;
}

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 {
    cursor: pointer;
    display:inline-block;
    vertical-align:bottom;
    height:24px;
    line-height: 22px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.25) inset;
    padding:2px 11px;
    color: #555;
    background-color: #f0f0f0;
    background-color: rgba(0,0,0,0.02);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: inherit;
    font-size: 0.8em;
    text-decoration: none;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
-webkit-transition: opacity 0.1s ease, background-color 0.1s ease, box-shadow 0.1s ease, color 0.1s ease, background 0.1s ease;
        transition: opacity 0.1s ease, background-color 0.1s ease, box-shadow 0.1s ease, color 0.1s ease, background 0.1s ease;
}
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 {
    font-weight: bold;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.45) inset;
    background-color: rgba(0,0,0,0.07);
}

button[type=submit]:hover, input[type=submit]:hover, input[type=submit]:active {
  color: white;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.7) inset;
  background-color: #888;
  background-color: rgba(0, 0, 0, 0.5);
}

input.submit:hover, input.submit:active {
    background-position:bottom left;
}

#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] {
    border-radius: 4px;
    padding: 5px;
    font-size: 0.75em;
}
.hidden {
    display: none;
}
.login-main {
  display: flex;
  font-family: "Montserrat", serif;
  color:#646464;
}
.login-main .login-lft, .login-main .login-rt {
  text-align: center;
}
.login-main .login-lft h4 {
  font-weight: 700;
      font-size: 24px;
      line-height: 35px;
      margin-top: 1.5rem;
      margin-bottom: 0px;
}
.login-main .login-lft p {
  font-size: 16px;
  font-weight: 500;
  color: #A5A5A5;
      margin-bottom: 30px;
}
.login-main .login-rt h3#login-message {
  font-size: 16px;
  font-weight: 700;
  color: #1C1C1C;
    margin-top: 0.5rem;
}
.login-main .login-rt input[type=text], .login-main .login-rt input[type=password] {
  font-family: "Montserrat", serif;
    border-radius: 0;
    padding: 0 25px;
    font-size: 12px;
    background: #F2F2F2;
    border: none;
    height: 45px;
    color: #1C1C1C !important;
    font-weight: 500;
}
.login-main .login-rt input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.login-main fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.login-main .login-rt {
  padding-left: 30px;
  padding-right: 30px;
}
.login-main .login-rt button[type=submit], .login-main .login-rt input[type="submit"],
.login-main .login-rt .primary.button {
    font-weight: normal !important;
    box-shadow: none !important;
    background-color: #0D6EFD !important;
    color: #fff !important;
    font-size: 18px !important;
    height: 47px !important;
    border-radius: 6px !important;
    width: 100% !important;
}

.login-main h3, .login-main .banner {
  text-align: left;
}
.login-main form {
    width: initial;
    margin: initial;
}
.login-main #logo a img {
    max-height: 80px;
}
.login-main .external-auth {
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
}
.login-main .external-auth-box {
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid #1C1C1C;
  height: 47px;
  line-height: 34px;
  text-align: center;
}
.login-main .external-auth-name {
  color: #333;
  width: 100px;
  padding: 5px 10px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -2px;
}
.login-main .external-auth-icon {
    border-right: none;
  background: url(../images/icon-google.png) no-repeat top left;
  width: 29px;
  height: 30px;
  border: none;
  padding: 0;
  position: relative;
  top: 6px;
}
.login-main .external-auth-icon .icon-signin {
  display: none;
}
.login-main input:-internal-autofill-selected {
  font-family: "Montserrat", serif;
    background-image: none !important;
    background-color: #f2f2f2 !important;
}
.login-main hr {
    margin: 20px 0;
    border: none;
    height: 0;
    border-bottom: 1px solid #9EC5FE;
}
#loginBody #company .content {
    border-radius: 10px;
    background-color: initial;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    padding: 0 15px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    color: #2E2947;
}
#poweredBy {
  display: none;
}
