* {
    margin: 0;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.content {
    width: 60%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.header {
    text-align: center;
}
h3 {
    margin: 10px 0px;
}
.form{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
}
form {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    line-height: 25px
}

img {
    
    margin: 0px 20px;
}
button {
    width: 90px;
    margin-top: 5px;
}