﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,100);
@font-face {
  font-family: ProductSans;
  src: url("../fonts/ProductSans/ProductSans-Regular.ttf");
}

body {
  /*background: url(https://dl.dropboxusercontent.com/u/23299152/Wallpapers/wallpaper-22705.jpg) no-repeat center center fixed;*/ 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: ProductSans, 'open sans', arial, sans-serif !important;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  letter-spacing: 1px;
}

.login-container
{
  height:100vh;
  background: linear-gradient(rgba(225,179,130,0.7),rgba(225,179,130,0.7)), url('../images/bvm-front.jpg');  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.login-container #Panel1,
.login-container #Panel2,
.login-container #Panel3,
.login-container #Panel4
{
  height: inherit;
}

.login-card {
  padding: 40px;
  width: 274px;
  
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color: #e1b382;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  border:25px solid #1a4049;
}

.login-card h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}

/* .login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
  top: 0px;
  left: -1px;
  background-color: #1a4049;
  font-family: ProductSans, 'open sans', arial, sans-serif !important;

} */

.login-card input[type=text]:-webkit-autofill, 
.login-card input[type=password]:-webkit-autofill,
.login-card input[type=text]:-webkit-autofill:hover, 
.login-card input[type=password]:-webkit-autofill:hover,
.login-card input[type=text]:-webkit-autofill:focus, 
.login-card input[type=password]:-webkit-autofill:focus,
.login-card input[type=text]:-webkit-autofill:active, 
.login-card input[type=password]:-webkit-autofill:active,
.login-card input:-webkit-autofill{
  background-color: transparent!important;
  /* -webkit-background-color: red !important; */
}
.login-card input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background-color: transparent!important;
  border: none;
  border-bottom: 2px solid #1a4049;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
}

.login-card input::placeholder
{
  color:black;
  font-family: ProductSans, 'open sans', arial, sans-serif !important;
  letter-spacing: 1px;
}

.login-card input[type=text]:hover, input[type=password]:hover {
  /* border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0; */
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  text-align: center;
  font-size: 14px;
  font-family: 'Book Antiqua', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
  width: 100%;
  
  margin-bottom:10px;
  border: 0px;
  color: black;
  font-family: ProductSans, 'open sans', arial, sans-serif !important;
  background-color: transparent;
  color: #1a4049;
  border: 2px solid #1a4049;
  letter-spacing: 1px;
  transition: .4s;
}

.login-submit:hover {
  cursor: pointer;
  border: 0px;
  border: 2px solid #1a4049;
  background-color: #1a4049;
  color:white;
}

.login-card a {
  position: relative;
  text-decoration: none;
  color: #1a4049;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  /* opacity: 0.8; */
  transition: opacity ease 0.5s;
}
.login-card a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0px;
  background-color: #1a4049;
  transition: .4s;
}

.login-card a:hover::before {
  width: 100%;
}

.login-help {
  width: 100%;
  text-align: center;
  font-size: 12px;


}

.hidden-el,
#RequiredFieldValidator16,
#CompareValidator1 {
    display: none;
    height: 0px;
}
.margin-top{
    margin-top: 20px;
}