body{
    background-color: rgb(249, 248, 248);
    rgba(175, 76, 22, 0.684);
}
.no-link-decoration{
    text-decoration: none;
}
.no-link-decoration a{
    text-decoration: none;
}
.create-form-bground-main-1 a:after{
    content: "Back"
}
#h1-test{
    color: black;
    margin-left: -100px;
    text-shadow: 95px 25px 3px rgba(175, 76, 22, 0.684);
}
.container-main-top-1 input{
    border: 1px dotted rgba(175, 76, 22, 0.484);
    height: 50px;
    width: 100%;
    border-radius: 10px;
}
.container-main-top-1{
    margin-top: -70px;
}
#button-main-p1{
    background-color: rgb(226, 222, 142);
    border: none;
    border-radius: 7px;
    color: white;
    font-weight: bolder;
    height: 50px;
}
.margin-top-main-p1{
    margin-top: 5%;
    text-align: center;
}
.set-center{
    margin: 120px auto;
    width: 80%;
}
.form-bground-main-1{
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 15px;
    width: 400px;
}
.create-form-bground-main-1{
    background-color: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 10px;
}
.create-form-bground-main-1 p{
    float: left;
    font-weight: 500;
    text-align: left;
}
.margin-bottom-p1{
    margin-bottom: 10px;
    height: 40px;
    width: 100%;
}
.margin-bottom-p1lf{
    margin-bottom: 10px;
    height: 40px;
    width: 49.2%;
}
#submit-main-p1{
    background-color: rgba(175, 76, 22, 0.584);
    border: none;
    color: rgb(226, 222, 142);
    font-size: 20px;
    font-weight: bolder;
    height: 50px;
}
#submit-main-p1:hover{
    background-color: rgba(175, 76, 22, 0.654);
}

/*hover for user info*/

.test{
    float: left;
    font-size: 14px;
}
#test2{
    border: 2px solid rgba(175, 76, 22, 0.454);
    background-color: white;
    display: none;
    margin-left: -280px;
    padding: 20px;
    position: absolute;
    text-align: justify;
    top: 270px;
    width: 370px;
    z-index: 0;
}
.test:hover  #test2{
    display: block;
}
#color-main-p1{
    color: rgba(175, 76, 22, 0.654);
    font-size: large;
    font-weight: bold;
}

/* Modal CSS*/

.modal-setting-header-p1{
    margin-top: 15px;
    text-align: center;
}
.margin{
    padding: 20px;
}
#hmm input{
    border: 1px solid rgba(175, 76, 22, 0.654);
    border-radius: 5px;
}
#modal-submit-main-p1{
    background-color: rgb(17, 186, 22);
    border: none;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bolder;
    width: 150px;
}