body {
  background-color: #fff !important;
  background-image: none !important;
}

#profile_page .col-sm-10.u_value {
  margin-top: 7px;
}

.login_container {
	width: 100%;
  padding: 2rem;
}

/* CSS FOR LOGIN FORM */

span.user-menu-avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-position: center;
}

span.user-menu-avatar.circle {
  border-radius: 50%;
}

.login_logo_wrapper {
  background-color: #143E9B;
  padding: 1rem;
}

.login_logo {
	background-size: contain;
	background-repeat: no-repeat;
}

.login_logo_txt {
    font-size: 100%;
    font-weight: bold;
    color: #fff;
}

.img_box {
  min-height: 240px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 30px;
}

h3.login-header {
      color: #002060;
      font-weight: bold;
      font-size: 1.3rem;
      text-transform: uppercase;
}

@media only screen and (min-width: 821px) {
  .login_container .clf_sx,
  .login_container .clf_dx {
      margin-top: 0;
      width: 50%;
      float: left;
  }

  .img_box {
    min-height: 350px;
  }

}

.clf_dx h3 {
	margin-bottom: 8px;
}

.v_container {
	min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: auto;
	padding-top: 0;
    clear: both;

}

.user-login-form .form-item {
  position: relative;
}

.user-login-form label {
  font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

.user-login-form .form-group {
  margin-bottom: 50px;
}

.user-login-form .form-required:after,
.user-pass .form-required:after {
  display: none;
}

.user-login-form .form-control,
.user-pass .form-control {
    background-color: #F4F4F4;
    height: 45px;
    border: none;
}

.user-login-form input {
   box-shadow: none !important;
}

.reqf, .shwpd {
    font-weight: bold;
    color: #024FBF;
    font-size: 12px;
}

.pwd_rec {
	margin-top: 35px;
	margin-bottom: 5px;
}

.pwd_rec_l, .pwd_rec_l .checkbox label {
    color: #878787;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    position: relative;
}

#edit-remember-me {
  margin-top: 1px;
    height: 16px;
    width: 16px;
}


/* password show */

.eye-open {
 /* background: url("images/eye-open.svg") no-repeat; */
  display: block;
  height: 16px;
  width: 24px;
  margin-top: 2px;
  background-size: 20px;
}

.eye-close {
  /* background: url("images/eye-close.svg") no-repeat; */
  display: block;
  height: 16px;
  width: 24px;
  margin-top: 2px;
  background-size: 20px;
}

.shwpd{
  position: absolute;
  right: 35px;
  top: 47px;
}

.pg_container .alert {
  color: #ff0000;
    background: none;
    border: none;
  padding: 0;
  font-weight: bold;
}

.pg_container .alert button {
  display: none;
}

/* user profile pages */
#profile_page {
  padding-top: 100px;
}

#profile_page input:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#profile_page h2 {
  font-weight: bold;
  margin: 0px 0 40px;
}

#profile_page .col-sm-9 {
  padding-left: 25px;
}

#profile_page .avatar {
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
}

#profile_page .btn_edit_profile  {
  padding-right: 5px;
  text-align: right;
}

#profile_page  .form-group {
  margin-bottom: 0;
}

#profile_page #edit-user-picture-0-remove-button {
  font-size: 10px;
  border: 2px solid #000;
    border-radius: 4px;
    padding: 5px 15px;
  font-weight: bold;
}

#profile_page #edit-user-picture-0-remove-button:hover {
  color: #fff;
  background-color: #000;
}

#profile_page #edit-user-picture-0-remove-button:focus  {
  background-color: #ccc;
  color: #000;
}

#profile_page .u_name {
	color: #878787;
}

#profile_page .u_role {
	background: #EFEFEF;
	text-transform: uppercase;
	font-size: 12px;
	padding: 6px 8px;
	color: #757575;
	border-radius: 2px;
}

#profile_page .u_company {
	margin: 5px 0 12px 0;
}

#profile_page .u_spacer {
  margin-bottom: 40px;
}

#profile_page .u_spacer_edit {
	margin-bottom: 5px;
}

#profile_page .u_data {
  clear: both;
}

/*
#profile_page .u_value,
#profile_page  .u_lbl {
  border-bottom: 1px solid #C4C4C4;
}

#profile_page .u_value  p,
#profile_page  .u_lbl h5 {
  line-height: 85px;
}



#profile_page .edtf {
  border-bottom: 1px solid #C4C4C4;
  line-height: 85px;
    display: flex;
    align-items: center;
}
*/

#profile_page .u_value p {
	color: #A7A7A7;
	padding-bottom: 0;
}

#profile_page #edit-user-picture-wrapper .control-label {
  display: none;
}

#profile_page #edit-user-picture-wrapper .file--image {
  display: none;
}

#profile_page #edit-user-picture-wrapper .help-block {
  display: none;
}

#profile_page .btn_avatar {
	padding-top: 20px;
	font-size: small;
	background-color: transparent;
}

#profile_page .btn_avatar input {
	background-color: transparent;
    border: none;
}

#profile_page .logout .col-sm-2 {
  margin-top: 60px;
}

#edit-field-api-list-wrapper {
    display: none;
}
#edit-content-synchronizer {
    display: none;
}

#edit-actions {
    padding-bottom: 5px;
}

button#edit-delete {
    display: none;
}

.user-form {
    margin-bottom: 50px;
}

.button-edit-profile-form-non-emb {
    width: auto;
    float: none;
    padding-bottom: 0;

}

.user-form .form-item {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}

.edit-cancel-profile.btn {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    color: var(--black_color);
    margin-left: 50px;
}

.login_container .discl {
    font-size: 0.8rem;
    font-style: italic;
}



/* edit profile page */
#edit_profile .row, #profile_page .datablock {
  min-height: 85px;
  border-top: 1px solid #C4C4C4;
}

#edit_profile .separator, #profile_page .separator {
  margin-top: -1px;
  margin-bottom: 0;
  border-top: 1px solid #C4C4C4;
}

#edit_profile .u_lbl, #edit_profile .u_value, #profile_page .u_lbl, #profile_page .u_value {
   display: flex;
   align-self: center;
   margin-top: 0;
}

#edit-user-picture-wrapper label {
  display: none;
}

#edit-user-picture-wrapper .description {
  display: none;
}

#edit-user-picture-wrapper{
  width: 100%
}

#profile_page .formactions{
	  display: flex;
   align-self: center;
}

#edit_profile_page_container{
	margin-top: -130px;
}
