/*============================================
=            Section form styling            =
============================================*/
input[type="text"], input[type="password"], textarea {
    border: medium none;
    border-radius: 0;
    font-size: 13px;
    
    margin: 2px 0 20px;
}

fieldset li label {
    display: none;
}

p.clear {
    text-align: center;
}



.button {
   background-image: none;
    background-size: 100% auto;
     border: 2px solid rgb(117, 118, 120);
    border-radius: 0;
    color: rgb(117, 118, 120);
    cursor: pointer;
    font-size: 22px;
    font-weight: normal;
    height: 44px;
    padding: 5px 12px;
    text-transform: uppercase;
    width: 160px;
}

/*=====  End of Section form styling  ======*/