| Server IP : 172.67.189.169 / Your IP : 216.73.216.59 Web Server : Apache/2 System : Linux cat167-197.static.lnwhostname.com 5.10.0-20-amd64 #1 SMP Debian 5.10.158-2 (2022-12-13) x86_64 User : paphayomho ( 1042) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/paphayomho/domains/paphayomhospital.go.th/private_html/med_payom2023/myfilemgr/css/ |
Upload File : |
* {
margin: 0;
padding: 0;
border: 0;
text-decoration: none;
outline: none;
}
.login-main {
width: 300px;
height: 120px;
position: relative;
margin: 100px;
bottom: 0px;
left: 0px;
right: 0px;
background: #00A0C0;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.login-main p {
text-indent: 10px;
color:#fff;
}
.box1 {
background: #fff;
height: 40px;
text-indent: 10px;
width: 90%;
margin-bottom: 2px;
color: #3B424D;
font-size: 15px;
font-weight: 400;
}
.border1 {
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.border2 {
-webkit-border-radius: 0px 0 5px 5px;
-moz-border-radius: 0px 0 5px 5px;
-ms-border-radius: 0px 0 5px 5px;
-o-border-radius: 0px 0 5px 5px;
border-radius: 0px 0 5px 5px;
}
.send {
width: 60px;
height: 60px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: absolute;
right: 9px;
top: 20px;
border: 5px solid #ff7e68;
background: #3B424D;
font-size: 18px;
color: #fff;
font-weight: normal;
text-shadow: 1px 1px 2px #000;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.send:hover {
animation: spin 0.3s ease-in-out;
-webkit-animation: spin 0.3s ease-in-out;
-moz-animation: spin 0.3s ease-in-out;
-ms-animation: spin 0.3s ease-in-out;
-o-animation: spin 0.3s ease-in-out;
cursor: pointer;
color:#57FFFF;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-o-keyframes spin {
from {
-o-transform: rotate(0deg);
}
to {
-o-transform: rotate(360deg);
}
}