.teacher-matic-auth-container{
    margin-top: 20px;
    margin-bottom: 20px;
}

.teacher-matic-auth-btn {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #333;
    background-color: #eee;
    display: block;
    text-decoration: none;
}

.teacher-matic-auth-btn:hover {
    color: #333;
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}