body, html{
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

#form{
    background: url('../../images/123.png') 0 0 repeat fixed;
}

 .radio{
    margin-left: 40px;
    line-height: 3.5rem;
}

.input-form,
textarea{
    width: 39%;
    margin: 1% 5%;
    padding: 0.5% 1%;
    border-radius: 15px;
    border-width: 1px;
}

select{
    width: 39%;
    margin: 1% 5%;
    padding: 2%;
    /*height: 5.3vh;*/
    border: 1px solid rgb(118, 118, 118);
    color: rgb(118, 118, 118);
    border-radius: 15px;
    border-width: 1px;
}

label{
    font-size: 18px;
    line-height: 3rem;
    margin:0px  5.5%;
    color: #000 !important;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    background: #DA5049;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    margin: 25px auto;
    line-height: normal;
    padding: 15px 40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
     width: 25%; 
    border-radius: 20px;
}

.date{
    width: 13.4%;
    border: none;
    /*height: 3vh;*/
    border-bottom: 1px solid rgb(118, 118, 118) !important;
    background-color: transparent;
    margin-left: 5%;
}

.column{
    width: 100%;
    /*text-align: center;*/
}

.column label{
    margin: 0% 10% 0% 1%;
}

.radio-label{
    margin-left: 1%;
}

.change_link{
    margin: 10px auto;
}

#but_add{
   position: fixed;
    float: right;
    right: -10%;
    /* z-index: 10000; */
    transform: rotate(270deg);
}

@media (max-width: 767px){
    
    .input-form, textarea, select {
    width: 100%;
    margin: 3% 5%;
    padding: 1.5% 3%;
    }

    .radio.radio {
    line-height: 1.5rem;
}

    label {
    line-height: 1.5rem;
    margin-top: 5%;}

    input[type="submit"], input[type="reset"], input[type="button"] {
        width: 70%;}

    .date {
    width: 80%;
    margin-left: 0%;}

    #but_add{
    right: -28%;
    padding: 10px;}


}