.form-header__title{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.btn{
    padding:6px 12px;
    border-radius: 5px;
    border:1px solid #cccccc;
    width: 45%;
}

.form-content{
    margin-top: 20px;
}

.form-item{
    margin-top: 20px;
}
.form-item label{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}


.form-header{
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.submit-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 40px;

    color: #fff;
    background: #0b405b;
}

.error{
    font-weight: normal;
    color: red;
    font-size: 12px;
}
