.btn-normal{
    width: 94px;
    height: 36px;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
    outline: none !important;
}

.btn-blue-at{
    background: #2F549F;
    border: 1px solid #2F549F;
    color: #FFFFFF;
}

.btn-plain{
    background: #ffffff;
    border: 1px solid #2F549F;
    color: #2F549F;
}
