<style>
    .LinkClass{
        color: #505050;
    }
    #Resetbutton {
    border-radius: 16px;
    background: #ff5d7d;
    border: 1px solid #ff5d7d;
}
#verifyOtpForFORGOT{
   border-radius: 16px;
    background: #ff5d7d;
    border: 1px solid #ff5d7d;
}

#CNFPass{
  border-radius: 16px;
    background: #ff5d7d;
    border: 1px solid #ff5d7d;
}
    body {
    background: #ececec;
    font-family: Convergence, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #505050;
}
#SendOtpButton{
  background: #ff5d7d;
  color: white;
  border-radius: 16px;
border: none;
margin: 5px 5px 6px 0;
}
.commm{
  cursor: pointer;
  color: #15748a;
  text-align: center;
}
   #f_us {
    display: grid;
    place-items: center;
}
/*     sup{
    color: green;
border: 1px groove green;
border-radius: 1px;
margin: 2px;
padding: 0px 2px;
font-size: 9px;
box-shadow: 1px -1px 1px #2d9fa8;
  }
  li a:hover sup {
    background: white;
}
li.active a sup{
  background: white;
}*/
.pointer{
  cursor: pointer;
  text-align: center;
}
#footerAnker a {
    color: #fff;
}
#commitments a {
    color: #505050;
}
#E_Xpertise {
    color: #505050;
}
#topH5 {
    color: #382f2f;
}
#topH4 a {
    color: #505050;
}
#footer h2::after{
    background:none!important;
}
   .animate-border {
    width: 46px;
    height: 2px;
    background: white;
    margin-bottom: 10px;
    display: block;
    margin-top: -10px;
   }


#f_us h2 {
    text-align: center;
}
#terms_ul ul li {
    text-align: center !important;
}
#terms_ul {
    margin-top: 11px;
}
#f_us span {
    margin-left: -10rem;
}
#terms_ul ul li {
    color: white;
}
.pass_show{
  position: relative;
}
.pass_show .fa{
  position: absolute;
  top: 5px;
  right: 11px;
  font-size: 22px;
  color: #15748a;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #terms_ul ul li {
    font-size: 10px;
}
}
@media only screen and (min-width: 768px) {
#coun_rel {
    height: 17rem;
}
}
</style>