.btn-red {
    background-color: #e00325;
    color: white;
}

.btn-red:hover {
    background-color: #e83a55;
    color: white;
}

.btn-green {
    background-color: #34a853;
    color: white;
}

.btn-green:hover {
    background-color: #57bd72;
    color: white;
}

.btn-blue {
    background-color: #4285f4;
    color: white;
}

.btn-blue:hover {
    background-color: #5893f5;
    color: white;
}

.btn-yellow {
    background-color: #d6cc27;
    color: white;
}

.btn-yellow:hover {
    background-color: #b2b000;
    color: white;
}

.btn-orange {
    background-color: #cc9e13;
    color: white;
}

.btn-orange:hover {
    background-color: #9e7700;
    color: white;
}

.btn-green {
    background-color: #0db700;
    color: white;
}

.btn-green:hover {
    background-color: #0a8d00;
    color: white;
}
.btn-purple{
    background-color:#b327d6;
    color:white;
}

.btn-purple:hover{
    background-color:#730090;
    color:white;
}
.btn-gray{
	background-color:#999;
	border-color:#888;
	color:white;
}

.btn-gray:hover{
	background-color:#666;
	border-color:#555;
	color:white;
}
.btn-form-blue {
    background-color: #235895;
    color: white;
}

.btn-form-blue:hover {
    background-color: #265d8c;
    color: white;
}