@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
.form-container .signUpbtn{
        border-radius: 25px;
        outline: none;
        border: none;
        background: #3BAFA8;
        font-size: 1.2rem;
        color: #fff;
        padding: 10px 20px;
        cursor: pointer;
        font-weight: normal;
}