*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.forgotten-password{
    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 h2{
    padding: 70px 40px;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 1.5rem;
    margin-bottom: 80px;
}
.right-side form{
    padding-left: 40px;
    margin-top: -40px;
}
form input{
    font-family: sans-serif;
    border: none;
    border-radius: 5px;
    outline: 2px solid #C3ABFE;
    padding: 5px 5px;
    margin: 2.5px;
    margin-bottom: 50px;
}
.checkbox p{
    margin: 25px;
    margin-left: -3px;
    font-family: sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    font-weight: lighter;
}
.checkbox span{
    color: red;
}
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;
}
.last-footer .vertical-line img{
    width: 60px;
    margin-top: 50px;
    margin-left: 100px;
}
.last-footer .vertical-line p{
    margin-top: -10px;
    font-family: sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    font-weight: lighter;
    padding-left: 168px;
}
.icon-sect{
    width: 160px;
    display: flex;
    justify-content: space-between;
    margin-left: 140px;
    margin-top: 30px;
}
.right-side .prc h5{
    margin-top: 40px;
    color: black;
    font-family: sans-serif;
    font-size: 0.6rem;
    font-weight: lighter;
    margin-left: 150px;
    letter-spacing: 0.5px;
}
.right-side .prc span{
    color: red;
    padding-left: 5px;
}