.btn-white{
	color: #0281fd !important;
}

.btn-white:hover {
    border: 1px solid #0281fd !important;
    background-color: #0281fd !important;
    color: #fff !important;
}

.border-btn:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #0281fd !important;
}

