body {
    margin: 0;
    padding: 0;
}

.box {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.boxform {
    z-index: 999;
    position: absolute;
    margin-left: 11.53%;
    top: 50%;
    transform: translateY(-50%);
    /* transform: translate(-50%, -50%); */
    min-width: 300px;
    width: 30.42%;
    height: auto;
    border-radius: 24px;
    background: #FFF;
    text-align: center;
    /* animation: flipSoon 2s; */
}

.soonagrofortis {
    width: 60%;
    height: auto;
    margin-top: 6.84%;
    animation: flipSoon 2s;
}

@keyframes flipSoon {
    from {
        transform: rotateX(90deg);
    }

    to {
        transform: rotateX(0deg);
    }
}

.label1 {
    flex-shrink: 0;
    z-index: 9999;
    top: 27%;
    right: 0;
    color: var(--m-3-white, #FFF);
    font-family: Inter;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150.023%;
    position: absolute;
    width: 22.4375rem;
    height: 184px;
    animation: flipSoon 2s;
}

.label2 {
    position: absolute;
    
    flex-shrink: 0;
    z-index: 9999;
    top: 52%;
    right: 1rem;
    color: #FFF;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 156.523%;
    letter-spacing: 0.0075rem;
    display: flex;
    width: 21.25rem;
    height: 1.1875rem;
    flex-direction: column;
    justify-content: center;
    animation: flipSoon 2s;
}

.handicon {
    z-index: 5;
    position: absolute;
    width: 50%;
    height: 70%;
    bottom: 0;
    right: 5%;
    /* animation: flipSoon 2s; */
}

.backgroundimage {
    width: 100%;
    height: 100vh;
}

.soonbrid {
    z-index: 2;
    width: 13.68%;
    height: auto;
    top: 4.21%;
    position: absolute;
    right: 0;
    animation: flipSoon 2s;
}

.vectorimage {
    position: absolute;
    top: 0;
    right: -25%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.requestdemo {
    z-index: 99999;
    top: 57%;
    right: 1rem;
    position: absolute;
    border-radius: 2.0625rem;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    width: 284px;
    height: 48px;
    padding: 12px 8px;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    color: #2B2D55;
    text-align: center;
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: background-color 0.5s;
    animation: flipSoon 2s;
}

.requestdemo:hover {
    color: #2B2D55;
    background: #EEEAEA;
}

.buttonlogin {
    width: 79.91%;
    height: 8.01%;
    text-align: center;
    background-color: #505C9D;
    border-color: #505C9D;
    color: var(--additional-colors-white, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-viewpass {
    cursor: pointer;
    position: absolute;
    background: transparent;
    border: 0;
    color: #b3b3b3;
    margin-left: -35px;
    margin-top: 35px;
    transition: background-color 0.5s;
}

.btn-viewpass:hover,
.btn-viewpass:focus {
    background: transparent;
    color: #a1a1a1;
}

@media (max-width: 1050px) {
    .boxform {
        width: 80%;
    }

    .g-recaptcha {
        width: 50%;
        height: 10%;
    }

    .showdesk {
        display: none;
    }
}

@media (max-height: 690px) {
    .label1 {
        top: 25%;
        font-size: 1.5rem;
        max-width: 280px;
    }

    .label2 {
        top: 40%;
        font-size: 1rem;
        right: 2rem;
        width: auto;
    }
}


.g-recaptcha {
    width: 67.81%;
    height: 13.86%;
}