/****** PLACE YOUR CUSTOM STYLES HERE ******/

 /*!---------- Formatação extra dos campos do formulário ----------*/

 .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child {
    border: 1px solid #cccccc !important;
    width: 150%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
input[type="password"] {
  width: 100%;
  height: 50px!important;
  color: #888!important;
}

select{
  width: 173% !important;
  height: 50px!important;
  color: #888!important;
  font-size: 10px !important;
}

input[type="number"] {
  width: 50% !important;
  font-size: 10px !important;
  height: 50px!important;
  color: #888!important;
  background: #fff;
  border: none;
  padding-left: 20px;
  font-weight: 400;
  margin-bottom: 24px;
  border-radius: 0;
}

@media (min-width: 768px){
.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 12px !important;
}}

.alert-success {
    border: 1px solid #d6e9c6 !important;
    color: #3c763d !important;
    background-color: #dff0d8 !important;
}

.table-responsive {
    overflow-x: hidden!important;
    min-height: 0.01%;
}

/*!---------- Return to top ----------*/

#return-to-top {
    position: fixed;
    bottom: 65px;
    right: 55px;
    width: 52px;
    height: 52px;
    text-decoration: none;
    -o-border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    border: 2px solid #e8e8e8;
    background: 0 0;
}
#return-to-top i {
    color: #e8e8e8;
    font-weight: 900;
    margin: 0;
    position: relative;
    left: 17px;
    top: 15px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(94, 57, 85, 1);
    border-color: rgba(94, 57, 85, 0.9);
}
#return-to-top:hover i {
    color: #fff;
}



