* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.header {
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.links a {
    padding-left: 25px;
}

.loginBanner {
    background-image: url(./register/Banner\ Uno.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1340px;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form {
    background-color: white;
    width: 600px;
    height: 700px;
    padding: 30px;
}

.kami {
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

.inputs {
    display: flex;
    flex-direction: column;
}

.input {
    height: 50px;
    padding-left: 15px;
    margin-top: 30px;
}

.ssilka {
    color: grey;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.check {
    padding-left: 10px;
    color: grey;
}

.checkbox {
    padding-top: 30px;
}

.button {
    width: 500px;
    height: 80px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid var(--Gray-5, #E0E0E0);
    margin-left: 20px;
}
.button:hover{
    background-color: #E0E0E0;
}
.social{
    display: flex;
    justify-content: flex-end;
    color: grey;
    padding-top: 80px;
    gap: 10px;
}