.reni-wrapper{
	margin: 10px;
}

.reni-row{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

form{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

.reni-form-wrapper{
	margin-bottom: 20px;
	margin-top: 5px;
	position: relative;

}

.reni-form-wrapper input{
	width: 100%;
    height: 40px;
    border: 1px solid #ece8e8;
    border-radius: 30px;
    padding: 0 15px;
    font-size: 14.23px;
    color: #575757;
}

.outter3 {
    background: white;
    padding: 50px;
    width: 100% !important;
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-box-shadow: 0px 17px 34px -20px #2a41e8;
    box-shadow: 0px 17px 34px -20px #2a41e8;
    margin-top: 30px;
}

.form-box3 {
    border-radius: 10px;
    min-width: 50%;
    height: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    /* background-color: red; */
    align-items: center;
    justify-content: center;
    /* box-shadow: 1px 1px 2rem rgba(0, 0, 0, .3); */
}

.input-submit2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* background: teal; */
    width: 100%;
    margin-top: 10px;
}

.input2 {
    height: 50px;
    border-radius: 8px;
    border-color: #eee;
    margin-right: 10px;
    border: 1px solid #d1d1d1;
    font-size: 0.7rem;
    padding-inline-start: 20px;
    width: 80%;
}

.submit_button {
    height: 50px;
    width: 180px;
    border-radius: 8px;
    background: #3d9fff;
    color: white;
    border: 0px solid #3d9fff;
}

#form_loading_state {
    height: 50px;
    width: 180px;
    border-radius: 8px;
    background: #3d9fff;
    color: white;
    border: 0px solid #3d9fff;
}

.icon-div {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-text2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

::placeholder {
    color: #d1d1d1;
}

.consent-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    /* background: red; */
}

.checkbox2 {
    height: 15px;
    width: 15px;
    margin-right: 20px;
}

.text-div2 {
    width: 95%;
    max-width: 70%;
}

#success-res {
    color: #3d9fff;
}

@media only screen and (max-width: 1000px) {
    .input-submit2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .submit_button {
        height: 50px;
        width: 100%;
        margin-top: 20px;
        border-radius: 8px;
        background: #3d9fff;
        color: white;
        border: 0px solid #3d9fff;
    }

    #form_loading_state {
        height: 50px;
        width: 100%;
        margin-top: 20px;
        border-radius: 8px;
        background: #3d9fff;
        color: white;
        border: 0px solid #3d9fff;
    }

    .form-box3 {
        border-radius: 10px;
        min-width: 80%;
        height: 300px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* box-shadow: 1px 1px 2rem rgba(0, 0, 0, .3); */
    }

    .input2 {
        height: 50px;
        border-radius: 8px;
        border-color: #eee;
        margin-right: 10px;
        border: 1px solid #d1d1d1;
        font-size: 0.7rem;
        padding-inline-start: 20px;
        width: 100%;
    }

    .outter3 {
        background: white;
        padding: 20px;
        width: 100% !important;
        display: -ms-grid;
        display: grid;
        place-items: center;
        -webkit-box-shadow: 0px 17px 34px -20px #2a41e8;
        box-shadow: 0px 17px 34px -20px #2a41e8;
        margin-top: 30px;
    }
}