Select Git revision
Login.css 2.40 KiB
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@500&display=swap');
.img_resize{
width: 200px;
height: 100px;
}
.split {
height: 100%;
width: 50%;
position: fixed;
z-index: 1;
top: 0;
overflow-x: hidden;
padding-top: 0px;
}
/* Control the left side */
.left {
left: 0;
background-color: #a3a2ff;
}
/* Control the right side */
.right {
right: 0;
background-color: rgb(255, 255, 255);
}
/* If you want the content centered horizontally and vertically */
.centered {
position: absolute;
top: 30%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
/* Style the image inside the centered container, if needed */
.centered img {
width: 150px;
border-radius: 50%;
}
.img{
overflow:hidden;
width: 100%;
height: 100%;
max-height: 100%;
position: absolute;
}
.font{
font-family: 'Sarabun', sans-serif;
font-size: 15px;
padding: 10px;
text-align: left;
}
.login-position{
position: absolute;
top: 40%;
left: 50%;
text-align: center;
transform: translate(-50%);
}
.div-between > * {
padding: 10px;
}
.button-register{
float:inherit;