@font-face {
    font-family: roboto;
    src: url('/tile/fonts/Roboto-Condensed.ttf'),
		url('/tile/fonts/Roboto-Condensed-webfont.eot');
}
@font-face {
    font-family: roboto-regular;
    src: url('/tile/fonts/Roboto-Regular.ttf'),
		url('/tile/fonts/Roboto-Regular-webfont.eot');
}
@font-face {
    font-family: roboto-black;
    src: url('/tile/fonts/Roboto-Black.ttf'),
		url('/tile/fonts/Roboto-Black-webfont.eot');
}
@font-face {
    font-family: roboto-thin-italic;
    src: url('/tile/fonts/Roboto-ThinItalic.ttf'),
		url('/tile/fonts/Roboto-ThinItalic-webfont.eot');
}
*{
	font-family:roboto;
}

body { }
.loginHeader{
	background: #313131 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	margin-bottom: 0;
}
.loginHeader > div{
	margin: 15px auto;
}
.h_buttons {
  border-image: none;
  border-radius: 2px;
  border-style: solid none none;
  border-width: 1px medium medium;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 13px;
  width: auto;
  border-radius:20px;
}
.h_buttons:hover{
	color: #ffffff;
}
#signupFb {
  background: #3a5795 none repeat scroll 0 0;
  border-color: rgb(70, 106, 181);
}
#signpdleag {
  background: #0071bc none repeat scroll 0 0;
  border-color: #0c8de2;
}
.bgimage {
	background-image: url("/tile/images/new_login_bg.png");
	background-size: 100%;
}
.bgimage-inside {
	padding-top: 37.36%; /* this is actually (426/1140)*100 */
}
.links{
	font-size:13px;
	color:#0071bc;
}
#copyright{
	text-align:left;
}
.main{
	padding:0;
	position: absolute; 
	width: 100%;
}
#formL{
	margin-top:100px;
}
#log{
	border: medium none;
	border-radius: 2px;
	box-shadow: 0 0 2px 0 rgb(0, 0, 0) inset;
	color: rgb(49, 49, 49);
	font-family: roboto-regular;
	font-size: 14px;
	margin-bottom: 10px;
}
#password {
  border: medium none;
  border-radius: 2px;
  box-shadow: 0 0 2px 0 rgb(0, 0, 0) inset;
  color: rgb(49, 49, 49);
  font-family: roboto-regular;
  font-size: 14px;
}
h2 {
  color: #ffffff;
  font-family: roboto-regular;
  margin:0;
}
h3 {
  color: #ffffff;
  float: left;
  font-family: roboto-regular;
  font-size: 18px;
  font-weight: normal;
  margin:0 0 50px;
}
.form-group{
	margin-bottom:10px;
}
#rememberLabel, #fpass{
    cursor: pointer;
	padding:0;
	color: rgb(255, 255, 255);
	font-family: roboto-regular;
	font-size:11px;
	float:left;
}
#fpass{
	float: right;
	font-style: italic;
}
#remember:checked + label {
}
#remember {
    display: none;
}
#remember + label span {
    background: rgba(0, 0, 0, 0) url("/tile/images/remember.png") repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    width: 17px;
}
#remember:checked + label span {
    background-position: 17px 0;
}
.checkbox{
	margin:10px 0;
	height:15px;
}
._fg{
	margin-bottom:0;
}
form{
	width:100%;
}
#login-button {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #ffffff;
  font-family: roboto-black;
  font-size: 15px;
  width: 100%;
  border-radius:20px;
  transition:background:0.3s;
  -webkit-transition:background:0.3s;
  -moz-transition:background:0.3s;
  -o-transition:background:0.3s;
  -ms-transition:background:0.3s;
}
#login-button:hover{
	background:rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.or{
	text-align:center;
	margin-bottom:0;
}
.or label{
	font-family:roboto-regular;
	font-size:13px;
	color:#ffffff;
}
#signInFacebook {
  background: #3a5795 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #ffffff;
  font-size: 15px;
  font-family: roboto-black;
  width: 100%;
  border-radius:20px;
}
#phones{
	visibility:hidden;
	display:none;
}
.platforms img{
	height:45px;
	display:inline;
}
.right_buttons{ 
	float:none;
}
/*@media screen and (min-width: 420px) {
	.right_buttons{
		float:right;
	} 
	.fullwidth{
		background-image: url("images/new_login_bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		height: 325px;
		max-width: 100%;
		background-position:-314px 0;
		padding:0;
	}
} */
@media screen and (min-width: 120px) {
	.fullwidth {
		background-image: url("/tile/images/new_login_bg.png");
		background-position: -490px center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 510px;
		max-width: 100%;
		padding: 0;
	}
	.platforms{
		text-align:center;
	}
	.platforms img{
		height:35px;
		margin-top:5px;
	}
}
@media screen and (min-width: 376px){
	.platforms img{
		height:45px;
		margin-top:15px;
	}
}
@media screen and (min-width: 600px) {
	.fullwidth{
		background-image: url("/tile/images/new_login_bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		height: 498px;
		max-width: 100%;
		background-position:0 0;
		padding:0;
	}
	.links > div{
		padding:0;
	}
	.platforms img{
		height:45px;
		margin-top:10px;
	}
	.right_buttons{ 
		float:right;
	}
}
@media screen and (min-width: 768px) {
	/*.fullwidth {
	  background-size: cover;
	  height: 340px;
	}*/
	#copyright{
		text-align:center;
	}
	.links > div:nth-child(2){
		padding-left:10px;
	}
	#phones{
		visibility:visible;
		display:block;
	}
	#ios{
		margin-left:17px;
	}
	#android{
		margin-left:0px;
	}
}
@media (min-width:992px){
	form{
		width:75%;
	}
	#ios{
		margin-left:60px;
	}
	#android{
		margin-left:-31px;
	}
}
#myModalpassword {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0 !important;
  margin-top: 0 !important;
}

