input, textarea{
    outline: none;
    resize: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EFEFEF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #EFEFEF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #EFEFEF;
}
@media only screen and (max-width: 20000px) and (min-width: 1000px){
    .cont-header h1{
        margin-top: 20px;
        font-family: 'Rancho', sans-serif;
        color: #BD84FF;
        text-align: center;
        font-weight: 600;
        font-size: 45px;
    }
    .form-cont{
        margin-top: 15px;
        background-color: #BC70FF;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        height: 600px;
    }
    .form-cont h1{
        margin-top: 15px;
        font-family: 'Rancho', sans-serif;
        color: #EFEFEF;
        font-size: 42px;
        font-weight: 600;
    }
    .form-fill{
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 25px;
        width: 100%;
        max-width: 800px;
    }
    .form-fill input{
        margin: 25px 25px 0 25px;
        border: 0;
        border-bottom: 1px solid #EAEAEA;
        background-color: #BC70FF;
        width: 40%;
        color: #EAEAEA;
        border-radius: 0 !important;
        font-family: 'Inter', sans-serif;
        font-weight: lighter;
    }
    .form-fill select{
        margin: 25px 25px 0 25px;
        border: 0;
        border-bottom: 1px solid #EAEAEA;
        background-color: #BC70FF;
        width: 40%;
        color: #EAEAEA;
        border-radius: 0 !important;
        font-family: 'Inter', sans-serif;
    }
    .form-fill select:nth-of-type(3){
        margin-right: 395px;
    }
    .form-fill textarea{
        width: 100%;
        margin-top: 30px;
        margin-bottom: 10px;
        border: 1px solid #EAEAEA;
        border-radius: 10px;
        background-color: #BC70FF;
        width: 85%;
        color: #EAEAEA;
        font-family: 'Inter', sans-serif;
        font-weight: lighter;
        font-size: 16px;
        padding: 10px;
    }
    .form-fill button{
        background-color: #FFFFFF;
        color: #000000;
        border: 0;
        border-radius: 7px;
        width: 50%;
        height: 40px;
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        margin: 20px auto 20px auto;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 250px){
    .cont-header h1{
        margin-top: 20px;
        font-family: 'Rancho', sans-serif;
        color: #BD84FF;
        text-align: center;
        font-weight: 600;
        font-size: 35px;
    }
    .form-cont{
        margin-top: 15px;
        background-color: #BC70FF;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .form-cont h1{
        margin-top: 15px;
        font-family: 'Rancho', sans-serif;
        color: #EFEFEF;
        font-size: 32px;
        font-weight: 600;
    }
    .form-fill{
        display: flex;
        flex-flow: column;
        justify-content: center;
        margin-top: 25px;
        width: 80%;
        max-width: 500px;
    }
    .form-fill input{
        margin-bottom: 15px;
        border: 0;
        border-bottom: 1px solid #EAEAEA;
        background-color: #BC70FF;
        width: 100%;
        color: #EAEAEA;
        border-radius: 0 !important;
        font-family: 'Inter', sans-serif;
        font-weight: lighter;
    }
    .form-fill select{
        margin-bottom: 20px;
        border: 0;
        border-bottom: 1px solid #EAEAEA;
        background-color: #BC70FF;
        width: 100%;
        color: #EAEAEA;
        border-radius: 0 !important;
        font-family: 'Inter', sans-serif;
    }
    .form-fill select:nth-of-type(1){
        margin-top: 5px;
    }
    .form-fill textarea{
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #EAEAEA;
        border-radius: 10px;
        background-color: #BC70FF;
        width: 100%;
        color: #EAEAEA;
        font-family: 'Inter', sans-serif;
        font-weight: lighter;
        font-size: 16px;
        padding: 10px;
    }
    .form-fill button{
        background-color: #FFFFFF;
        color: #000000;
        border: 0;
        border-radius: 7px;
        width: 70%;
        height: 40px;
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        margin: 20px auto 20px auto;
    }
}
