body {
    margin: 0;
    padding: 0;
    background: linear-gradient(#CFFF99, #25E728) top/cover no-repeat fixed;
}
.box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
.info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 300px;
    height: 220px;
    border-radius: 10px;
    box-shadow: 0 0 10px black;
    background-color: white;
}
.info span {
    margin: 5px;
}
.info img {
    width: 160px;
}
hr {
    width: 220px;
}
.autorization {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 300px;
    height: 220px;
    border-radius: 10px;
    box-shadow: 0 0 10px black;
    margin-top: 30px;
    background-color: white;
}
input {
    width: 200px;
    height: 20px;
}
button {
    width: 150px;
    height: 20px;
}
form {
    text-align: center;
}