label[for="inlineRadio1"], label[for="inlineRadio2"] {
    font-size: 120%;
}

.post-realty-title {
    font-size: 180%;
    margin-bottom: 1.2rem;
	margin-top: 1.2rem;
    text-align: center;
    font-weight: 500;
}

.post-form {
    margin-bottom: 25px;
    padding-bottom: 45px;
}

.form-title i {
     margin-left: 6px;
 }

.marketing-points-section {
    margin-top: 35px;
}

.marketing-points {
    text-align: center;
    padding: 15px;
    border-radius: 10px;
}

.marketing-points p {
    font-size: 17px;
}

.marketing-points i {
    font-size: 25px;
}

.form-section {
    text-align: center;
    background: #f3f3f3;
}

.form-topic {
    margin: 45px 20px 40px;
}

.form-title {
    font-size: 180%;
    color: var(--primary);
}

#preview img {
    height: 100px;
    width: 120px;
    margin: 0px 21px;
    -webkit-box-shadow: 6px 10px 9px -5px rgba(0,0,0,0.46);
    -moz-box-shadow: 6px 10px 9px -5px rgba(0,0,0,0.46);
    box-shadow: 6px 10px 9px -5px rgba(0,0,0,0.46);
}

@media (min-width: 960px) {
    .pictureItemPlaceholderContainer {
        margin-left: 1.166666%;
        margin-right: 1.166666%;
    }
}

.pictureItemPlaceholder {
    position: relative;;
    height: 130px;
    width: 150px;
    margin: 15px auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.pictureItemPlaceholderHeader {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 38px;
}

.pictureItemPlaceholderFooter {
    width: 100%;
    background-color: #cdcdcd;
    font-size: 16px;
    padding: 3px 0;
}

.preview {
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.deletePictureButton {
    position: absolute;
    font-size: 15px;
    width: 23px;
    height: 23px;
    right: 10px;
    top: 1px;
    border-radius: 50%;
    border: 1px solid #FF5722;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF5722;
    color: white;
}

.deletePictureButton:hover {
    color: #FF5722;
    background: white;
    /* border-color: white; */
}

.form-submit {
    border-color: var(--primary);
    background-color: var(--primary);
    color: white;
}


.form-submit:hover{
    border-color: var(--primary);
    background-color: white;
    color: var(--primary);
}
