input {
    height          : 60px;
    width           : 300px;
    border          : 3px solid #3EA2EF;
    padding         : 0px 6px;
    font-size       : 18px;
    text-align      : center;
    line-height     : 60px;
    background-color: transparent;
    cursor          : auto;
}

input::-webkit-input-placeholder {
    color: #A5A4A4;
}

input::-moz-placeholder {
    color: #A5A4A4;
}

input:-ms-input-placeholder {
    color: #A5A4A4;
}

input.error {
    border-color: #E84B3A;
}