@charset "utf-8";
/* CSS Document */

/*
Simple Contact Form (Basic)
Copyright (C) 2015 nCroud

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

implecf_left {
    display: block;
    text-align: center;
}
.simplecf p {
    color: #666;
    font-weight: 400;
    text-align: left;
    width: 28%;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    font-size: 18px;
    padding: 0.5em;
}
.simplecf #temat {
    width: 95%;
    display: block;
}
.simplecf_text {
        text-align: left;
    width: 60% !important;
    display: inline-block;
}
input,select,textarea {
       resize: none;
        width: 96%;
        display: inline-block;
	font-weight: normal;
	color: #666;
	padding: 5px;
	border: 2px solid #ddd;
        margin-top: 0.5em;
}
@media (max-width: 601px) {
    input,select,textarea,p {
    width: 90%;
    display: block;
    }
    .simplecf p {
        display: initial;
    }
    
}
#simplecf-submit {
	background: #28bad4;
	font-weight: bold;
	color: #fff;
	padding: 1em;
        text-transform: uppercase;
        border: 0;
	 }
	
#simplecf-submit:hover {
    	background: #38cae4;
	color: #fff; }
	
.success {
	background: #9FFFBF;
	border: 1px solid #009933;
	color: #009933;
	text-align: center;
	padding: 5px; }
	
.failure {
	background: #FFAFAF;
	border: 1px solid #BB0000;
	color: #BB0000;
	text-align: center;
	padding: 5px; }