/*
 * Globals
 */

/* Links */
a {
	color: #fff;
}

a:focus,
a:hover {
  color: #f0ad4e;
  text-decoration: none;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}
body {
  text-align: center;
  /*background-image: url("images/login-bg.jpg");*/
  font-family: 'Roboto', sans-serif;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
color: #FD6;
text-shadow: 0 1px 3px rgba(0,0,0,.5);
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 20px;
    align-content: center;
}

.tablefoot{
    padding: 20px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/*
 * Cover
 */

.cover {
  padding: 10 65px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.menufoot{
    background-image: url("images/instaFooter.png");
    background-size: 1000px;
}
@media (min-width: 1000px){
    .menufoot{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
}
@media (min-width: 1000px){
    .menufoot{
        width: 100%;
        height: 8%;
    }
}

.mastfoot {
    color: #999;  /*IE8 proofing*/
    color: rgba(255,255,255,.5);


}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 500px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1080px;
  }
}

/* for input text icon */

.login-BG.form-control-feedback {
    line-height: 34px; /* @input-height-base; */
    right: 8px;
}

.has-feedback-left input.form-control {
    padding-left: 12px; /* @input-height-base; */
    padding-right: 34px; /* @padding-base-horizontal */
}

.has-feedback-left .form-control-feedback {

}
.form-horizontal .has-feedback-left .form-control-feedback {
    left: 12px; /* @grid-gutter-width / 2 */
}

.has-feedback-left input.input-sm {
  padding-left: 30px;  @input-height-small;
}
.has-feedback-left input.input-lg {
  padding-left: 46px;  @input-height-large;
}

/* */

.login-BG{
    background-image: url("images/login.png");
    padding : 30px 50px;
    background-size: 380px;
    width: 380px;
    height: 380px;
}
.login-BGI{
    background-image: url("images/invisible.png");
    padding : 30px 30px;
    background-size: 120px;
    width: 120px;
    height: 120px;
}


.upper-form 	{
	background-color: #f99f1d;
	padding : 40px 35px;
	border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(74,74,74,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(74,74,74,1);
box-shadow: 0px 0px 5px 0px rgba(74,74,74,1);
}

.lower-form	{
	background-color: #813795;
	padding : 40px 35px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(74,74,74,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(74,74,74,1);
    box-shadow: 0px 0px 5px 0px rgba(74,74,74,1);
    margin-top: 10px;
}

.icon-label	{
	margin-top: 10px;
	font-size: 1em;
}

.icon-title	{
	font-size: 18px;
	margin-bottom:15px;
}

.login-input  {
	/*background-color: #873386;*/
	background-color: #ffffff;
	color: #000;
    border-radius: 0px;
    border-top: thin;
    border-left: thin;
    border-right: thin;
    box-shadow: none;
    /*padding: 20px;*/
}

.form-title	{
	font-size: 12px;
    margin-bottom: 9px;
    margin-top: 15px;
    margin-left: 10px;
}

.login-button-holder  {
	margin-top: 10px;
	padding: 0 5px;
}

.login-button{
	width: 100%;
    height: 40px;
}

.eddiemode  {
	display: none;
}


.cover-text  {
	color: black;
	text-shadow: 0 0px 0px rgba(0,0,0,.5);
}

.brand-logo{
	margin-top: 0;
}


/* front background image */
.front-bg {
    position: fixed;
    width: 200%;
    height: 200%;
    left: -50%;
    background: #000;
}
.front-bg img {
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-col{
	padding-left: 40px;
}

.textboxlogin  {
     /*text-transform: uppercase;*/
    display:block;
    width:100%;
    height:40px;
    padding:6px 20px;
    font-size:12px;
    line-height:1.42857143;
    color: #ffffff;
 }
.textboxpassword  {
    /*text-transform: uppercase;*/
    display:block;
    width:100%;
    height:40px;
    padding:6px 20px;
    font-size:12px;
    line-height:1.42857143;
    color: #ffffff;
}

.icon-control img{
    position: absolute;
    top: 7px;
    right: 10px;
}


