
/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,
html {
	overflow-x:hidden;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.5;
	color: #1c1b1b;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: disc;
	font-size: 17px;
	line-height: 1.59;
}

a { 
	text-decoration: none;
	color: #2f2f2f;  
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 0;
}


h1 {
	font-size: 38px;
}

h2 {  
	font-size: 32px; 
	line-height: 1.13; 
}

h3 {  
	font-size: 26px;  
}

h4 {  
	font-size: 22px;  
}

h5 {  
	font-size: 20px;  
}

h6 {  
	font-size: 18px;  
}

img {
	border: none;
	max-width: 100%;
}

code {
	background-color: #ee6e73;
	border-radius: 2px;
	color: #fff;
	padding: 2px 4px;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
}

pre code {
	background-color: transparent;
	color: #333;
}

del{
	text-decoration-color: #ee6e73;
}

kbd {
	background-color: #ddd;
	padding: 4px 6px;
	border-radius: 2px;
}

address {
	line-height: 1.5;
	padding-left: 10px;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-left: 0;
}

blockquote {
	background-color: #f8f8f8;
	border-radius: 0 4px 4px 0;
	padding: 5px 15px;
	
}

blockquote p {
	margin-top: 10px;
}

button {
	padding: 5px 15px;
	border: none;
}

button:focus {
	outline: none;
	border: none;
}
/*--------------------*/
/* HEADER */
/*--------------------*/
header{
	border-bottom:1px solid #333;
	padding:25px 0;
}
#logo img{
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding:0;  
}

#title h1{
	font-size:31px;
	font-weight:  400;
	text-align:center;
	color:#333;
	text-align: center;
	vertical-align: middle;
	/*line-height: 70px; */ 

}
.login-container{
	height:calc(100vh - 209px);
	position:relative;
	display: flex;
  flex-direction: column;
  justify-content: center;
}
form{
	
}
#vote-signin-popup .modal-dialog{
    top: 40%;
    transform: translate(0, -40%) !important;
}
#vote-signin-popup .modal-header {
    height: 65px;
    background: #eb2f2d;
    color: #fff;
}
#vote-signin-popup #vote-signin-title {
    float: left;
    font-size: 24px;
}
#vote-signin-popup  i {
    float: right;
    font-size: 24px;
}
#vote-signin-popup .modal-body h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
#vote-signin-popup #close-signin-alert{
    display:block;
    background: #eb2f2d;
    color: #fff;
    padding: 10px 40px;
    font-weight: 500;
    margin:0 auto;
}

#user img{
	display: block;
	width:95px;
	height: auto;
	opacity: 0.8;
	margin:0 auto;
}

.required:after { 
	content:" *"; 
	color:red;
	text-align: right;
	float:right;
	line-height: 3;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
   
}
form img{
	display: block;
	width:95px;
	height: auto;
	margin:0 auto;
	opacity: 0.7;
	padding-bottom: 40px;
}
.username{
	 margin-bottom: 25px;
}
.password{
	 margin-bottom: 5px;
}
#submit{
	float:right;
	background:#eb2f2d;
	color:#fff;
	padding:10px 40px;
	font-weight: bold;
	margin-right:10px;
	border:none;
}
#outer {
    width: 100%;
    background: #fff;
    margin: -128px auto 0;/* header plus footer height */
    height: 100%;
    text-align: left;
    clear: both;
    display: table;
    position: relative;
    z-index: 1;
}
#header {
    width: 100%;
    margin: auto;
    background: black;
    height: 66px;
    position: relative;
    z-index: 2;
    border-bottom: 20px solid #fff;
}
#footer {
    background: black;
    width: 100%;
    margin: auto;
    height: 22px;
    clear: both;
    border-top: 20px solid #fff;
    position: relative;
    z-index: 2;
	
}
#content {
    vertical-align: middle;
    display: table-cell;
    padding: 128px 0 0;
}
#content .inner {
    background: #ccc;
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* rules for ie6 */
* html #outer {
    height: 100%;
}
* html #content {
    top: 50%;
    position: relative;
    width: 100%;
    float: left;
}
* html .inner {
    top: -50%;
    position: relative;
}

/* rules for ie7 */
*+html #outer {
    height: auto;
    min-height: 100%;
}
*+html #content {
    top: 50%;
    position: relative;
    width: 100%;
    float: left;
}
*+html .inner {
    top: -50%;
    position: relative;
}
/* ----------------------- */
.login-form {
		width: 100%;
		margin: 0 auto;
		
	}
    .login-form form {        

        background: #fff;
        padding: 5px;
		
    }
    .login-form h2 {
        margin: 0 0 15px;
    }
    .form-control, .login-btn {
        min-height: 40px;
        border-radius: 0px;
    }
	.form-control{
		border-left:0;
		
		border-radius: 0px;
	}
	#pwd,#username,.input-group-addon{
		border-color:#eb2f2d;
		border-radius: 0px;
		background:#fff;
	}
	.login-btn, .login-btn:hover,.login-btn:active,.login-btn:focus{
        min-height: 40px;
        border-radius: 0px;
		float: right;
		background: #eb2f2d !important;
		color: #fff;
		width:140px;
		font-weight: bold;
		border: none;
    }
    .input-group-addon .fa {
        font-size: 18px;
    }
    .login-btn {
        font-size: 15px;
        font-weight: bold;
    }
	form{
		margin:0;
	}

