﻿
body {
    background-color: #fff !important;
    font-family: 'OswaldLight',Arial,Helvetica,sans-serif !important;
}

.bgButtonLogin {
    background-color: #1bbc9b !important;
    border-color: #1bbc9b !important;
}

#password {
    -webkit-text-security: disc;
    text-security: disc;
}

.loadingDiv {
    color: brown;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url('../../Content/Images/Spinner.gif');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
