.clientArea-login .background{width:430px;height:560px;position:absolute;transform:translate(-50%,-50%);left:50%;top:50%}.clientArea-login .background .shape{height:200px;width:200px;position:absolute;border-radius:50%}.clientArea-login .shape:first-child{background:linear-gradient(90deg,#ff512f,#f09819);left:-80px;top:-100px}.clientArea-login .shape:last-child{background:linear-gradient(90deg,#ff512f,#f09819);right:-80px;bottom:-100px}.clientArea-login form{height:480px;width:400px;background-color:hsla(0,0%,100%,.13);position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.1);box-shadow:0 0 40px rgba(8,7,16,.6);padding:20px 15px}.clientArea-login form *{letter-spacing:.5px}.clientArea-login form h3{font-size:32px;font-weight:500;line-height:42px;text-align:center}.clientArea-login label{display:block;margin-top:14px;font-size:16px;font-weight:500}.clientArea-login ::placeholder{color:#e5e5e5}