* {
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
}
body{
    background: rgb(102,223,110);
    background: linear-gradient(90deg, rgba(102,223,110,1) 0%, rgba(52,169,109,1) 17%, rgba(52,169,109,1) 75%, rgba(102,223,110,1) 100%);
}
.text_head{
    margin-left: 15px;
    color: white;
}
.head{
    margin-bottom: 15px;
    margin-left: 3%;
    font-size: 30px;
    font-weight: bold;
    background-color: #2ab794;
    margin-left: 0;
    padding: 25px;
    border-radius: 20px 20px 0px 0px;
    background-image: url(./img/reg.jpeg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 300px;
    background-position-y: -40px;
}
input[name=height]{
    accent-color:  #2ab794;
}
input[type=text],input[type=date],input[type=number],input[type=password]{
    height: 20px;
    width: 95%;
    margin-bottom: 10px;
    margin-top: 6px;
}
input[type=text]:focus,input[type=date]:focus,input[type=number]:focus,input[type=password]:focus{
    outline-color: #2ab794;
}
select[name=in_people]{
    margin-bottom: 5px;
    margin-top: 5px;
    width: 50%;
    height: 25px;
}
input[type=radio]{
    accent-color: #2ab794;
}
input[type=checkbox]{
    accent-color: #2ab794;
}
select[name=in_people]:focus{
    outline-color: #2ab794;
}
form {
    max-width: 100%;
    width: 80%;
    margin-left: 10.2%;
    margin-top: 2%;
    background-color: whitesmoke;
    z-index: 10;
    border-radius: 20px;   
}
.input{
    margin-left: 3%;
}
.button{
    padding-bottom: 2%;
}
input[type=submit],input[type=reset]{
    height: 35px;
    background-color: #2ab794;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}
input[type=submit]:hover,input[type=reset]:hover {
    background-color: #035742;
}
#lable1,#lable2,#lable3,#lable4,#lable5,#lable6,#height{
    display: block;
}
.check_box{
    margin-top: 10px;
    margin-bottom: 15px;
}
.status_box{
    margin-top: 10px;
    margin-bottom: 10px;
}
