.nopadding{
    margin: 0px;
    padding: 0px;
}
.container{
    
    width: 100%;
    background-color:rgb(255, 241, 213);
    
}
header,footer{
    padding: 5px 8px;
    width: 100%;
    background: #feb300;
    color: black;
}
footer{
    
    bottom: 0;
}
header span {
    float: left;
    color: black;
    font-weight: bold;
    padding-top: 5px;
    font-size: 30px;
}
img {
    float: left;
    margin-left: 0px;
    vertical-align: middle;
    border-style: none;
    height: 7%;
}
.text-align{
    text-align: center;
    
}
footer p{
    padding-top: 10px;
    font-size: 15px;
}
.main {
    width: 40%;
    margin: 30px auto;
    background: #fff;
    padding: 20px 20px;
}
.main  input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #c5c3c3;
    outline: none;
    color: black;
    margin-bottom: 30px;
}
::placeholder{
    color:#b1b1b1;
}

.main  textarea[type="text"] {
    width: 100%;;
    padding: 10px;
    
    font-size: 14px;
    border: 1px solid #c5c3c3;
    outline: none;
    color: black;
    margin-bottom: 20px;
    outline: none;
    resize: none;
    height: 100px;
    font-family: 'Lato', sans-serif !important;
}
.check_box_one {
    float: left;
    width: 31%;
}
.check_box {
    float: left;
    width: 23%;
}
.swit {
    margin-bottom: 5px;
}
.radio {
    padding-left: 20px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
}
button {
    background: #ff7700;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 0;
    
    border-color:  #CA6106;;
    font-size: 16px;
    outline: none;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0px;
    border-radius: 10px;
    
}

/*button {
    background: #ff7700;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 0;
    border: none;
    border-bottom: 4px solid #CA6106;
    font-size: 16px;
    outline: none;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0px;
    border-radius: 10px;
    
}
button.btn:hover {
    outline:none ;
    border: none;
    color: white;
    background:  #CA6106;
  }*/

.content h1 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Amaranth', sans-serif;
}
h1{
    text-align: center;
}
