
@font-face{
	font-family:"Avenir-Black";
	src:url("fonts/Avenir-Black.otf");
	
	font-weight: 300;
	font-style: normal;
}

@font-face{
	font-family:"Avenir-Light";
	src:url("fonts/Avenir-Light.otf");
	
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family:"AvenirLTStd-Light";
	src:url("fonts/Avenir-Light.otf");
	
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family:"AvenirNext-Bold";
	src:url("fonts/AvenirNext-Bold.otf");
	
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family:"AvenirNext-UltraLight";
	src:url("fonts/AvenirNext-UltraLight.ttf");
	
	font-weight: 300;
	font-style: normal;
}

#languagePanel{
    margin-top:8px;color:black;font-family:Avenir-Light;
    
}

#languagePanel > a{
    cursor: pointer;color:black;font-family:Avenir-Light;
}

::-ms-input-placeholder{color:white;text-align:center;font-family:Avenir-Light;}
::-webkit-input-placeholder{color:white;text-align:center;font-family:Avenir-Light;}
input:-moz-placeholder{color:white;text-align:center;font-family:Avenir-Light;}
input::-moz-placeholder {color:white;text-align:center;font-family:Avenir-Light;}


input[type=text],input[type=password],#btnSignIn{
     font-size:18px;text-align: center;font-family:Avenir-Light;color:white;height:26px;width:246px;background-color: black;border:none;outline-style:none;
   -moz-border-radius:0px;-webkit-border-radius:0px;padding:0px;border-radius:0px;
   display:block;
  
  margin:0 auto;
   margin-bottom:20px;
}


input[type=text]:focus,input[type=password]:focus,#btnSignIn:focus{
    font-size:18px;text-align: center;font-family:Avenir-Light;color:white;height:28px;width:250px;background-color: black;border:none;outline-style:none;
   -moz-border-radius:0px;-webkit-border-radius:0px;padding:0px;border-radius:0px;
  margin:0 auto;
   margin-bottom:20px;
}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px black inset;
    -webkit-text-fill-color: white;
}

.ui.secondary.button#btnSignIn:before{
    width:15px;
    height:15px;
}

.ui.secondary.button#btnSignIn:after{
    width:15px;
    height:15px;
}
.textAlignCenter{
    text-align: center
}
h2.ui.center.aligned.icon.header {
    margin-top:12%
}
h2.ui.center.aligned.icon.header .content{
    font-family: Avenir-Black;font-size:18px;color:black;margin-top: 50px;
}
.bottom{
  width: 450px;
  margin:auto;
  text-align: left;
}
 .bottom > a{
    font-family:Avenir-Light;font-size:18px;color:black;cursor:pointer;margin-right:20px;
}
 .bottom #LanguageDropDown{
    color:black;background-color:white;margin-left:14px
}
 .bottom #LanguageDropDown > i{
    background-color:white
}
 .bottom #LanguageDropDown #txtLanguage{
    color:black;cursor:pointer;font-size:18px;font-family:Avenir-Light;
}

.bottomnew{
  width: 650px;
  margin:auto;
  text-align: center;
}
 .bottomnew > span{
    font-family:Avenir-Light;font-size:18px;color:black;cursor:pointer;margin-right:20px;
}
 .bottomnew > a{
    font-family:Avenir-Light;font-size:18px;color:black;cursor:pointer;margin-right:20px;
}
 .bottomnew #LanguageDropDown{
    color:black;background-color:white;margin-left:14px
}
 .bottomnew #LanguageDropDown > i{
    background-color:white
}
 .bottomnew #LanguageDropDown #txtLanguage{
    color:black;cursor:pointer;font-size:18px;font-family:Avenir-Light;
}