.pass-popups {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	bottom: 0;
	height: 280px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 485px;
	z-index: 11;
}
.pass-popup-header {
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	padding: 2% 3%;
	position: relative;
	text-align: left;
}
.pass-popup-header > img {
  cursor: pointer;
  position: absolute;
  right: -11px;
  top: -14px;
  width: 26px;
}
.pass-popup-body {
	float: left;
	height: 239px;
	width: 100%;
}
.modal-dialog {
  height: 100%;
  width: 100% !important;
}
.pass-dialog{
	
  margin-top: 0 !important;

}
.pass-body1{
	float: left;
	height: 188px;
	width: 143px;
}
.pass-body1 div{
	background: transparent url("/tile-2/images/password-lock.png") repeat scroll 0 0;
	float: left;
	height: 135px;
	margin: 27px 21px;
	width: 101px;
}
.pass-body2{
	float: left;
	height: 204px;
	padding-top: 38px;
	text-align: left;
	width: 325px;
	
}
.pass-body2 div{
	float: left;
	width:100%;
}
.pass-body2 div > input{
	border: 1px solid #e1e1e1;
	height: 29px;
	margin-top: 20px;
	padding: 3px;
	width: 94%;
	
}
.pass-modal-footer{
	border-top: 1px solid #ddd;
	float: left;
	padding: 7px;
	width: 100%;
}
.forgetPassbutton {
  cursor: pointer;
  display: inline-block;
  height: 22px;
  position: relative;
  text-indent: -9999px;
  width: 64px;
  float:right;
}
.forgetPassbutton.enable:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	
	opacity: 0;
	 -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.forgetPassbutton.enable:hover:after {
	opacity: 1;
}

.default_cancel.enable:after {
  background: rgba(0, 0, 0, 0) url("/tile-2/images/dleag-btn/cancel(on).png") repeat scroll 0 0;
}
.default_cancel {
  background: rgba(0, 0, 0, 0) url("/tile-2/images/dleag-btn/cancel(off).png") repeat scroll 0 0;
}
.default_reset.enable:after {
  background: rgba(0, 0, 0, 0) url("/tile-2/images/dleag-btn/reset(on).png") repeat scroll 0 0;
}
.default_reset {
  background: rgba(0, 0, 0, 0) url("/tile-2/images/dleag-btn/reset(off).png") repeat scroll 0 0;
}
.default_continue.enable:after {
  background: rgba(0, 0, 0, 0) url("/tile-2/images/dleag-btn/continue(on).png") repeat scroll 0 0;
}
.default_continue {
  background: rgba(0, 0, 0, 0) url("/tile-2/images/dleag-btn/continue(off).png") repeat scroll 0 0;
}
.enable {
  opacity: 1;
}
.disable{
	opacity:0.5;
	cursor:default;
}
.pass-error{
	float:left;
	margin-top:30px;
	font-style:italic;
	color:#9d4444;
}
.showAccount-body{
	float: left;
	height: 204px;
	padding: 10px 88px 0;
	width: 100%;

}
.showUser-span{
	color: #b7b7b7;
	float: left;
	font-size: 12px;
	width: 100%;
}
.showuser-info{
	float: left;
	margin-top: 15px;
	width: 100%;
}
.infoImg-div{
	background: #d7d7d7 none repeat scroll 0 0;
	float: left;
	height: 70px;
	width: 70px;
}
.infoImg-div div{
	float: left;
	padding: 3px;
	width: 100%;
}
.infoImg-div div > img{
	max-width:100%;
}
.userInfo-div{
	float: left;
	font-size: 13px;
	height: 70px;
	margin-left: 10px;
	width: 229px;
}

.userInfo-div > span,.recovery-link{
	float: left;
	text-align: left;
	width: 100%;
	font-size:13px;
}
.pass-line{
	background: #ddd none repeat scroll 0 0;
	float: left;
	height: 1px;
	margin: 20px 0 15px 17px;
	width: 90%;
}
.recovery-sent{
	float: left;
	font-size: 13px;
	text-align: left;
	width: 100%;
	margin-top:10px;
	color:#9d4444;
	font-style:italic;
	
}
