@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,400,700);
.panel {
    box-shadow: 3px 3px 3px #00000060;
    
}

.panel>.panel-heading {
    color: #fff;
    background-color: #625179;
    border-color: #9f87bf;
}

.panel-primary {
    border-color: #9f87bf;
}
.btn-primary {
    color: #fff;
    background-color: #625179;
    border-color: #9f87bf;
}
.btn-primary:hover {
    color: #fff;
    background-color: #9f87bf;
}

body {
    /* background: #F6F5F8; */
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-size: 14px;
    background-image: url("../images/bg.JPG");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.mainDiv {
margin-top: 50px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

#errorAlert{
    width: 500px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.buttons {
    margin-top: 25px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    margin-bottom: 25px;
}
.btn-lg {
    width: 85%;
    height: 5em;    
}

.centerme {
    text-align:center;
}
.bigButton {
    width: 150;
    height: 80;
    margin: auto;
}
table {
    font-size: small;
    text-align: center;
    width: 100%;
    color: #625179;    
}
#errorDiv {    
    color: #AB162B;
    font-size: small;
}


/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 225px auto;   
  border-radius: 2px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: 'Open Sans', sans-serif, sans-serif;
  text-align: center;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: 'Open Sans', sans-serif, sans-serif;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container 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);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #625179;
  padding: 17px 0px;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #9f87bf;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

a {
    color: #625179;
}

.invalid {
    color: rgb(171, 22, 43);
}

#header {
    width: 100%;
    height: 60;
    background-image: url(/resources/images/header-ribbon-repeat.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    border-bottom-color: gold;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    box-shadow: 0 1 10;
}

header h1 {
    color: white;
    margin-left: 15%;
    margin-right: 0px;
    font-size: 1.55em;
    line-height: 2.3em;
    margin-top: 0;
}

.modal {
    position: fixed;
    top: -12%;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}


.marginMe {
    margin-top: 50px;    
}

.btn-circle {
    width: 90px;
    height: 30px;
    text-align: center;
    margin-top: 13px;  
    margin-right: 15px;  
    color: black;
    font-family: 'Open Sans', sans-serif, sans-serif;
  }

  #forgotAdd_err {
    font-family: 'Open Sans', sans-serif, sans-serif;
    color: rgb(171, 22, 43);

  }

  #Add_err{
    text-align: center;
    margin: 20px;
    color: red;
  }
  #Add_err img{
    margin-bottom: 8px;
  }

  small {
    font-family: 'Open Sans', sans-serif, sans-serif;
    color: rgb(171, 22, 43);
    text-align: center;
  }

  @media all and (max-device-width: 480px) {
    button {
        font-size: .85em !important;
    }
}
