.myinput {
    border-style: none none none none;
    text-align: center;
    background-color: transparent;
    font-size: 18px;
    height: 30px;
    color: #ffffff;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: -1;
    text-align: center;
    font-weight: bold;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgb(153, 153, 153);
    font-weight: normal;
    font-size: 12px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(153, 153, 153);
    font-weight: normal;
    font-size: 12px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgb(153, 153, 153);
    font-weight: normal;
    font-size: 12px;
}
input:focus {
    outline: none;
}
input {
    resize: none;
    outline: none;
}
textarea:focus {
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

@font-face {
    font-family: 'mFont';
    src: url('static/fonts/sx.ttf');
}