/* modal */
.close{
	color:#212121 ;
	font-size: 26px;
	font-weight: bold;
	padding: 3px 12px;
	border: none;
	outline: none;
    transition: .3s all;
    background: none !important;
}
.modal-title{
    font-size: 22px !important;
}
.cform td{
	padding: 5px 7px !important;
	font-size: 12px;
}
.modal-body .cform td{
	font-size: 14px;
	width: 70%;
}
#redirect_from, #redirect_to{
	width: 90% !important;
	margin-top: 10px !important;
	outline:  none !important;
	border-color: #c4ccd3 !important;
}
#myform .cform select{
	width: 40%;
	border-radius: 3px !important;
	border-color: #c4ccd3 !important;
}
.link_buttons a{
	background: #4285F4 ;
	font-size: 14px;
}
input[type=text]{
	border-color: #c4ccd3 !important;
}

/* sweetalert */
 .placeholder{
	background: transparent !important;
	border-color: #00C851;
}