 @media screen and (min-width: 767px) {

.enter-form{width:300px;}
.enter-form-button{
    width:95%;
}

.enter-input{
padding:10px;
font-family: 'Inter';
font-size: 16px;
background-color: #fff;
border-radius: 10px;
border: 1px solid #cfcfcf;
width:90%;
}
 }

  @media screen and (max-width: 767px) {

.enter-form{width:90%;}
.enter-form-button{
    width:97%;
}

.enter-input{
padding:10px;
font-family: 'Inter';
font-size: 16px;
background-color: #fff;
border-radius: 10px;
border: 1px solid #cfcfcf;
width:90%;
}
 }