/****************************/
/***** LOGIN & REGISTER ****/
/****************************/

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin,latin-ext);

@font-face {
	font-family: 'triphood';
	src:url('./fonts/triphood.eot?4x4wf');
	src:url('./fonts/triphood.eot?#iefix4x4wf') format('embedded-opentype'),
		url('./fonts/triphood.woff?4x4wf') format('woff'),
		url('./fonts/triphood.ttf?4x4wf') format('truetype'),
		url('./fonts/triphood.svg?4x4wf#triphood') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'triphood';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\f09a";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-chevron-left:before {
	content: "\f053";
}

body {
    background: url("../Images/cd-login-bg.jpg") #009FDA no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment:fixed;
    font-family: 'Source Sans Pro', sans-serif;
    overflow: hidden;
    font-size: 16px;
    color: #575958;
}

a, a:visited, a:active {
  color: #05B0FF;
}

input,a,span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}

form#Form1 {
  margin-top: 10%;
}

h1 {
  text-align: center;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

hr {
  border-style: none;
  border-top: 1px solid #CACACA;
}

a.link-button-submit {
  margin: auto;
  width: 160px;
  background: #009FDA;
  padding: 10px 30px;
  text-align: center;
  border-radius: 2px;
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

input:not([type="submit"]) {
  padding: 10px;
  border-radius: 2px;
  border-style: none;
  border: 1px solid #CACACA;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
  width: 280px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}

input[type="submit"] {
  border-style: none;
  padding: 10px 30px;
  background: #009FDA;
  text-shadow: 0 1px 2px rgba(0,0,0,.2);
  color: #FFF;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
}

input[type="submit"]:hover,
a.link-button-submit:hover {
  -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
}

.login-container,
#PlaceMain_aspLogin {
  width: 390px;
  margin: auto;
}

.wide-container {
  width: 800px;
  margin: auto;
}

.form-container {
  background: #F0F0F0;
  padding: 30px 40px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,.1);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,.1);
  clear: both;
  margin: 0;
  width: 100%;
  border-collapse: separate;
}

.form-container[colspan="2"] {
  text-align: center;
}

.form-container td {
  padding-bottom: 15px;
}

.LogoSmall,
#PlaceMain_aspLogin_imgLogoSmall{
  width: 120px;
  height: 30px;
}

.tab-panel {
  background: #FFF;
  padding: 10px 30px;
  border-radius: 4px 4px 0 0;
  float: left;
  cursor: pointer;
  -webkit-box-shadow: 0 -1px 2px 0px rgba(0,0,0,.1);
  box-shadow: 0 -1px 2px 0px rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.tab-login-register a:first-child {
  -webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,.1);
  box-shadow: inset 0px 0px 2px rgba(0,0,0,.1);
}

.tab-panel.active {
  background: #F0F0F0;
  cursor: default;
  border-bottom: 1px solid #F0F0F0;
}

a.tab-panel {
  text-decoration: none;
  color: #575958;
  -webkit-box-shadow: inset 2px 0px 2px rgba(0,0,0,.1);
  box-shadow: inset 2px 0px 2px rgba(0,0,0,.1);
}

.button-icon {
  position: relative;
  text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.form-container .pd-b {
  padding-bottom: 4em;
}

.button-icon input,
.button-icon a {
  padding: 10px 30px 10px 70px;
}

.button-icon:before {
  position: absolute;
  color: #FFF;
  font-size: 18px;
  top: 0;
  left: 2.3em;
  z-index: 1;
  -webkit-transition: -webkit-transform .2s ease-in-out .1s;
  transition: transform .2s ease-in-out .1s;
}

.button-icon.animated-icon:hover:before {
  -webkit-transform: translateX(-20px);
}

.input-label {
  padding-bottom: 5px;
  display: block;
}

input.flat-button {
  border-radius: 0;
  width: 270px;
}

input.flat-button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
}

#PlaceMain_aspLogin_btnLoginFacebook {
  background: #344e87;
  color: #FFF;
  text-align: left;
  width: 100%;
}

#PlaceMain_aspLogin_btnLoginGoogle {
  background: #d73925;
  color: #FFF;
  text-align: left;
  width: 100%;
}

.block,
#PlaceMain_lblUserName {
  display: block;
}

.centered {
  text-align: center;
}

.centered.block input {
  display: block;
  margin: 5px auto;
}

#PlaceMain_aspLogin_lnkForgottenPassword {
  font-size: 14px;
}

#divMessage {
  text-align: center;
  position: relative;
  margin: auto;
  top: -3em;
}

.MsgBoxInfo #lblMessage {
  background: #E6F3FA;
  color: #31708f;
}

.MsgBoxError #lblMessage {
  background: #f2dede;
  color: #a94442;
}

#lblMessage {
  font-family: 'Source Sans Pro', sans-serif;
  background: #FFF;
  padding: 15px 20px 15px 50px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,.1);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,.1);
  position: relative;
  display: inline-table;
}

#lblMessage:before {
  position: absolute;
  font-size: 1.6em;
  line-height: 0.65;
  left: 0.7em;
  font-family: 'triphood';
}

.underline-text {
  font-size: 0.8em;
  color: #01A2A6;
  display: block;
  width: 100%;
}

.underline-text a {
  font-size: 1em;
}

.h2-icon {
  line-height: 2.5;
  margin-bottom: 1em;
}

#PlaceMain_imgPassword,
img.ImgRegSuccess {
  padding: 10px 25px 10px 0;
  float: left;
  width: 65px;
  height: 65px
}
