body {
    margin: 0px;
}

.container {
    display: flex;
    flex-wrap: wrap;
}
form {
    padding-left: 16px;
    padding-top: 12px;
    
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 20px;
    background-color: #000000;
    border-top: 1px solid #ffffff;
}

footer hr {
    border: none;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto 10px;
    width: 80%;
}

footer p {
    margin: 0;
    font-size: 14px;
    color: white;
}

.first {
    width: 50%;
    
}

.second {
    width: 50%;
    align-items: center;
    align-content: center;
}
    
    