.btn {
    display: inline-block;
    background: #424242;
    padding: 8px 20px;
    color: rgb(255, 255, 255);
    font-weight: 200;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.17);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
    max-height: 65px;
    border: none;
    font-family: "Open Sans";
    margin-right: 15px;
    font-size: 12px;
    background-repeat: no-repeat;
    border-radius: 50px;
}

.btn i {
    margin-right: 8px;
}

.table-btn {
    display: inline-block;
    background: #424242;
    padding: 4px 20px;
    color: rgb(255, 255, 255);
    font-weight: 200;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.17);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
    max-height: 65px;
    border: none;
    font-family: "Open Sans";
    margin-right: 15px;
    font-size: 10px;
    background-repeat: no-repeat;
    border-radius: 50px;
}
}

.btn:hover, .table-btn:hover {
    opacity: 0.8;
}

.btn.green {
    background: #77b929;
}

.btn.blue {
    background: #2196F3;
}

.btn.dark-blue {
    background: #3f51b5;
}

.btn.red {
    background: #ff1100;
}

.btn.dark-red {
    background-color: #a70a30;
}

.btn.doc{
    background-color: #a70a30;
    margin-bottom: 10px;
}

.btn.green-login {
    background: #53821b;
}

.btn.modal-cancel {
    background: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0.29);
    text-shadow: none;
}

.btn.separator {
    padding: 8px 0;
    background-color: rgba(255, 255, 255, 0);
    color: #131313;
}

.btn.transparent {
    background-color: rgba(0, 0, 0, 0.08);
    color: #131313;
    text-shadow: none;
    float: right;
    margin-right: 0;
}

.btn.complete-registration {
    background: #3f51b5;
    outline: none;
    width: 100%;
    padding: 15px;
    margin-top: 25px;
}
