/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.border-md {
	border-width: 2px;
}

.btn-facebook {
	background: #405d9d;
	border: none;
}

.btn-facebook:hover,
.btn-facebook:focus {
	background: #314879;
}

.btn-twitter {
	background: #42aeec;
	border: none;
}

.btn-twitter:hover,
.btn-twitter:focus {
	background: #1799e4;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

body {
	min-height: 100vh;
}

.form-control:not(select) {
	padding: 1.5rem 0.5rem;
}

select.form-control {
	height: 52px;
	padding-left: 0.5rem;
}

.form-control::placeholder {
	color: #ccc;
	font-weight: bold;
	font-size: 0.9rem;
}
.form-control:focus {
	box-shadow: none;
}
/* .el-input-group__append {
	align-items: center;
    background-color: #ced4da;
    border-radius: initial;
    color: #6c757d;
    display: inline-flex;
    justify-content: center;
    min-height: 100%;
    padding: 0 20px;
}

.el-input-group__append .el-button {
	background-color: transparent;
    border-color: transparent;
    color: inherit;
} */