﻿/*Button Colors*/
/*Font Sizes*/
.cloudBackground {
  background: url('../Images/background.png') repeat center center fixed;
  background-size: cover;
  background-color: #fbfbfb;
}
body {
  background: url('../Images/background.png') repeat center center fixed;
  background-size: cover;
  background-color: #fbfbfb;
  padding-top: 0 !important;
}
.login-row {
  bottom: 0;
  height: 325px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
}
.password-row {
  height: 420px;
}
.login-top-bar {
  position: relative;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #2f2f2f;
  text-align: center;
  border-left: 1px solid #252525;
  border-top: 1px solid #252525;
  border-right: 1px solid #252525;
  background-image: url('../Images/login-header.jpg');
  background-size: cover;
  /* <------ */
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.login-top-bar span {
  font-size: 32px;
  color: #d1d1d1;
  position: absolute;
  bottom: 12px;
  left: 78px;
}
.login-top-bar .oil-drop {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: inline-block;
  background-image: url('../Images/medlogo.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 55px;
  height: 100px;
}
.login-bottom-bar {
  text-align: center;
  padding-top: 4px;
  width: 100%;
  background-color: #eeeeee;
  margin: 0px;
  border: 1px solid #252525;
  font-size: 14px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.login-bottom-bar legend {
  font-size: 22px;
  font-weight: bold;
}
.loginPage .login-bottom-bar .loginBottomBarContent li {
  padding-top: 8px;
  float: left;
  clear: both;
  padding-left: 100px;
}
.password-row .login-bottom-bar .loginBottomBarContent li {
  padding-top: 8px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../Images/trans-loading.gif") 50% 50% no-repeat;
}
body.loading {
  overflow: hidden;
}
body.loading .modal {
  display: block;
}
.valid {
  color: red;
}
.success,
.error {
  width: inherit !important;
  text-align: center !important;
  padding: 5px;
  margin-bottom: 5px;
  line-height: 130%;
  clear: both;
}
.success {
  color: green !important;
}
.error {
  color: red !important;
}
.login-bottom-bar input[type=text],
.login-bottom-bar input[type=password],
.login-bottom-bar select {
  height: 20px;
  padding: 5px 5px 5px 30px;
  border: 1px solid #dadada;
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
}
.login-bottom-bar select {
  height: 32px;
  margin-bottom: 8px;
}
select::-ms-expand {
  display: none;
}
.login-bottom-bar label {
  display: inline-block;
  color: #212121;
  font-size: 14px;
  width: 150px;
  text-align: right;
}
.login-bottom-bar input.userid:focus,
.login-bottom-bar input.password:focus,
.login-bottom-bar select:focus {
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;
}
.login-bottom-bar .userid,
.login-bottom-bar .user {
  background: url('../Icons/loginUser.png') no-repeat scroll 7px 7px;
  width: 110px;
}
.login-bottom-bar .userid {
  background-color: white;
}
.login-bottom-bar .password,
.login-bottom-bar .currpassword,
.login-bottom-bar .newpassword,
.login-bottom-bar .confnewpassword {
  background: url('../Icons/loginPass.png') no-repeat scroll 7px 7px;
  background-color: white;
  width: 110px;
}
.login-bottom-bar select {
  background: url('../Icons/datasource.png') no-repeat scroll 8px 7px;
  background-color: white;
  width: 147px;
}
.login-bottom-bar .submitButton {
  width: 140px;
  padding: 5px 30px;
  border: none;
  font-size: 14px;
  background-color: #007cc5;
  color: white;
  text-align: center;
  height: 30px;
  -webkit-appearance: none;
  border-radius: 0;
}
.login-bottom-bar .submitButton:hover {
  background-color: #005ea7;
  cursor: pointer;
}
.login-bottom-bar .validation-summary-errors li {
  text-align: left;
  margin-top: -8px;
  padding-bottom: 8px;
  color: red;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 760px) {
  body {
    overflow-y: hidden;
  }
  .login-row {
    margin-top: 70px;
    width: 300px;
    height: auto;
  }
  .login-top-bar {
    height: 100px;
  }
  .login-top-bar span {
    font-size: 20px;
    left: 60px;
  }
  .login-top-bar .oil-drop {
    width: 44px;
    height: 80px;
  }
  .login-bottom-bar label {
    display: block;
    width: 100%;
    text-align: center !important;
  }
}