
.sozlesme_content_text {
    font-size: 12px;
    height: 400px;
    overflow-y: scroll;
    padding-right: 20px;
}
.sozlesme_content_text h2{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: inherit;
}
.sozlesme_content_text h3{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.sozlesme_content_text h4{
    font-size: 16px;
    font-weight: bold;
}
.sozlesme_content_text span{
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align:left;
}
.sozlesme_content_text h2, .sozlesme_content_text h3, .sozlesme_content_text h4 {
    margin-bottom: 10px;
}

#nameSurnameWrapper {
    position: relative;
}

#nameSurnameWrapper input {
    width: 100%;
    padding: 8px 16px;
    padding-left: 26px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #F0F2F5;
    box-sizing: border-box;
    height:72px;
    padding-top: 24px;
}

#nameSurnameWrapper .floating-label {
    position: absolute;
    left: 16px;
    top: 15px;
    font-size: 12px;
}
