﻿.dx-button {
    width: 11%;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    margin: 1px;
    float: left;
}

.dx-button-default {
    background-color: #337ab7;
    border-color: transparent;
    color: #fff;
}

.dx-button-content {
    padding: 6px;
}

.dx-icon {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    margin-right: 0;
    margin-left: 0;
}

.eye-input {
    width: 88%;
    float: left;
}

a.btn-link-password {
    color: #337ab7 !important;
    font-weight: bold;
    margin: 1rem;
    display: block;
}

a.btn-link-password:hover {
    text-decoration: underline;
        
}