/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2023 | 16:50:37 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* input#myInput {
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    top: -2rem;
    width: 300px;
}

@media only screen and (max-width: 600px) {
  input#myInput {
    margin-left: auto;
    margin-right: auto;
}
	input#myInput {
    height: 40px;
    top: 10px;
    width: 100%;
}
} */



/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2023 | 16:50:37 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

input#myInput {
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    /* top: -2rem; */
    width: 30%;
}

input#mysubmit{
    height: 50px;
    width: 15%;
    margin-left:10px;
}

@media only screen and (max-width: 600px) {
    input#myInput {
        margin-left: auto;
        margin-right: auto;
    }
        input#myInput {
        height: 40px;
        top: 10px;
        width: 100%;
    }
    input#mysubmit{
        width: 100%;
        margin-top:20px;
    }
}