@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Montserrat', sans-serif;
}
#col-setting .col-md-offset-4 {
    margin-left: 29.33333333%;
}
#col-setting .col-md-4 {
    width: 38.33333333%;
}
.position{
	margin-top:120px;
}
.btn{
	width:100%;
	background:#29abe2;
	color:#FFF;
	margin-top:15px;
	margin-bottom: 46px;
}
.btn-primary{
	border:none;
	border-radius: 15px;
    padding: 10px 12px;
}
.btn-primary:hover{
		background:#1ca4de;
}
.btn-primary:focus{
		background:#1ca4de;
}
.btn-primary:active{
		background:#1ca4de;
}
.form-group{
	margin-bottom:0px;
}
.input-group-addon{
	background:#f5fafc;
	border-color:#bdccd4;
}
.form-control{
	border-left:none;
	background:#f5fafc;
	border-color:#bdccd4;
	height: 38px	
}
.form-inpt{
		border-top-right-radius:15px;
		border-bottom-right-radius:0px;
		border-bottom:none;
		box-shadow:none;
}
.form-inpt-two{
		border-top-right-radius:0px;
		border-bottom-right-radius:15px;
		box-shadow:none;
}
.input-icon{
	border-top-left-radius:15px;
	border-bottom-left-radius:0px;
	border-bottom:none;
}
.input-icon-two{
	border-top-left-radius:0px;
	border-bottom-left-radius:15px;
}
.frt{
	text-align:center;
}
.frt a{
	color:#a3a2a2;
	text-decoration:none;
	font-size:12px;
}
.btm-line{
	color:#a3a2a2;
	text-align:center;
	font-size:10px;
	margin-top:160px;
	}
.panel, .modal-footer, .modal-header{
	border:none;
	box-shadow:none;
}
h1{
	font-size:22px;
}
.panel-body p{
	color:#a3a2a2;
	font-size:12px;
}
.popup-input-icon{
	border-radius:15px;
}
.popup-fst-inpt{
		border-radius:15px;
		box-shadow:none;
}
.clr{
	color:#a3a2a2;
}