.img-thumbnail {
    width: 100%;
    margin-top: 15px;
}

input,
textarea {
    /* just keep border-bottom*/
    outline: none;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

.form-control {
    /*to make input square*/
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}


/* to make placeholder font-size bigger*/

 ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 24px;
}

 :-moz-placeholder {
    /* older Firefox*/
    font-size: 24px;
}

 ::-webkit-input-placeholder {
    font-size: 24px;
}

 :-ms-input-placeholder {
    font-size: 24px;
}

footer {
    background-color: #101010;
    padding: 35px;
    width: 100%;
}

#wide {
    background-color: #ccc;
    padding: 30px;
    margin-top: 30px;
}