﻿.button-akdemic {
    background-color: #2d409a;
    border-color: transparent;
    border-radius: 4px;
    padding: 7px 16px;
    color: #fff;
    /*width: 225px;*/
    font-weight: bold;
    outline: none !important;
    margin: 5px 0px;
}

    .button-akdemic:hover,
    .button-akdemic:active,
    .button-akdemic:focus {
        background-color: #3649a7;
    }

.akdemic-button-img {
    width: 60px;
    margin-bottom: 2px;
}
