article {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
}

.btn-form {
    height: 50px;
    background-color: #3498db;
    color: white;
    border-radius: 15px;
    border: 2px solid #3498db;
    cursor: pointer;
}

.formItem {
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    align-items: center;
}
@media  screen and (min-width: 451px) {
   
    .logginn-form {
        padding-bottom: 10px;
        height: 300px;
        display: flex;
        width: 20%;
        flex-direction: column;
        align-items: space-between;
    }
}
.h1Link {
    padding-top: 20px;
}
form {
    padding-top:20px;
    
    display: flex;
    flex-direction: column;

}

footer {
    background-color: #333333;
    height: 80px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.logginn-form {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    justify-content: space-evenly;
}
.formItem {
    border: 2px solid black;
    border-radius: 20px;
    padding-left: 10px;
}

@media  screen and (max-width: 450px) {
    article{
        width: 100%;
        height: 650px;
    }
    form{
        width: 70%;
        height: 140px;
    }
    .logginn-form {
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: space-between;
        justify-content: space-evenly;
    }
    .formItem {
        border: 2px solid black;
        border-radius: 20px;
        padding-left: 10px;
    }
}
