#login-container{
	width:100%; 
	height:100%; 
	background-image: url(../image/general/black-opacity-80.png); 
	position: fixed; 
	z-index: 3000; 
	top: 0; 
	font-size: 14px;
}
#login-popup{
	width: 350px;
	height: 330px; 
	padding: 30px;
	margin: auto; 
	background-color: #fff; 
	position: absolute; 
	left: 35%; 
	right: 35%; 
	bottom: 25%; 
	top: 25%; 
}
#login-header{
	text-align: center;
	padding-bottom: 15px; 
	border-bottom: 1px solid #ddd; 
	font-size: 18px; 
	font-weight: bold; 
	margin-bottom: 25px;
}
#login-header img{
	text-align: center;
	width: 180px;
}
#login-button{font-size: 20px; padding: 10 70px; font-family: Montserrat;}
.login-textbox{
	display: inline-block;
	width: 255px;
	padding: 5px;
	margin: 3px 0px 6px 0px;
	font-size: 12px;
}
input#remember-for-login{
	margin: 10px 5px 0 0px;
float: left;
}
#button-login-popup{
	float: right;
	margin: 10px 0px 0 0;
	font-size: 14px;
}
#proceed{
	color: #00aaef;
}
hr#hr-login{
	margin: 10px 0;
}
form{
	padding: 0px;
	margin: 0px;
}

#login-username, #login-password{
	width: 100%;
	box-sizing:border-box;
	border-radius: 3px;
	font-size: 14px;
}

#forgot-password, #sign-up-company, #sign-up-creatives{
	font-size: 12px;
}
#forgot-password{
	display: inline-block;
	margin: 0px auto;
	float: none;
	width: 100%;
	text-align: center;
}
#sign-up-company, #sign-up-creatives{
	display: block;
padding: 5px;
color: #00aaef;
border: 1px solid #00aaef;
margin-bottom: 5px;
}
#sign-up-creatives{
	border: 1px solid #17c66c;
color: #17c66c
}
#sign-up-creatives:hover{
	border: 1px solid #17c66c;
	background-color: #17c66c;
color: #ffffff;
}
#sign-up-company:hover{
	border: 1px solid #00aaef;
	background-color: #00aaef;
color: #ffffff;
}
#proceed-without-login{
	float: left;
font-size: 12px;
color: #aaa;

}
#proceed-without-login{
	display: none;

}

.modal-header{
	padding-bottom: 20px;

}
.modal-header img{
	width: 100%;
	margin-top: 20px;
}
.header-popup-pasarseni{
	font-family: 'Montserrat';
	font-size: 18px;
}
.header-popup-pasarseni span{
	color:  #00aaef;
	font-size: 14px;
}

.modal-header{
	/*background: url(../image/newyear2014/Holiday14-Login-Header.png);*/
	height: 50px;
}
.modal-header span{
text-align: center;
font-size: 16px;
/* width: 435px; */
display: block;
color: #00aaef;
margin-top: 7px;
font-family: "Montserrat","Roboto", sans-serif;
text-transform: uppercase;
}
#login-container-popup{
	padding-bottom: 20px;
}
#remember-me{
	float: left;
	margin-top: 8px;
}

.modal-footer {
 padding: 19px 70px;
text-align: right;
border-top: 1px solid #e5e5e5;
height: 20px;
color: #aaa;
}