html,body{
	height: 100%;
}

body{
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	min-width: 980px;
	background-image: url('../img/loginBg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

#lnkHome{
	color: #545A65;
	font-size: 0.7em;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	margin-top: 70px;
	bottom: 0;
	text-align: center;
}

#lnkFb,#lnkTw{
	width: 100px;
	height: 23px;
	padding: 4px;
	padding-top: 16px;
	background-color: #375593;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	text-align: center;
	font-size: 0.9em;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
}

#lnkTw{
	background-color: #51acf2;
	margin-left: 10px;
	text-decoration: none;
}

#lnkFb:hover,#lnkTw:hover{
	cursor: pointer;
}

#lnkFb:focus,#lnkTw:focus{
	outline: none;
	box-shadow: 0;
}

#dvTest .share{
	display: inline-block;
	margin-top: 20px;
}

#dvTest .pshare{
	margin-bottom: 0px;
	margin-top: 30px;
}

#frmLogin{
	background-color: #353940;
	padding: 50px;
	width: 400px;
	height: 300px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}

#btnDemo{
	background-color: #77808f;
	border: 2px solid #8CC040;
}

form input, form a, form button{
	display: block;
	margin: 0 auto;
}

form input{
	border: 2px solid #545a65;
	padding: 15px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	width: 250px;
	color: white;
	font-size: 1em;
}

/* all */
::-webkit-input-placeholder { color:#545a65; font-weight: 600; font-size: 0.9em; }
::-moz-placeholder { color:#545a65; } /* firefox 19+ */
:-ms-input-placeholder { color:#545a65; } /* ie */
input:-moz-placeholder { color:#545a65; }

form a{
	color: #545a65;
	font-size: 0.7em;
	font-weight: 600;
}

#lnkWw{
	margin-top: 10px;
	margin-bottom: 13px;
	margin-left: 215px;
}

#lnkAcc{
	text-align: center;
	margin-top: 15px;
}

form button{
	border: none;
	background-color: #8CC040;
	color: white;
	text-align: center;
	padding: 15px;
	font-size: 0.8em;
	margin-top: 12px;
	width: 284px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form button:hover{
	background-color: #83b33b;
	/* Firefox */
    -moz-transition: all .1s ease-in;
    /* WebKit */
    -webkit-transition: all .1s ease-in;
    /* Opera */
    -o-transition: all .1s ease-in;
    /* Standard */
    transition: all .1s ease-in;
}

form input:focus,form button:focus{
	outline: none;
}

form a:hover, form button:hover{
	cursor: pointer;
}

form a:hover{
	color: #6a7180;
}

form img{
	width: 150px;
	height: auto;
	margin: 0 auto;
	display: block;
	margin-bottom: 25px;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: relative;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;

}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
	background-color: #353a40 !important;
  position: relative;
  background-color: transparent;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border-radius: 6px;
  overflow: hidden;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-header:after,
.modal-footer:after {
  clear: both;
}

.modal-header,
.modal-body,
.modal-footer{
  padding: 55px;
  background-color: #353a40;
  color: white !important;
  border:0;
}

.modal-footer{
	border: 0;
	padding-top: 15px;
}

.modal-header,.modal-body{
	padding-bottom: 0px;
}

.modal-body{
	padding-bottom: 0px;
	padding-top: 0px;
}


.modal-footer button{
	color: white !important;
	background-color: #545a66;
	box-shadow: 0;
	font-size: 12px;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	padding: 12px 22px;
	display: block;
	float: left;
}

.modal-footer button:hover{
	cursor: pointer;
	background-color: #5e6573;
}

.modal-header h4{
	font-size: 1.2em;
	font-weight: 600;
	padding-bottom: 30px;
}

.modal-body p{
	display: block;
	padding-bottom: 25px;
	font-size: 13px;
	line-height: 22px;
	color: #a8abb1;
}

#myModal{
	z-index: 9999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	font-family: 'Open Sans',sans-serif;
}
