*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.success{
    width: 100%;
    height: 100vh;
    background-color: rgb(152, 152, 152);
    display: flex;
    align-items: center;
    justify-content: center;
}
.combined-page{
    height: 550px;
    width: 780px;
    display: flex;
    align-items: center;
    background-color: #C3ABFE;
    justify-content: center;
    border: none;
    border-radius: 20px;
}
.left-side{
    height: 450px;
    width: 40%;
    border-radius: 10px;
    align-items: center;
    padding-left: 20px;
}
.left-side img{
    width: 40px;
}
.left-side h5{
    font-size: 3rem;
    font-family: sans-serif;
    font-weight: bolder;
}
.left-side h5 span{
    font-size: 3rem;
    font-family: sans-serif;
    color: red;  
}
.left-side h1{
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 1rem;
    padding-bottom: 30px
}
.left-side h4{
    font-family: sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 40px;
}
.left-side .man-typing-emoji img{
    width: 390px;
    margin-top: -75px;
    margin-left: -30px;
}
.right-side{
    height: 550px;
    width: 60%;
    background-color: white;
    border: none;
    border-radius: 10px;
}
.right-side i{
    font-size: 90px;
    align-items: center;
    justify-content: center;
    margin-top: 160px;
    margin-left: 180px;
}
.right-side h2{
    padding: 50px 40px;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 1.5rem;
    margin-top: -40px;
    text-align: center;
}
.right-side .jubilation img{
    width: 40px;
    
    margin-left: 80px;
}
.right-side form{
    padding-left: 35px;
    margin-top: 0px;
}
.right-side form{
    margin-top: 20px;
}
form button{
    width: 380px;
    padding:8px 5px;
    border: none;
    border-radius: 5px;
    background-color: #9975FB;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}