.in_container {
    width: 100%;
    margin: 0 auto;
}

.pg_container {
	width: 85%;
    margin: 0 auto;
}

.login_container {
	width: 100%;
}

/* 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%;
}

.pg_container {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
}

.login_logo {
	background-size: contain;
	background-repeat: no-repeat;
  margin-top: 20px;
}

.login_logo_txt {
    color: #143E9B;
    font-size: 11px;
}

.img_box {
	min-height: 400px;
	/* margin: 0 20%; */
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 30px;
}

h3 p {
	margin: 0;
}

.login_container .clf_sx {
    margin-top: 140px;
    margin-left: 10%;
    width: 50%;
    float: left;
}

.login_container .clf_dx {
    float: left;
    width: 330px;
    margin-top: 162px;
}

.clf_dx h3 {
	color: #878787;
	margin-bottom: 35px;
  text-transform: uppercase;
}

.login_container .clf_sx {
    margin-top: 140px;
    width: 50%;
}

.user-login-form label.control-label h6 {
    display: none;
}

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

}

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

.user-login-form .form-actions {
	margin-top: 50px;
}

.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{
    float: right;
    margin-top: -31px;
    z-index: 2;
    margin-right: 20px;
}

.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 input {
	width: 100%;
}

#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;
}

#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;
}

#profile_page .btn_avatar input {
	width: 50%;
    /*height: 45px;*/
}

#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;
}

#user-form.button-edit-profile-form-non-emb #edit-submit {
    float: left;
    margin-left: -62%;
}

.login_container .discl {
  margin-top: 80px;
}
