﻿p {
  color: #313b4b;
  font-weight: 400;
  font: "Ubuntu", sans-serif;
  font-size: 15px; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px;
  text-align: center;
  font-style: italic; }

p.bold {
  font-weight: bold; }

#avatarUsername {
  color: white;
  font-size: 17px;
  text-align: center;
  width: 30px; }

.textLeft {
  text-align: left; }

.textCenter {
  text-align: center; }

.textRight {
  text-align: right; }
  .textRight a {
    float: right; }

.loginError {
  color: #FF6262;
  font-size: 15px;
  text-align: center;
  margin: 0px 0px 10px 0px; }

#loginHeader {
  text-align: center;
  font-size: 25px;
  margin: 0px; }

#loginBox {
  background: white;
  border-radius: 10px;
  width: 340px;
  height: auto;
  position: absolute;
  top: 20%;
  left: calc(50% - 170px);
  padding: 20px 20px;
  text-align: center;
  opacity: 1;
  animation: fadeInDown 4s cubic-bezier(0.19, 1, 0.22, 1) both;
  transition: box-shadow 0.2s cubic-bezier(0.19, 1, 0.22, 1); }

@keyframes fadeInDown {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0.3;
    transform: translateY(-5%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes blur {
  from {
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  to {
    -webkit-filter: blur(5px);
    filter: blur(5px); } }

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  to {
    -webkit-filter: blur(5px);
    filter: blur(5px); } }

#loginBox:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16); }

#backgroundImage {
  background: url("../../Resources/Images/loginBackground/stethoscope.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: -2;
  animation: blur 0.5s ease-in both;
  opacity: 0.6; }

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

#tint {
  background-color: #2f005a;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: -1; }

#noHeight {
  height: 0px; }

#bigLogoContainer {
  position: fixed;
  top: 0;
  left: 0;
  height: 480px;
  width: 480px;
  margin-top: -200px;
  /*No CSS3*/
  background-color: #fff;
  background: -webkit-linear-gradient(150deg, white, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(150deg, white, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(150deg, white, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 0));
  background: linear-gradient(150deg, white, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 0));
  /*Yay CSS3*/
  background: -webkit-linear-gradient(150deg, white, 85%, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(150deg, white, 85%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(150deg, white, 85%, rgba(255, 255, 255, 0));
  background: linear-gradient(150deg, white, 85%, rgba(255, 255, 255, 0));
  border-bottom-right-radius: 400px;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#bigLogo {
  height: 210px;
  margin-top: 220px;
  margin-left: 50px; }

/* remove yellow background of autofill on forms for chrome */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.loginField {
  width: 100%;
  height: 40px;
  border: 1px solid #313b4b;
  transition: border 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  margin-bottom: 10px;
  padding: 1px 0px;
  border-radius: 5px; }
  .loginField input:focus {
    outline: none; }

.loginFocus {
  border: 1px solid #2f005a; }

.loginField:hover {
  border: 1px solid #2f005a; }

.loginIcon {
  fill: #313b4b;
  height: 20px;
  width: 20px;
  margin: 8px 5px 8px 8px; }

input[type=text], input[type=password] {
  padding: 0px;
  inset: none;
  border: none; }

input[type=submit] {
  width: 100%; }

.loginInput {
  width: 80%;
  height: 100%;
  max-height: 100%;
  float: right;
  margin-right: 20px; }

.loginButton {
  background-color: #2f005a;
  radius: 5px;
  color: white;
  height: 40px;
  width: auto;
  font-size: 15px;
  border: none;
  border-radius: 5px; }

#ctl00_ContentPlaceHolder1_Login1_LoginButton, #ctl00_ContentPlaceHolder1_PasswordRecovery1_UserNameContainerID_btnSubmit {
  height: 100%;
  width: 100%; }

#forgotPassword a {
  color: #313b4b;
  transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none; }

#forgotPassword a:hover {
  color: #2f005a; }

#footerLogin {
  position: absolute;
  bottom: 0px;
  height: auto;
  width: 100%;
  opacity: 2; }
  #footerLogin .row {
    margin-bottom: 10px; }
  #footerLogin p, #footerLogin a {
    color: white; }

#transparentFooter {
  opacity: 0.5;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: auto;
  width: 100%;
  height: 90px;
  background-color: #313b4b; }

p.error {
  padding: 0px 0px 5px 0px;
  color: #FF6262;
  display: none;
  margin-top: -5px; }

.errorOutline {
  border: 1px solid #FF6262 !important; }

a#login {
  position: absolute;
  color: black;
  top: 50%;
  left: 50%;
  font-size: 40px; }

@media screen and (max-width: 1025px) {
  #bigLogoContainer {
    height: 300px;
    width: 340px;
    margin-top: -100px; }
  #bigLogo {
    width: 253px;
    margin-top: 125px; } }
