
span.field-with-error {
    color: red;
    font-size: small;
    position: relative;
    text-align: left;
    display: block;
    line-height: 25px;
}

#myModal span.field-with-error {
	left: auto;
	position: relative;
}
.avatar img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.segment-ebook {
	background-color: #F8F4ED;
	padding-top:29px;
    font-family: 'Poppins';
}
.ebook-holder .logo-sm {
	display: none;
}
.ebook-holder {
	height: auto;
	justify-content: space-evenly;
}

.ebook-holder ul{
	text-align: left;
	list-style-type: none;
	padding-left: 0;
}
.ebook-holder ul li{
	font-size: 18px;
	margin-bottom:15px;
}
.book-cover-free-bonus {
	max-width: 19%;
	object-fit: contain;
}
.free-bonus-holder {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top: 44px;
}
.free-bonus-holder .line1 {
    width: 450px;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #BF9334;
    left: -50px;
    top: -15px;
}
.free-bonus-holder .line2 {
    width: 1px;
    height: 135px;
    content: '';
    position: absolute;
    background-color: #BF9334;
    left: -15px;
    top: -50px;
}
.headline-less-margin p {
	margin-bottom: 0;
}
.free-bonus-holder .btn {
	align-self: center;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 12px 73px;
}
.register-bonus-btn.btn strong{
	font-size: 25px;	
	font-weight: 500;
	color: #ffffff;
}
.register-bonus-btn.btn span {
	color: #ffffff;
}
.free-bonus-holder .text-left {
	font-size: 27px;
    line-height: 42px;
}
@media only screen and (max-width: 992px) {
    .segment-ebook {
		padding-top: 0;
		padding: 20px;
	}
    .free-bonus-holder .line1 {
		width: 410px;
		height: 1px;
		content: '';
		position: absolute;
		background-color: #BF9334;
		bottom: 372px;
		left: -48px;
	}
	.free-bonus-holder .line2 {
		width: 1px;
		height: 200px;
		content: '';
		position: absolute;
		background-color: #BF9334;
		bottom: 221px;
		left: -10px;
	}
	.free-bonus-holder {
		padding-top: 0;
	}
    .line1, .line2 {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .segment-ebook {
		padding-top: 0;
		padding: 20px;
	}
    .ebook-holder .logo-lg {
        display: none;
    }
    .ebook-holder .logo-sm {
        height: auto;
        display: inline-block;
        max-width: 100%;
        align-self: center;
    }
    .free-bonus-holder .text-left {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .free-bonus-holder .btn strong {
        font-size: 20px;
    }
    .free-bonus-holder .btn {
        padding: 12px 30px;
    }
}