
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    overflow-y: hidden;
    font-family: "Inter", sans-serif;
}
img{
    top: 0;
    left: 0;
    width: 393px;
    height: 852px;
}
h2{
    position: absolute;
    left: 170px;
    top: 77px;
    color: #648DDB;
}
h2 a{
    text-decoration: none;
    color: #648DDB;
}
.h2{
    position: absolute;
    top: 77px;
    left: 190px;
    color: #D9D9D9;
}
.h2 a{
    text-decoration: none;
    color: #D9D9D9;
}
.telefon{
    position: absolute;
    left: 9px;
    top: 203px;
}
.password{
    position: absolute;
    top: 303px;
    left: 9px;
}
.p{
    position: absolute;
    top: 400px;
    left: 253px;
    color: #648DDB;
}
.p a{
    text-decoration: none;
    color: #648DDB;
}
.toggle{
    position: absolute;
    top: 40px;
    left: 337px;
    width: 20px;
    height: 20px;
}
button{
    position: absolute;
    top: 435px;
    left: 9px;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    background-color: #648DDB;
    width: 376px;
    height: 56px;
}
.p2{
    position: absolute;
    left: 187px;
    top: 515px;
    color: #E1E1E1;
}
.Apple{
    gap: 10px;
    position: absolute;
    top: 553px;
    left: 9px;
    width: 376px;
    height: 56px;
    border-radius: 12px;
    border: solid;
    border-color: #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app{
    width: 18px;
    height: 23px;
}
.goo{
    width: 24px;
    height: 24px;
}
.Google{
    gap: 10px;
    position: absolute;
    top: 625px;
    left: 9px;
    width: 376px;
    height: 56px;
    border-radius: 12px;
    border: solid;
    border-color: #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p3{
    position: absolute;
    left: 41px;
    top: 538px;
}
.p3 em{
    color:#648DDB;
}
.p3 a{
    text-decoration: none;
    color:#648DDB;
}
#name,
#name2{
    width: 376px;
    margin: 0px;
    height: 56px;
    border-radius: 12px;
    background-color: #fff; 
    border: solid;
    border-color: #E1E1E1;
    font-size: 20px;
    text-align: center;
}