.set-width {
    position: relative;
    height: 100vh;
}

.logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 3.08em;
    line-height: 120%;
    width: 100%;
    height: 51vw;
    margin-top: 13.3vw;
    margin-bottom: 16.3vw;
}

.square-back {
    position: absolute;
    left: 9.8vw;
    /*background: linear-gradient(180deg, #57D896, #99F06C, #ADF761);*/
    width: 53.3vw;
    /*height: 40vw;
    padding: 4vw;
    border-radius: 11.2vw 10.7vw 10.1vw 11.7vw;
    transform: rotate(168.38deg);*/
    z-index: -1;
}

.square-inner {
    background: #DEF0E2;
    width: 100%;
    height: 100%;
    border-radius: 7.47vw 7.13vw 6.73vw 7.8vw;
}

form {
    width: 100%;
}

.checkbox {
    text-align: center;
}

.btn {
    position: absolute;
    width: 100%;
    bottom: 19.2vw;
    margin-top: 11.7vw;
    margin-bottom: 2.7vw;
}

a {
    position: absolute;
    bottom: 7.47vw;
}

.error {
    top: 70vw;
}