.margin{
width: 100%;
margin-top: 15px;
clear: left;
float: left;
}
.ready{
  clear: left;
  float: left;
  margin-bottom:20px;
  
}
.error {
  color: red;
  clear: left;
  float: left;

}
input {outline:none;}

.label{
    position: relative;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Arial;
    font-size: 12pt;
    color: rgb(098, 059, 042);
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
    clear: left;
    float: left;
    font-weight: 600;
    
}
.text{
    border: 1px solid;
    border-radius: 0px;
    padding: 10px;
    position: relative;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Arial;
    font-size: 12pt;
    color: rgb(098, 059, 042);
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
    width: 100%;
    clear: left;
    float: left;
    margin-bottom:5px;
}
.selectet{
    border: 1px solid;
    border-radius: 0px;
    padding: 10px;
    position: relative;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Arial;
    font-size: 12pt;
    color: rgb(098, 059, 042);
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
    width: 100%;
    clear: left;
    float: left;
    margin-bottom:5px;
}
select option {
    font-weight: 300;
    margin: 100px;
    color: #623b2a;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 100px orange inset;
}
.but{
    clear: left;
    float: left;
    color: #fff;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    user-select: none;
    background: #816255;
    border-color: #623b2a;
    margin-top: 10px;
}
.but:hover {
background: #623b2a; 
border-color: #623b2a;
margin-top: 10px;
}