
.sectionreset {
display: grid;
grid-template-columns: 1fr 1fr;
height: 745px;
width: 100%;
}

.sectionreset .reset-image img {
height: 745px;
width: 100%;
}
.reset-title {
text-align: center;
padding-bottom: 54px;
} 
.resetform {
display: flex;
flex-direction: column;
padding: 22px;
justify-content: center;
align-content: center;
margin: 63px;

}
.resetform form {
display: flex;
flex-direction: column;
}
.form-reset {
margin-left: 120px;
}











.formcon:focus {
border: none;
} 


@media (max-width: 768px) {
.sectionreset {
display: grid;
grid-template-columns: 1fr;
height: 1245px;
width: 100%;
}


}