@font-face {
    font-family: fmo;
    src: url(/fonts/JollyRaunchy.ttf);
}

@font-face {
    font-family: radio;
    src: url(/fonts/tahoma.ttf);
}

body {
    background-color: #22333a;
}

section {
    width: auto;
    text-align: center;
    margin-bottom: 25px;
}

#fmo-logo {
    margin-top: 40px;
}

#sign-in-form label {
    color: grey;
    width: 60px;
}

#Email, #Code {
    width: 200px;
}

span.fmo-text {
    font-family: fmo; color: #cb2121; font-size: 80px;
}

span.radio-text {
    font-family: radio; color: white; font-size: 40px;
}

#error {
    color: #cb2121;
    padding: 15px;
}

#playing {
    color: white;
    padding: 2em;
}

.admin {
    position: absolute;
    color: white;
    margin-left: 40px;
    padding: 10px 140px; 
    text-decoration: none;
    border: 2px solid #cb2121;
}

/* start Width for iPhone  */



/* end Width for iPhone  */


