body{
    background: #f1f1f1;
}
h3 {
    color: #000;
}
font b{
    color: #000 !important;
}
small.help-block p {
    font-size: 16px;
    margin-bottom: 0;
}

.account-container p{
    font-family: 'Regular';
    text-align: center;
}
.account-container small p {
    text-align: left;
}
small.help-block {
    margin-top: 0 !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{
    width: 220px;
    height: 109px;
    position: absolute;
    top: 8px;
    background-size: contain;
    left: 50%;
    background-repeat: no-repeat;
    margin-left: -110px;
}


.reset_pwd .logo-top-img, .reset_pwd_admin .logo-top-img{
        width: 180px;
    position: absolute;
    top: 20px;
    background-size: 100%;
    left: 50%;
    background-repeat: no-repeat;
    margin-left: -94px;
}


.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{
      width: 400px !important;
      border: none !important;
      position: relative;
      border-radius: 10px !important;
      padding-top: 120px;
      box-shadow: 8px -4px 11px 0px #eae8e8;
    background: #fff;
}

.verification .account-container{
    width: 620px !important;
    margin: auto;
    max-width: 100%;
}

.verification .account-container .clearfix{
    box-sizing: border-box;
    width: 100%;
}
.verification .account-container{
    padding-top: 90px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.verification .account-container form{
    max-width: 520px;
    margin: auto;
}
.verification .back{
    position: absolute !important;
}
.verification .form-actions{
    border-top: none;
    background-color: #ffffff;
}
.navbar-fixed-top .navbar-inner{
        background: #E57200 !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: 2px solid #F0F0F3 !important;
    box-shadow: none !important;
        padding: 7px 10px 7px 10px !important;
        background-image: none !important;
          width: 100% !important;
          border-radius: 10px;
          box-sizing: border-box;
          height: 36px;
}

@media (max-width: 978px){
    .verification .back{
        position: relative !important;
    }
}

@media (max-width: 480px){
.account-container {
    width: 100% !important;
    margin-top: 35px;
}
.login-fields input:not([type=radio]){
  width: 100% !important;
}
.btn {
    width: 100%;
}
}

.login-fields label{
    display: block !important;
    font-weight: normal;
    font-size: 14px;
    color: #191919;
}

.btn-primary{
     -webkit-box-shadow: none !important;
        box-shadow: none !important;
            border-radius: 72px!important;
          min-width: 90px;
          background-image: none;
}

.btn-primary[name="submitverify"]{
    width: auto
}

.btn-primary:hover{
    background-position: unset !important;
     -webkit-box-shadow: none !important;
        box-shadow: none !important;

}

.login-actions .btn{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-actions a{
    display: inline-block;
    text-align: center;
} 

input, textarea, select, .uneditable-input{
    border: 1px solid #8c8c8c !important;
}

a {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

a:hover{
    text-decoration: none !important;
}

.navbar .container {
    margin-left: 100px ;
    margin-right: 100px ;
    width: auto !important;
}

.content {
    padding: 30px;
    padding-top: 0;
    background: #fff;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

@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% ;

	}
}
*/

