
input[type="button"] {
    background-color: #f2318f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    color: #fff;
    font-size: 3.4em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 580px) {
    input[type="button"] {
        font-size: 2.9em;
        margin: 12px;
    }
}

@media (max-width: 380px) {
    input[type="button"] {
        font-size: 2.8em;
        margin: 10px;
    }
}

.pinbutton:hover {
    border: 2px solid #fff;
}

.pinbutton {
    font-family: "Gill Sans MT", fixedGillSensMT;
    outline: none;
    background: #ededed;
    color: #7e7e7e;
    border: none;
    font-size: 1.9em;
    text-align: center;
    width: 80px;
    height: 80px;
    margin: 15px 15px;
}

@media (max-width: 580px) {
    .pinbutton {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 380px) {
    .pinbutton {
        width: 67px;
        height: 67px;
    }
}

#pinform {
    width: 340px;
    height: 519px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 580px) {
    #pinform {
        width: 292px;
        height: 450px;
    }
}

@media (max-width: 380px) {
    #pinform {
        width: 270px;
        height: 420px;
    }
}

#pinbox {
    background: rgba(0,0,0,0.9);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
    width: inherit;
    font-size: 4em;
    color: #fff;
    text-align: center;
    border: 1px solid #030105;
}

@media (max-width: 580px) {
    #pinbox  {
        font-size: 3.2em;
        margin-bottom: 13px;
    }
}

@media (max-width: 380px) {
    #pinbox  {
        font-size: 2.8em;
        margin-bottom: 10px;
    }
}
@media (min-width: 380px) {
    .clear, .enter {
        text-transform: uppercase;
        font-size: .8em !important;
        vertical-align: top;
    }
}
@media (max-width: 380px) {
    .clear {
        text-transform: uppercase;
        font-size: .7em !important;
        vertical-align: top;
    }
    .enter {
        text-transform: uppercase;
        font-size: .8em !important;
        vertical-align: top;
    }
}