﻿html, body {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: none !important;
    background-image: url('../images/login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Muli,sans-serif;
    color: #000;
}

table {
    border: 0px;
}

td {
    font-size: 14px;
    font-family: Muli,sans-serif;
    color: #444444;
    vertical-align: initial !important;
}

input, textarea, select {
    font-size: 14px;
    font-family: Muli,sans-serif;
    color: #444444;
    line-height: 12px;
    vertical-align: top;
    margin: 0px;
}

a {
    color: #0097d9;
    text-decoration: none;
    font-size: 14px;
    background-color: transparent;
}

a:hover {
    color: #0c5adb;
}

.bold {
    font-weight: bold;
}

.rbSkinnedButton {
    background-color: #0C5ADB !important;
    color: #fff !important;
}

span.RadButton_Bootstrap .rbDecorated {
    color: #fff !important;
}

.rbHovered {
    background-color: #007bff !important;
}

.rbSkinnedButton:hover {
    background-color: #007bff !important;
    font-weight: bold !important;
}