.contents{
    min-height: 500px;
    margin-left: auto;
    width: 1000px;
    margin-right: auto;
    padding: 0px 100px;
}

.contents h4{
    margin-top: 55px;
    font-weight: 600;
}
.contents-row label{
    margin-left: 8px;
    margin-right: 20px;
    margin-bottom: unset;
}
.contents-row{
    display: flex;
    margin-top: 25px;
}
.contents-title{
    width: 105px;
    font-weight: 600;
    padding-top: 5px;
}
.contents-input{
    width: 86%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    outline: unset;
    background-color: #fdfdff;
    height: 35px;
    padding: 0px 6px;
}
.contents-textarea{
    width: 86%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    outline: unset;
    background-color: #fdfdff;
    height: 195px;
    resize: none;
    padding: 0px 6px;
}
.contents-div{
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #fdfdff;
    padding: 15px;
}
.contents-btn{
    cursor: pointer;
    margin-top: 45px;
    width: 150px;
    text-align: center;
    background-color: #0046af;
    color: #fff;
    border-radius: 5px;
    padding: 12px;
    float: right;
}
.contents-btn:hover{
    background-color: #246ad3;
}

@media (max-width: 950px) {
    .contents{
      padding: 0px 65px;
    }
}

@media (max-width: 700px) {
    .contents{
      padding: 0px 15px;
    }
}
  