.login-form, .vcard-password-reset-form {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-direction: column;
    margin-top: -30px;
}
.nxb-logo-uslo img.custom-logo {
    margin-bottom: 50px;
}
p.login-error {
    color: red !important;
}
form#loginform, form#vcard-rp-frm {
    border: 2px solid;
    padding: 20px 20px 10px;
}
.vcard-rp-hd{
  text-align: center;
}
/* Details page */
.profile-edit-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px;
}
.profile-edit-form h2{
text-align: center;
}
.vc_pf_img{
  text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 220px;
}
/* .vc-btn input[type="submit"]{
    margin-right: 50px;
    font-size: 20px !important;
} */
/* .vc-btn a {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 35px;
    color: #FFFFFF !important;
    background-color: var(--e-global-color-secondary);
    border-radius: 5px 5px 5px 5px;
    padding: 15px 25px 15px 25px;
} */
.vc-btn a:hover{
    background-color: #2D2D2D;;
}
.profile-edit-form h2 {
  font-size: 30px !important;
}
/* Container for flexboxes */
.row {
    display: flex;
    flex-wrap: wrap;
  }
  
  /* Create four equal columns */
  .ptcol1 {
    flex: 30%;
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  .ptcol2 {
    flex: 70%;
    padding: 20px;
  }
  .ptcol{
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 20px;
  }
  .sub-ptcol{
    width: 50%;
  }
  .vc-desc{
    width: 100%;
    margin-top: -20px;
  }
  .ptcol input[type="submit"], .ptcol input[type="reset"], .ptcol a {
    color: #fff !important;
    background: #707070;
    text-transform: capitalize;
    font-size: 18px !important;
    padding: 8px 25px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
  }
  .ptcol input[type="submit"]:hover{
     background: #2d2d2d;
  }
  .ptcol input[type="reset"], .ptcol input[type="reset"]:focus{
    /* background-color: #007bff; */
    border: 1px solid #707070;
  background-color: #fff;
  color: #707070 !important;
  }
  .ptcol input[type="reset"]:hover {
    background-color: #2D2D2D;
    color: #fff !important;
    border: 1px solid #2d2d2d;
  }
  .ptcol a{
    background-color: rgb(209, 110, 110);
  }
  .ptcol a:hover{
    background-color: red;
  }
  .ptcol .lg-btn{
    display: none;
  }
  .ptcol2 h6{
    margin-bottom: 5px;
  }
  .ptcol.act-btn{
    margin-top: 30px;
  }
/* Column for image */
.ptcol1 img {
  width: 100%;
  max-height: 220px;
  margin-bottom: -29px;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
  @media screen and (max-width: 992px) {
    .ptcol .lg-btn{
      display: block;
    }
    .act-btn{
      flex-direction: row;
      justify-content: center;
    }
    .ptcol input[type="submit"], .ptcol input[type="reset"] {
      font-size: 15px !important;
      padding: 5px 20px !important
    }
    .ptcol a{
		text-decoration:none;
      font-size: 15px !important;
      padding: 9px 20px !important;
    }
.ptdd.dropdown {
    display: none;
}
  }
  
  /* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .row {
      flex-direction: column;
    }
.ptdd.dropdown {
    display: none !important;
}    .ptcol{
      flex-direction: column;
      gap: 20px;
    }
    .act-btn{
      flex-direction: row;
      justify-content: center;
    }
    .sub-ptcol{
      width: 100%;
    }
    .dropdown{
      display: none;
    }
    .custom-file-upload{
      margin-top: 7px;
    }
    .vc-desc{
      margin-top: 0px;
    }
    .ptcol .lg-btn{
      margin-top: -10px;
      display: block;
    }
    .ptcol input[type="submit"], .ptcol input[type="reset"]{
      font-size: 14px !important;
      padding: 5px 15px !important;
    }
    .ptcol a {
      font-size: 14px !important;
      padding: 11px 15px !important
    }
	  
	.ptcol1 img {
	  margin-bottom: -36px;
	}
  }

  /* Container for the profile edit form */
.profile-edit-form {
  margin: 20px auto;
  padding: 20px;
  max-width: 80%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}
.profile-edit-form input {
  border-radius: 5px !important;
}
.dropdown a:focus {
  outline: none !important;
}
.page-template-profile-template .footer-top-column{
  display: none;
}

/* File upload button */
.custom-file-upload {
  display: inline-block;
  cursor: pointer;
  padding: 6px 10px 5px;
  /* background-color: #007bff; */
  background-color: #707070;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: background-color 0.3s;
  z-index: 1;
	width:50%;
	margin-right:50px;
}

.custom-file-upload:hover {
  background-color: #2D2D2D;
  /* background-color: #0056b3; */
}


/* Profile Image into Menu */
.dropbtn {
  display: inline-block;
  width: 43px;
  height: 43px !important;
  border-radius: 50% !important;
  margin-left: 30px;
  margin-right: 40px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2d2d2d;
  text-align: center;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 5px;
  margin-left: -50px;
}

.dropdown-content a {
  color: #fff !important;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #707070;}

.dropdown:hover .dropdown-content {display: block;}

span#delete_image {
  background: red;
/*   color: #fff; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
/*   padding: 0px 7px;
  font-size: 14px; */
	display:block;
	width: 50%;
	height:41px;
}
.success-message {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  background-color: #707070;
  font-weight: 500;
  width: 25%;
}
.error-message {
  color: red;
}
#image_message {
  font-size: 12px;
}
.page-template-profile-template section.footer-section {
  padding-top: 80px !important;
}
.page-template-profile-template footer {
  margin-top: -70px;
}
.page-template-profile-template .success-message {
  width: 100%;
}
.forgot-password a{
	text-decoration:none !important;
	color:#333 !important;
}
span.img-btns-wrap {
    text-align: left;
    display: flex;
    margin-top: 28px;
	align-items: baseline;
}
.ptcol1 .img-btns-wrap img, #delete_image img {
    width: 30px;
    display: block;
    margin: 0 auto;
}
#delete_image img{
	margin-top:6px;
}
.disabled {
/*     pointer-events: none; */
    opacity: 0.5;
	cursor: not-allowed !important;
}