﻿.c-ext {
clear:both;
background:#FCFCFC;
clear: both;
margin: 10px;
border-radius: 3px;
border-color: #ddd;

}

input {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7 !important;
    border-radius: 10px !important;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}