
.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 865px;
    margin-top: 70px;
    background: rgba(237, 243, 255, 1);
    text-align: center;
}
.container {
    width: 629px;
    height: 820px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    z-index: 1;
}
.activeInput {
    width: 400px;
    height: 60px;
    background: rgba(255, 252, 246, 1);
    border: 1px solid rgba(60, 74, 77, 0.25);
    border-radius: 30px;
}
.activeBtn {
    color: #fff;
    font-size: 20px;
    width: 300px;
    height: 50px;
    background: rgba(115, 108, 255, 1);
    border: 1px solid rgba(60, 74, 77, 0.25);
    border-radius: 25px;
}

