popup#Popup_changePassword content .title{text-align:center}popup#Popup_changePassword content .title img{height:40px;width:40px}popup#Popup_changePassword content .title h2{color:#405b54;font-size:16px}popup#Popup_changePassword content .inputs{align-items:center;display:flex;flex:auto;flex:1 1 100%;flex-flow:row wrap;max-width:100%;min-height:32px;position:relative}popup#Popup_changePassword content .inputs input{background-color:#fff;border:1px solid rgba(21,25,21,.353);border-radius:50px;box-sizing:border-box;font-size:16px;line-height:1.5;margin-bottom:5px;min-width:0;padding:10px 20px;text-overflow:ellipsis;width:100%}popup#Popup_changePassword content .inputs input:focus,popup#Popup_changePassword content .inputs input:focus-within{box-shadow:0 0 0 2px rgba(195,255,5,.1);outline:none}popup#Popup_changePassword content .inputs .password_container{align-items:center;display:flex;flex-direction:column;position:relative;width:100%}popup#Popup_changePassword content .inputs .password_container p{font-weight:700;margin:5px;padding-left:40px;width:100%}popup#Popup_changePassword content .inputs .password_container input{width:100%}popup#Popup_changePassword content .inputs .password_container .icon{align-items:center;display:flex;gap:5px;position:absolute;right:15px;top:54px;transform:translateY(-50%)}popup#Popup_changePassword content .inputs .password_container .icon img{cursor:pointer;filter:brightness(0) saturate(100%) invert(62%) sepia(0) saturate(1257%) hue-rotate(206deg) brightness(90%) contrast(86%);width:20px}popup#Popup_changePassword content .inputs .password_container .icon img:hover{filter:none}popup#Popup_changePassword content .inputs .password_container .icon img:nth-child(2){display:none}popup#Popup_changePassword content .infos{margin:25px 0 0 20px;width:75%}popup#Popup_changePassword content .infos p{font-size:16px;font-weight:700;margin:0 0 5px}popup#Popup_changePassword content .infos span{align-items:center;display:flex;justify-content:flex-start;width:100%}popup#Popup_changePassword content .infos span img{height:20px;width:20px}popup#Popup_changePassword content .submit{box-sizing:border-box;display:flex;flex:auto;justify-content:center;margin-top:20px;width:100%}popup#Popup_changePassword content .submit button{align-items:center;background:linear-gradient(90deg,#1e5900,#405b54);border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:16px;gap:10px;height:unset;justify-content:center;padding:15px 30px;transition:background-color .2s}popup#Popup_changePassword content .submit button img{height:20px;width:20px}popup#Popup_changePassword content .submit button:disabled{background:rgba(0,0,0,.04);border-color:#252525;box-shadow:none;color:rgba(0,0,0,.25);cursor:not-allowed}popup#Popup_changePassword content p.details{text-align:center;width:100%}