@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

body {
    font-family: 'Lora', verdana, arial, sans-serif;
    font-size: 14px;
    background: #c8c8c8;
}

input {

}

input.textbox {
    border: 0;
    align-items: center;
    line-height: 1.1em;
    font-size: 1.1em;
    vertical-align: center;
    color: #cccccc;
    outline: 0;
    padding: 0 10px;
    font-weight: 700;
    border-radius: 20%;
    margin-bottom: 10px;
}

input.submit {
    float: right;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 20%;
}

label {
    font-size: 12px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5px;
}

th {
    color:#c8c8c8;
    font-style:normal;
    font-weight:bolder;
    font-variant:small-caps;
    text-decoration:underline;
    background:url(https://swgutopia.com/forums/images/styles/ztech/images/maintitle.png)
}

