:root {
    --slider-padding: 5rem;
    --active-card-background: #E2D1E9;
    --active-card-title: #7C3996;
    --card-background: #F5E8FA;
    --card-paragraph: #808080;
    --default-shadow: #00000020 2px 2px 10px;
    --form-title-color: #441258;
}
* , *::after , *::before {
    font-family: 'Okta Neue', sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
html , body {
    margin: 0px;
    padding: 0px;
}


.r-p-section{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 900px; */
}

.r-p-outer {
    width: 70%;
    height: 450px; ;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.r-p-img{
    position: absolute;
    top: -33%;
    left: 37%;
}

.r-p-img img {
    height: 100%;
    width: 100%;
}


.r-p-head{
    text-align: center;
}

.r-p-content{
    margin-left: 21%;
    width: 50%;
}

.r-p-mail{
    margin: 30px 0;
    width: 55%;
}
.r-p-mail label{
    color: #441258;
}
.r-p-mail input {
    background: #E9E9E9;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 35px;
}

.r-p-btn{
    display: grid;
    place-items: center;
}

.r-p-btn button{
    background: #7C3996;
    padding: 10px;
    color: #ffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Okta Neue';
}













/* second reset password */

:root {
    --slider-padding: 5rem;
    --active-card-background: #E2D1E9;
    --active-card-title: #7C3996;
    --card-background: #F5E8FA;
    --card-paragraph: #808080;
    --default-shadow: #00000020 2px 2px 10px;
    --form-title-color: #441258;
}
* , *::after , *::before {
    font-family: 'Okta Neue', sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
html , body {
    margin: 0px;
    padding: 0px;
}


.r-p-2-section{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1000px;
}

.r-p-2-outer {
    width: 70%;
    height: 620px; ;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.r-p-2-img{
    position: absolute;
    top: -23%;
    left: 37%;
}

.r-p-2-img img {
    height: 100%;
    width: 100%;
}


.r-p-2-head{
    text-align: center;
}

.r-p-2-content{
    margin-left: 21%;
    width: 50%;
}

.r-p-2-mail{
    margin: 30px 0;
    width: 55%;
}
.r-p-2-mail label{
    color: #441258;
}
.r-p-2-mail input {
    background: #E9E9E9;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    margin-bottom: 12px;
}



.r-p-2-btn button{
    background: #7C3996;
    padding: 10px;
    color: #ffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}