﻿/*
    For newer myview styles e.g. logos
    + reskinning asp pages.

    (because vwpstyle and layoutframework are too fat already)
*/
.myview-brandmark-inverted {
  display: flex;
  margin-bottom: 40px;
}
.myview-brandmark-inverted > .myview-login-logo {
  width: 50px;
  margin-right: 15px;
}
.myview-brandmark-inverted > .myview-login-logo::before {
  content: "";
  height: 48px;
  width: 48px;
  position: absolute;
  background: url(../Images/MyViewLogo/LogoInverted_49x49.png) no-repeat center;
}
.myview-brandmark-inverted > .myview-login-title {
  font-size: 46px;
  line-height: 46px;
  white-space: nowrap;
  margin-left: 0px;
  color: #ffffff;
}
.myview-brandmark-normal {
  display: flex;
  margin-bottom: 40px;
}
.myview-brandmark-normal > .myview-login-logo {
  width: 50px;
  margin-right: 15px;
}
.myview-brandmark-normal > .myview-login-logo::before {
  content: "";
  height: 48px;
  width: 48px;
  position: absolute;
  background: url(../Images/MyViewLogo/Logo_49x49.png) no-repeat center;
}
.myview-brandmark-normal > .myview-login-title {
  font-size: 46px;
  line-height: 46px;
  white-space: nowrap;
  margin-left: 0px;
  color: #263d4c;
}
.button-div {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.flat-ui-button {
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  font-size: 15px;
  border: none;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0 0 2px 0;
}
.flat-ui-button.blue {
  background-color: #1c97bf;
  color: #FFFFFF;
}
.flat-ui-button.blue:hover {
  background-color: #bbdbea;
  color: #1c97bf;
  border: 1px solid #1c97bf;
}
.flat-ui-button.blue:disabled {
  background-color: #c0dbe8;
  border-color: #c0dbe8;
  color: #ffffff;
}
.flat-ui-button.white {
  background-color: #FFFFFF;
  color: #1c97bf;
}
.flat-ui-button.white:hover {
  background-color: #bbdbea;
}
.flat-ui-button:hover {
  padding: 0;
}
.flat-ui-button:focus {
  outline: none;
}
.flat-ui-button.auto-width {
  padding: 1px 15px;
}
.flat-ui-button.auto-width:hover {
  padding: 0 14px;
}
.controlLabel {
  width: 185px;
  background-color: #ebf1f2;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  color: #5c6466;
  display: inline-block;
  text-align: right;
  padding-right: 5px;
}
#aspnetForm .controlLabel + input[type='text'],
#aspnetForm .controlLabel + input[type='password'] {
  margin-top: -2px;
}
#aspnetForm input[type='text'],
#loginForm input[type='text'],
#aspnetForm input[type='password'],
#loginForm input[type='password'] {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  padding-left: 5px;
  box-sizing: border-box;
  display: inline-block;
  width: 315px;
  border: solid 1px #cdd3d9;
  height: 35px;
  line-height: 35px;
}