.login-form-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 220px)}.login-form-wrapper .main-header{margin:20px}.login-form-wrapper .main-header .logo-wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px}.pass-wrapper{position:relative}.pass-wrapper .pass-change{padding-right:35px;box-sizing:border-box}.pass-wrapper .input-sign-button{position:absolute;top:22px;right:10px;transform:translateY(-50%);width:24px;height:24px;padding:0;margin:0}.pass-wrapper .input-sign-button img{width:100%;height:100%}.login-form{width:90%;max-width:600px;margin:0 auto;background-color:#f5f5f5;padding:85px 95px;box-sizing:border-box}.login-form .dist-text{margin-bottom:10px}.input-text{background-color:#f5f5f5;color:#002752;width:100%;box-sizing:border-box;padding:10px 15px;border:1px solid #002752}.input-text.sm-margin-bt{margin-bottom:10px}.input-text::placeholder{color:#a9abbd}.input-sign-button{color:#002752;border:none;background:transparent;cursor:pointer}@media(max-width:1024px){.login-form{padding:85px 60px}}@media(max-width:767px){.login-form{padding:85px 30px}}