.forms_page{
    display: grid;
    grid-template-columns: 2fr 1fr;
    height: 100vh;
}

.forms_swiper{
    background-color: #fff;
    background-color:  #303E47;
}
.logo{
    background-color: #fff;
    
}
.forms{
    width: 100%;
}
.forms_details{
    padding: 0 5%;
width: 100%;
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.forms_swiper{
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 100vh;
}
form{
    width: 100%;
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.logo{

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.forms button{
    border: none;
    color: #fff;
}

.forms input:focus{
    outline: none;
}

.forms h2{
    text-align: center;
}


@media only screen and (max-width: 2110px) {
    .forms_page{
        display: grid;
        grid-template-columns: 1fr;
    }
    .forms_swiper{
        display: none;
    }
}
