﻿.btn {
    border-radius: 21px !important;
    opacity: 1;
    min-width: 150px;
    padding-top: 10px;
}

.btn-default {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #00B5E2;
    color: #00B5E2;
}

.btn-primary {
    background: #00B5E2 0% 0% no-repeat padding-box !important;
    color: #fff;
}

.btn-wide {
    width: 250px;
}