﻿@font-face {
    font-family : FbScorpion;  src : url(../Fonts/fbscorpion-regularwebfont.woff);
    } 
@font-face {
    font-family : FbScorpion_Black;  src : url(../Fonts/fbscorpion-blackwebfont.woff);
    } 
@font-face {
    font-family : FbScorpion_light;  src : url(../Fonts/fbscorpion-lightwebfont.woff);
    } 
@font-face {
    font-family : FbScorpion_bold;  src : url(../Fonts/fbscorpion-boldwebfont.woff);
    } 
body 
{
}

    body.LoginEmployerBody {
        /*background-image: url("../images/LoginEmployerBackground.png");
        background-size: cover;
        background-position-y: -100px;*/
        background-color: #E7E7E0;
    }

.LoginEmployerMainDiv {
    margin-top: 50px;
}

.LoginEmployerLogoContainer {
    text-align: center;
}

.LoginEmployerCircleLogo {
    width: 67%;
}

.LoginEmployerLoginBox {
    margin-top: 75px;
}

.LoginEmployerHeaderText {
    height: 30px;
    font-size: 17px;
    font-family: FbScorpion;
    color: Black;
    margin-left: 0px;
    padding-right: 0px;
    vertical-align: top;
}

.LoginEmployerHeaderStar {
    height: 30px;
    font-size: 22px;
    font-family: FbScorpion;
    color: #062B55;
    margin-left: 0px;
    vertical-align: top;
}

a.LoginEmployerForgotPasswordButton {
    color: #062B55;
}
a.LoginEmployerForgotPasswordButton:hover {
    color: #062B55;
}

.LoginEmployerLoginButton {
    cursor: pointer;
    width: 418px;
    height: 63px;
    background-color: #062B55;
    color: white;
    font-size: 30px;
    font-family: FbScorpion;
    border-radius: 3px;
}

.Button {
    background-color: rgb(17, 188, 244);
}
.CapHeader {
background-color: rgb(17, 188, 244);
font-family: FbScorpion, Arial, Helvetica, sans-serif;
font-size : 16px;
vertical-align: middle;
 height: 29px;
}
    .CapBottom {
font-family: FbScorpion, Arial, Helvetica, sans-serif;
font-size : 16px;
vertical-align: middle;
text-align: center;
}
.loginID
{
font-family: FbScorpion, Arial, Helvetica, sans-serif;
font-size : 16px;
}

.loginIDBikoret
{
font-family: FbScorpion, Arial, Helvetica, sans-serif;
font-size : 12px;
}

.loginPass
{
font-family: FbScorpion, Arial, Helvetica, sans-serif;
font-size : 16px;
}
.BarIndicatorweak
{
    color:Red;
    background-color:Red;
}
.BarIndicatoraverage
{
    color:Blue;
    background-color:Blue;
}
.BarIndicatorgood
{
    color:Green;
    background-color:Green;
}

.BarBorder
{
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    width:200px;
    vertical-align:middle;
}

  .barIndicatorBorder {  
    border: solid 1px #c0c0c0;  
    }
    .barIndicator_poor {  
    background-color: red;  

}  
  
.barIndicator_weak {  
    background-color: cyan;  

}  
  
.barIndicator_good {  
    background-color: lightblue;  
    z-index: 1; 

}  
  
.barIndicator_strong {  
    background-color: blue;  
    z-index: 1; 

}  
  
.barIndicator_excellent {  
    background-color: green ;  
    z-index: 1; 

}  



