body{
    background-image: url(pic/LA.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100hv;
    margin: 0;
    padding: 0;
}
.LT{
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 380px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 220px;
    border-radius: 15px;
}
.pa{
    font-weight: bold;
    color: white;
    font-size: 30px;
}
.ie{
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    background: transparent;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: black;
    width: 250px;
    height: 60px;
    border-radius: 30px;
    padding-left: 40px;
    transition: 0.5s;
}
.ie::placeholder{
    color: rgba(255, 255, 255, 0.7);
}
.ie:focus{
    outline: none;
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}
#ip{
    position: relative;
    z-index: 1;
    background: transparent;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: black;
    width: 250px;
    height: 60px;
    border-radius: 30px;
    padding-left: 40px;
    padding-right: 40px;
    transition: 0.5s;
}
#ip::placeholder{
    color: rgba(255, 255, 255, 0.7);
}
#ip:focus{
    outline: none;
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}
.be{
    margin-top: 25px;
    cursor: pointer;
    background-color: white;
    border: none;
    width: 270px;
    height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: 0.5s;
}
.be:hover{
    background-color: yellow;
}

.icon1, .icon2{
    position: absolute;
    color: white;
    font-size: 14px;
    pointer-events: none;
}

.icon1{
    left: 80px;
    top: 128px;
}
.icon2{
    left: 80px;
    top: 189px;
}
.rt{
    color: white;
    font-size: 15px;
}
.RL{
    font-size: 13px;
    font-family: sans-serif;
    color: white;
    text-decoration: none;
    transition: 0.5s;
}
.LP{
    font-size: 15px;
    margin-top: 10px;
    color: black;
    text-decoration: none;
    margin-left: -130px;
    transition: 0.5s;
}
.RL:hover{
    color: black;
    text-decoration: underline;
}
.LP:hover{
    color: white;
    text-decoration: underline;   
}
#eye{
    position: absolute;
    left: 280px;
    top: 186px;
    z-index: 2;
}
.LT {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
* {
    -webkit-tap-highlight-color: transparent;
}
