html, body {
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #212121;
    background: #eee;
}
.container-center {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wrap {
    width: 360px;
    position: relative;
    border-radius: 20px;

}
.wrap form {
    border-radius: 20px;
    padding: 48px 48px 40px 48px;
    background: #fff;
    box-shadow: 10px 12px 50px rgb(0 0 0 / 12%);
}
.wrap .copyright {
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    opacity: 0.5;
}