.input-container input{
	margin-right:5px;
	border:none;
	border-right:1px solid #eb2f2d;
	border-top:1px solid #eb2f2d;
	border-bottom:1px solid #eb2f2d;
}

form a{
	color:#02adec;
}
/*
.icon {
    padding: 12px 0 10px 10px;
    color: #333;
    text-align: center;
    border-left:1px solid #eb2f2d;
	border-top:1px solid #eb2f2d;
	border-bottom:1px solid #eb2f2d;
}
*/
.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    
}

#contentinfo{
	border-top:1px solid #eb2f2d;
    position: relative;
  	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;

}

#text-copyright p{
	font-color:#333;
	text-align: center;
	font-size: 14px;
	margin-top:30px;
}

#contentinfo img{
	margin-top: 13px;
}

#logo-bte img{
	float:left;
	width: 100%;
    height: auto;
    max-width: 147px;
    display: block;

}
#logo-syncbridge img{
	float:right;
    width: 100%;
    height: auto;
    display: block;
    max-width: 105px;
}
.log-error-message{
    color: #eb2f2d;
}
.official-text{
	display: block;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 7px;
}



/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	#contentinfo{
		height:auto;
	}
 #logo-bte img,#logo-syncbridge img{
	 float:none;
	 margin:10px auto;
 }
 #text-copyright p{
	 margin-top:10px;
 }
  
}

@media (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {

	#logo-landing img{
		padding:20px 0;
	}
	#text-landing h1{
		font-size:32px;
	}
	#text-landing h2{
		font-size:24px;
	}
	#text-landing p{
		font-size:18px;
		padding-bottom:10px;
	}
	#contentinfo{
		height:auto;
	}
		#logo-bte img,#logo-syncbridge img{
		float:none;
		margin:10px auto;
	}
	#text-copyright p{
		margin-top:0;
		font-size:10px;
	}
	.event-counter-block {
		border: 4px solid #eb2f2d;
		border-radius: 10%;
		display: inline-block;
		height: 60px;
		width: 60px;
		text-align: center;
		font-size: 11px;
		color: #333;
		margin: 10px;
		font-weight: 500;
	}

	.event-counter-block span {
		display: block;
		font-size: 20px;
		font-weight: 700;
		padding-top: 10px;
		line-height: 20px;
	}
}


@media (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {

	#logo-landing img{
		padding:20px 0;
	}
	#text-landing h1{
		font-size:32px;
		padding:0;
	}
	#text-landing h2{
		font-size:24px;
	}
	#text-landing p{
		font-size:18px;
		padding-bottom:10px;
	}
	#contentinfo{
		height:auto;
	}
		#logo-bte img,#logo-syncbridge img{
		float:none;
		margin:10px auto;
	}
	#text-copyright p{
		margin-top:22px;
	}
	.event-counter-area{
		margin-top:0;
	}
	.event-counter-block {
		border: 4px solid #eb2f2d;
		border-radius: 10%;
		display: inline-block;
		height: 60px;
		width: 60px;
		text-align: center;
		font-size: 11px;
		color: #333;
		margin: 10px;
		font-weight: 500;
	}

	.event-counter-block span {
		display: block;
		font-size: 20px;
		font-weight: 700;
		padding-top: 10px;
		line-height: 20px;
	}
}

@media (max-width: 1024px){
	#contentinfo{
		height:auto;
	}
}
@media (min-width: 360px) and (max-width: 640px){
	#contentinfo{
		height:auto;
		display: none;
	}
	
	form{
		margin-top: 20px;
	}
}
	

@media (min-width: 375px) and (max-width: 812px) and (orientation: landscape) { 
	
	#logo-landing img{
		    padding: 10px 0;
	}
	#text-landing h1{
		font-size: 30px;
		padding: 10px 0 0 0;
	}
	#text-landing h2{
		font-size: 24px;
		padding: 0;
	}
	#text-landing p{
		font-size: 18px;
		padding: 0;
	}
	
	.event-counter-area{
		margin-top: 10px;
	}
	.event-counter-block {
		border: 2px solid #eb2f2d;
		border-radius: 10%;
		display: inline-block;
		height: 50px;
		width: 50px;
		text-align: center;
		font-size: 11px;
		color: #333;
		margin: 10px;
		font-weight: 500;
	}

	.event-counter-block span {
		display: block;
		font-size: 20px;
		font-weight: 700;
		padding-top: 10px;
		line-height: 20px;
	}

	#contentinfo{
		height:auto;
		
	}
	#text-copyright p{
		margin-top: 25px;
		font-size: 12px;
	}
}



