Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
inetpub
/
wwwroot
/
IRC
/
ClientApp
/
src
/
scss
/
pages
/
View File Name :
_login.scss
.container { display: flex; justify-content: center; align-items: center; height: 100%; width: 100%; .login-form { display: flex; margin-top: 100px; width: 800px; height: 450px; padding: 20px; border-radius: 10px; background-color: white; .el-button { width: 100%; } &__forgot { display: flex; justify-content: center; .forgot-link { padding: 0px 10px; color: #787878; cursor: pointer; font-size: 13px; &:first-child { border-right: 1px solid #a5a4a4; } //1px solid #d8d8d8; } } } } .left-side{ display: flex; align-items: center; padding: 0 0px 0 40px; width: 400px; // background-color: #c98a03; background-image: url(../../assets/BNBWhite.JPG); background-size: 100% 100%; } .left-header{ margin-top: -200px; margin-left: -20px; } .left-detail-section{ margin-top: 30px; } .right-side{ padding: 50px 0 0 80px; }