/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/09/2017, 23:45:45
    Author     : Deivith
*/

#contact label{
    clear:both;
    display:block;
    margin: auto;    
}
#contact .bg-white{
    background: #fff;
}
#contact input{
    width: 100%;
    margin-bottom:20px;
}
#contact textarea{
    width: 100%;
    min-height: 200px;
    font-size: 15px;
}
.required{
    color: #f00;
}
.success{
    color: green !important;
}
.warning{
    color: red !important;
}