login page
Автор: Engineering Boy Avajit
Загружено: 2024-11-03
Просмотров: 56
Описание:
@import url('https://fonts.googleapis.com/css2?fam...
*{
margin: 0%;
padding: 0%;
box-sizing: border-box;
font-family:'poppins',sans-serif;
}
body
{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background:url(./sports-car-futuristic-mountain-sunset-scenery-digital-art-4k-wallpaper-uhdpaper.com-537@[email protected]);
background-size: 100rem;
}
header
{
position:fixed;
top:0;
left:0;
width:100%;
padding: 20px 100px;
background:rgba(236, 75, 217, 0.213);
display: flex;
justify-content: space-around;
align-items: center;
z-index: 99;
background-position-y:110%;
}
.logo
{
font-size: 4em;
color: rgb(0, 0, 5);
user-select:none;
}
.navigation a
{
position: relative;
font-size: 1.1em;
color:#000000;
text-decoration: none;
font-weight: 500;
margin-left: 40px;
font-size: 20px;
}
.navigation a::after
{
content:" ";
position:absolute;
width: 100%;
height: 3px;
left: 0;
bottom: -6px;
background: rgb(0, 0, 0);
border-radius: 5px;
transform: scaleX(0);
transition:.5s;
transform-origin:right;
}
.navigation a:hover:after
{
transform-origin:left;
transform: scaleX(1);
}
.navigation .btnlogin-popup
{
width: 130px;
height:50px ;
background: transparent;
border: 2px solid rgba(255, 252, 252, 0.796);
outline:none;
border-radius: 6px;
cursor:pointer;
font-size:1.1em;
color:fff;
font-weight: 500;
margin-left: 40px;
transition: 1ms;
}
.navigation .btnlogin-popup:hover
{
background:rgb(196, 54, 165);
color: rgba(0, 0, 0, 0.485);
}
.wrapper
{
position:relative;
width:400px;
height:440px;
background:transparent;
backdrop-filter: blur(2px);
border-radius: 20px;
box-shadow: 0px 0px 30px rgb(255, 255, 255);
display: flex;
justify-content: center;
align-items: center;
}
.wrapper .form-box
{
width:100%;
padding: 40px;
}
.form-box h2
{
font-size:2em;
color: #ffffff;
text-align: center;
}
.input-box
{
position:relative;
width: 100%;
height:50px;
border-bottom:2px solid rgb(255, 255, 255);
margin: 30px 0;
}
.input-box label
{
position:absolute;
top: 50%;
left:5px;
transform: translateY(-50%);
font-size: 1.3em;
color: #efe6e6;
pointer-events: none;
transition: .5s;
}
.input-box input:focus~label,
.input-box input:valid~label
{
top:-5px
}
.input-box input
{
width: 100%;
height: 100%;
background: transparent;
color: #ffffff;
border: none;
outline: none;
font-size: 1em;
font-weight: 600;
padding: 0 35px 0 5px;
}
/* .input-box .icon
{
position:absolute;
right: 8px;
top:50%;
font-size: 20px;
color:#000000;
line-height: 57px;
transform:translateY(-50%);
line-height: 57px;
} */
.Remember-forgot
{
font-size: .9em;
color: #ffffff;
font-weight: 500;
margin: -15px 0 15px;
display: flex;
justify-content: space-between;
}
.Remember-forgot label input
{
accent-color: rgb(255, 254, 254);
margin-right:3px;
}
.Remember-forgot a
{
color:rgb(255, 247, 247);
text-decoration: none;
}
.Remember-forgot a:hover
{
text-decoration: underline;
}
.btn
{
width: 100%;
height: 45px;
background:#ffffff;
border: none;
outline: none;
border-radius: 40px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
cursor: pointer;
font-size: 16px;
color: #ffffff;
font-weight: 600;
}
.btn:hover
{
background:rgb(255, 255, 255);
color:#000000;
background-color:#54127f;
}
.btn a{
color: rgb(10, 0, 0);
}
.login-register
{
font-size: 14.5px;
text-align: center;
color: #ffffff;
font-weight: 600;
margin:20px 0 15px;
}
.login-register p a
{
color: rgb(255, 255, 255);
text-decoration: none;
font-weight: 600;
}
.login-register p a:hover
{
text-decoration: underline;
}
@media only screen and (max-width:780px)
{
header
{
padding: 20px 50px;
}
.logo
{
font-size:1.5em;
}
.navigation a {
font-size: 1em;
margin-left: 20px;
}
}
/* for responsive design*/
@media only screen and (max-width:480px)
{
header
{
padding: 20px 20px;
}
.logo
{
font-size:1em;
}
.navigation a {
font-size: 0.8em;
margin-left: 100px;
}
.navigation .btnlogin-popup{
width: 80px;
height:30px;
font-size:0.8em;
margin-left:10px;
}
}
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: