*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background: linear-gradient(to right, #c037a9,#711788);
    max-height: 100vh;
    align-items: center;
    justify-content: center;
    margin: 50px;
    display: flex;
}


form{
    background-color: rgb(91, 14, 235);
    text-align: center;
    justify-content: center;
    align-items: flex-start;
   display: flex;
   flex-direction: column;
   height: 500px;
   width: 250px;
   padding: 0 20px;
   background-color: #21254a;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   border-radius: 20px;
   z-index: 3;
   position: relative;
}

h2{
    color: white;
    font-weight: lighter;
   padding-bottom: 20px;
   padding-top: 50px;
}

input{
    background: transparent;
    border: none;
    padding: 10px 0px;
    margin: 10px 0;
    width: 100%;
    border-bottom: solid 1px grey;
}

p{
    font-size: .55rem;
    color: grey;
   margin: 5px auto;
    padding: 10px 10px;
}

.btn{
    width: 35%;
    padding: 5px;
    margin: 10px auto;
    border: none;
    border-radius: 5px;
    background: linear-gradient(to right, #c037a9,#9511b6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: white;
}

a{
    color: gray;
}

.custom-shape-divider-top-1743853802 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1743853802 svg {
    position: relative;
    display: block;
    width: calc(100% + 2.3px);
    height: 196px;
    z-index: 1;
}

.custom-shape-divider-top-1743853802 .shape-fill {
    fill: #5a1fa7;
}

.custom-shape-divider-top-1743854044 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1743854044 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 128px;
    z-index: 0;
}

.custom-shape-divider-top-1743854044 .shape-fill {
    fill: #7312f1;
}

.custom-shape-divider-top-1743853086 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1743853086 svg {
    position: relative;
    display: block;
    width: calc(125% + 30px);
    height: 135px;
}

.custom-shape-divider-top-1743853086 .shape-fill {
    fill: #7312f1;
}