html * {
  font-family: "Times New Roman", Times, serif !important;
}

.header {
    width: 100%;
    margin: 0;
    border-top: 1px solid #293546;
    border-bottom: 1px solid #3B4C65;
    background-color: #293546;
    background: -moz-linear-gradient(top,#293546,#3B4C65);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#293546), color-stop(100%,#3B4C65));
    background: -webkit-linear-gradient(top, #293546 0,#3B4C65 100%);
    background: -o-linear-gradient(top, #293546 0,#3B4C65 100%);
    background: -ms-linear-gradient(top, #293546 0,#3B4C65 100%);
    background: linear-gradient(top, #293546 0,#3B4C65 100%);
    text-align: center;
    z-index: 99;
    position: fixed;
    padding-top: 1px;
    padding-bottom: 1px;
    box-shadow: inset 0 1px #293546, 2px 0 4px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.2);
}

.bgImage {
  background: url("../images/operations_login_bg.png") no-repeat center center fixed;
  background-size:100% 100%;
  margin: 0;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

.isClickable {
  cursor: pointer;
}

.leftContainer,
.rightContainer {
  width: 50%;
  float: left;
  text-align: center;
  color: #fff;
}

.rightContainer {
  padding-top: 75px;
}

.goWebSiteButton,
.loginButton {
  font-family: sans-serif !important;
  color: #fff;
  font-size: 18px;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.7);
  border: 0px;
  cursor: pointer;
  padding: 10px;
  margin-top: 100px;
  outline: none;
}

.goWebSiteButton {
  background-color: #2e6ec9;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}

.loginButton {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.goWebSiteButton:hover {
  background-color: #0b479e;
}

.loginButton:hover {
  background-color: #068b06;
}

.inputContainer {
  color: #fff;
  margin-top: 50px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  margin-left:0;
  margin-right:0;
}

.inputContainer > input {
  background-color: transparent;
  border: 0;
  color: #fff;
  outline: none;
  font-size: larger;
}

#text1{
  font-size: 30px;
  word-spacing: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #bdbdbd;
}

#text2{
  font-size: 36px;
  word-spacing: 3px;
  letter-spacing: 1px;
  font-weight: 600;
  color:#fff;
}

#text3{
  color:#bdbdbd;
  word-spacing: 2px;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 600;
}

.loginLogo {
    margin: 2px auto 3px;
    width: 135px;
    height: 35px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: "color 9999s ease-out, background-color 9999s ease-out";
    transition-delay: 9999s;
}

.footer-logo {
    vertical-align: middle;
    padding-top: 50px;
    margin: 0;
    bottom: 20px;
    position: relative;
    width: 100%;
    text-align: center;
}

.container {
    height: -moz-calc(100vh - (42px));
    height: -webkit-calc(100vh - (42px));
    height: calc(100vh - (42px));
}

@media (max-width: 575.98px) {

    .offset-md-2 {
        margin-left: unset !important;
    }

    .col-xs{
        width:100% !important;
    }

    .goWebSiteButton {
        margin-bottom: 100px;
    }

}

