.myinput {
  
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgb(134, 134, 134);
    font-weight: bold;
    /* font-size: 16px; */
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    font-weight: bold;
    /* font-size: 16px; */
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: white;
    font-weight: bold;
    /* font-size: 16px; */
}

textarea:focus {
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

@font-face {
    font-family: 'mFont';
    src: url('static/fonts/sx.ttf');
}