You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.4 KiB
77 lines
1.4 KiB
.login {
|
|
min-width: 100%;
|
|
min-height: 100vh;
|
|
background-image: url('../assets/b1_bg.png');
|
|
background-size: cover;
|
|
background-position: center;
|
|
padding: 10px;
|
|
|
|
.container {
|
|
width: 100%;
|
|
min-height: 100vh;
|
|
background-color: rgba(0, 0, 0, .5);
|
|
color: #fff;
|
|
|
|
.img {
|
|
max-width: 140px;
|
|
margin-top: 100px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.verify-button {
|
|
height: 50px;
|
|
max-width: 160px;
|
|
margin-left: 10px;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.input {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
background-color: hsla(0, 0%, 100%, .2);
|
|
border-radius: .25rem;
|
|
padding: 1rem 2rem;
|
|
width: 100%;
|
|
height: 50px;
|
|
border-width: 1px;
|
|
border-color: hsla(0, 0%, 100%, .1);
|
|
color: #fff;
|
|
|
|
&::placeholder {
|
|
color: #999;
|
|
}
|
|
|
|
&:hover {
|
|
background: none;
|
|
}
|
|
}
|
|
.button {
|
|
width: 100%;
|
|
height: 52px;
|
|
background-color: #f7b93f;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.verify-img {
|
|
position: absolute;
|
|
right: 0;
|
|
width: 100px;
|
|
height: 45px;
|
|
right: 2px;
|
|
top: 2px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.create-button {
|
|
background-color: #383d49;
|
|
margin-top: 30px;
|
|
color: #f7b93f;
|
|
}
|
|
|
|
}
|
|
|
|
}
|