*{
    font-family: "Instrument Sans", sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

.log-head{
    display:flex;
    justify-content: center;
    font-size: 40px;
    font-weight: 500;
}

.log-div{
    display: flex;
    justify-content: center;
}

.log-sub{
    display: flex;
    justify-content: center;    
}

.log-a{
    display: flex;
    justify-content: center;    
    color: #4a8dff;
    text-decoration: none;
    margin: 6px;
    font-weight: 600;
}
 
.log-but{
    display: flex;
    justify-content: center;
    margin-top: 6px;
}

button{
    padding: 16px;
    border-radius: 28px;
    border-style: none;
    background-color: #4a8dff;
    color: white;
    font-weight: 700;
    font-size: 16px;
    width: 150px;
}

.log-input{
    padding: 0.6rem 1.2rem;

    width: 420px;
    min-height: 28px;

    border: 1px solid transparent !important;
    border-width: 1px;
    border-radius: 4px;

    background-color: #ffffff !important;
    background-clip: border-box;

    font-size: 17px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.unten{
    min-height: 27.5%;
    position: relative;
}