.page-login-v3 .brand-img{
	width:50%;
}

.page-login-v3 .alert{
	margin-top:20px;
	margin-bottom:0px;
}
.font-select-group{
	z-index:10;
}
.fs-drop{
	background-color: #ffffff;
    border: 1px solid #e4eaec;
    max-height: 300px;
    overflow: auto;
}

.fs-results{
	list-style:none;
	font-size:20px;
}

.colorInputUi-wrap {
    position: relative;
    display: block!important;
}

.logoClient{
    outline: 1px solid #e4eaec;
    outline-offset: 20px;
	margin:20px;
}

.item-typeTheme-container{
	padding:20px;	
}

.item-typeTheme{
	border: 1px solid #e4eaec;
	border-radius:5px;
	padding:20px;	
	cursor:pointer;
}

.item-typeTheme.selected {
    border: 5px solid #b3d7e6;
	padding:15px;
	background-color:#d9e9f1;	
}

.btn-disable{
	opacity:0.5;
}

.previewImgModel{position: relative;}
.previewImgModel:after { 
	content: attr(data-legend);
    position: absolute;
    bottom: 0px;
	left:0px;
	width:100%;
	text-align:center;
	padding:20px 0;
	font-size:30px;
	color:white;
	content: attr(data-legend);
}

.stepWishcard{
	padding:20px 0;
}
.stepWishcard .steps{
	margin: 0;
}

.txtZone{
	text-align:center;
	padding:50px 0;
	background-color:#F9F9F9;
}

.txtZoneLight{
	text-align:center;
	padding:2px 0;
	background-color:#F9F9F9;
}

.text-help .url{
	color:#77c7ef;
}

.previewCard{
	padding-bottom:20px;
}

.site-navbar {
    background-color: #39b4bc;
}