﻿.regular-button {
    color: #fff;
    background-color: #5584ff;
    border: none;
    font-size: 12px;
    -moz-border-radius:  4px;
    -webkit-border-radius:  4px;
    border-radius:  4px;
    width: 99px;
    height: 25px;
    font-family: Roboto;
    src: url(fonts/Roboto-Light.ttf);
    outline: 0;
}
.regular-button.cancel {
    color: #838ea3;
    background-color: #ffffff;
    border: none;
    font-size: 12px;
    -moz-border-radius:  4px; /* Firefox */
    -webkit-border-radius:  4px; /* Safari 4 */
    border-radius:  4px; /* IE 9, Safari 5, Chrome */
    width: 99px;
    height: 25px;
    font-family: Roboto;
    src: url(fonts/Roboto-Light.ttf);
    outline: 0;
}
.regular-.regular-:hover,
.regular-button.hover {
    color: #fff;
    background-color: #346392;
}
.regular-button:active,
.regular-button.active {
    background-color: #27496d;
}

.button-auth {
    color: #fff;
    background-color: #5584ff;
    border: none;
    width: 254px;
    height: 46.59px;
    font-size: 15.76px;
    font-weight: bold;
    -moz-border-radius:  99px; /* Firefox */
    -webkit-border-radius:  99px; /* Safari 4 */
    border-radius:  99px; /* IE 9, Safari 5, Chrome */
    font-family: Roboto; /* Гарнитура шрифта */
    src: url(fonts/Roboto-Bold.ttf); /* Путь к файлу со шрифтом */
    background-image: url(../img/point_right.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    outline: 0;
}
.button-auth:hover {
    color: #fff;
    background-color: #346392;
    background-image: none;
}
.button-auth:active {
    background-color: #27496d;
    background-image: none;
}

.disbtn {
    pointer-events: none;
    cursor: no-drop;
}