﻿/*PADRONIZAÇÃO INPUT*/

.custom-input {
    background-color: #fff !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #d8d8d8 !important;
    padding: 10px !important;
    border-radius: 4px !important;
    color: #333 !important;
}

.custom-input::placeholder {
  color: #bbb;        
}

.custom-input:focus {
    border-color: #a0a0a0;
}

/*PADRONIZAÇÃO LABEL*/

.custom-label {
    color: #999;
    margin-bottom: 4px;
}