Skip to content
Snippets Groups Projects
Commit 735518d1 authored by Gaeon Kim's avatar Gaeon Kim
Browse files

feat: Upload login.css File

parent bd6e987c
No related branches found
No related tags found
No related merge requests found
@font-face {
font-family: "Poppins";
src: url("../Poppins.ttf") format("truetype");
}
.logo_img{
margin-top: 70px;
}
.title{
margin-top: 55px;
margin-bottom: 20px;
margin-right:265px;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
color:#8393BE
}
.login-container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: "Poppins";
margin-left: 700px;
}
.input-with-image{
height: 20px;
width: 300px;
margin: 10px;
padding: 15px;
background: #F7F8F8;
border: 1px solid #F7F8F8;
border-radius: 14px;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #ADA4A5;
margin-bottom: -10px;
}
.input-with-image input {
vertical-align:middle;
border: none;
outline: none; /* 선택 시 나타나는 외곽선 제거 */
background-color: #F7F8F8;
margin-left: 15px;
margin-top:-10px;
margin-bottom: 2px
}
.login{
height: 60px;
width: 330px;
margin-top: 50px;
margin-bottom: 20px;
background: #8393BE;
border-radius: 99px;
border: none;
color: white;
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
cursor: pointer;
}
.stick{
color: #DDDADA;
margin: 15px;
}
.or{
color: black;
font-family: 'Poppins';
font-size: 14px;
}
.gotoJoin{
font-family: 'Poppins';
margin-top: 10px;
font-size: 14px;
}
.loginText{
list-style: none;
text-decoration: none;
color: #8393BE;
font-weight: 400;
margin-left:30px;
font-size: 16px;
}
.eye-img{
color:#F7F8F8;
margin-left: 83px;
margin-top: -10spx;
}
.input-with-image input:last-child{
margin-left: 10px;
margin-top:-4px;
margin-bottom: 2px
}
body {
margin: 0;
padding: 0;
background: url('../../public/login_background1.png') no-repeat fixed; /* 배경 이미지 설정 */
/* 배경 이미지를 창에 맞게 늘리기 */
background-position: left -170px top; ; /* 배경 이미지를 오른쪽으로 정렬 */
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment