
font b{
    color: #000 !important;
}

#password-strength-meter, #password-strength-text, i[data-bv-icon-for="password"]{
  display: none !important;
}

.widget .widget-header{
    background: #000000 !important;
}

.widget .widget-header h3{
    color: #ffffff !important;
}
.logo-top-img{
    background: url(../img/logo.png);
        width: 200px;
    height: 70px;
    position: absolute;
    top: 45px;
    background-size: 100%;
    left: 50%;
    background-repeat: no-repeat;
    margin-left: -100px;
}

body{
        background: #ffffff !important;
    font-family: Open Sans !important;
}

.logo-center{
        display: none;
}

.navbar .brand{
       /* background: url(../img/logo_desktop.png);*/
        background-repeat: no-repeat;
        width: 185px;
        white-space: nowrap;
        text-indent: -9999px;
        height: 18px;
        padding: 0px 20px 20px !important;
        background-size: contain;
        background-position: center;
}

.account-container{
      background-color: #000000 !important;
      width: 365px !important;
      box-shadow: none !important;
      border: 1px solid #c9c9c9 !important;
      position: relative;
}



.navbar-fixed-top .navbar-inner{
        background: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
      height: 40px;
      padding: 10px 0 !important;
}

.navbar-fixed-top{
  display: none;
}
.login-fields input:not([type=radio]){
        background-color: #fff !important;
    border: 1px solid #ccc !important;
    box-shadow: 2px 3px 2px -2px rgba(0, 0, 0, .08) inset !important;
        padding: 7px 10px 7px 10px !important;
        background-image: none !important;
          width: 303px !important;
}

@media (max-width: 480px){
.account-container {
    width: 100% !important;
    margin-top: 35px;
}
.login-fields input:not([type=radio]){
  width: 100% !important;
}
}

.login-fields label{
    display: block !important;
    font-weight: normal;
    font-size: 14px;
    color: #191919;
}

.btn-primary{
    background-color: #ff9e1b !important;
     -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-family: Open Sans;
            font-size: 14px !important;
            font-weight: 400;
            padding-top: 4px !important;
            padding-bottom: 4px !important;
          width: 100%

}

.btn-primary[name="submitverify"]{
    width: auto
}

.btn-primary:hover{
    background-color: #ff9e1b !important;
    background-position: unset !important;
     -webkit-box-shadow: none !important;
        box-shadow: none !important;

}

.login-actions .btn{
    float: left;
}

input, textarea, select, .uneditable-input{
    border: 1px solid #8c8c8c !important;
}

a {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    font-family: Open Sans;
}

a:hover{
    color: #000000 !important;
    text-decoration: none !important;
}

.navbar .container {
    margin-left: 100px ;
    margin-right: 100px ;
    width: auto !important;
}

.content {
        padding: 20px !important;
    margin-top: 100px !important;
    background: #f7f7f7;
}

@media (max-width: 979px){
.navbar .container {
    padding: 10px !important;
     margin: 0px !important;
}
.navbar .brand{
    width: 70px;
    /*background-size: 119px;*/
        height: 20px;
        padding: 0px 0px 20px !important;
}

.navbar-fixed-top .navbar-inner{
      height: 60px;
    padding: 00px 0 !important;
}
}

.password-strength-main{
	width: 96%;
 	background-color: rgba(0, 0, 0, 0.1);
  	height: 7px;
	}
/*
	
@media (max-width: 380px) {
   .password-strength-main{
	width: 100% !important;
	
	}
}

@media (max-width: 768px) {
   .password-strength-main{
	width: 45% ;
	
	}
}
*/



