body
{
    font-size: medium;
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif !important;
}

.height-145
{
    height: 145px;
}
.height-150
{
    height: 150px;
}

.height-30
{
    height: 30px !important;
}

.form-container
{
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 34px 40px 40px;
}

.width100
{
    width: 100%;
}

.width50
{
    width: 57% !important;
}
.width69
{
    width: 69% !important;
}

.width45
{
    width: 35% !important;
}

.width18
{
    width: 17% !important;
}

button
{
    height: 40px !important;
}

.forgetPassword
{
    margin-left: 45% !important;
    margin-top: 1% !important;
    font-size: medium;
    /*font-family: "Trebuchet MS" , Times New Roman, Helvetica, Sans-Serif;*/
    
    text-decoration: none;
    color:White;
}
.paddingRight
{
    float:right;
}
.loginButtonMargin
{
    margin-right:2%;
    float:right;
}
.marginRight{
margin-right: 20%;
}

@media screen and (max-width: 1920px) and (min-width: 800px)
{
.requiredFieldMargin
{
    min-height: 21px;
    padding-top: 0;
    width: 92%;
    padding-left: 8.5%;
}

}
@media screen and (max-width: 800px) and (min-width: 600px)
{
  .requiredFieldMargin
{
    min-height: 21px;
    padding-top: 0;
    width: 91%;
    padding-left: 6.5%;
}

}

a:hover, a:hover
{
    color: #043f97;
    text-decoration: underline;
}

input[type="text"], input[type="password"]
{
    border: 1px solid #a6a6a6;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12) inset;
    box-sizing: border-box; /*font-family: "Sentinel A" , "Sentinel B";*/
    font-size: 17px;
    height: 42px;
    outline: 0 none;
    padding-left: 12px;
    width: 100%;
    border-radius: 5px;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder
{
    color: rgba(0, 0, 0, 0.4);
}

.requiredFieldLabel
{
    color: #e62020;
    font-size: medium;
    line-height: 12px;
    padding: 0;
    padding-top: 5px;
    white-space: normal !important;
   /* font-family: 'Segoe UI' ,Helvetica,Verdana,sans-serif !important;*/
   
}


.successFieldLabel
{
    color: green;
    white-space: nowrap;
    font-size: 13pt;
}

.loading
{
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    background: gray;
    padding: 0.3em;
    font-weight: bold;
    height: 100%;
    width: 100%;
    z-index: 99999;
    opacity: .8;
}

.loading div
{
    background-size: 50px 50px;
    left: 45%;
    top: 35%;
    position: absolute;
    min-height: 100px;
    min-width: 100px;
    height: 20px !important;
    width: 20px !important;
}
.loading img
{
    height: 150px;
}
.hiddenLbl
{
    display: none;
}
.margintop-70
{
    margin-top: 70px !important;
}
.greyBackGround
{
    background-color: #d5d5d5;
}
#lblForgetMessage
{
    font-size: 14px;
}
 
