﻿
.loginPopup-dialog .ui-widget-header {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100% !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#263b77), to(#1a2954)) !important;
    background: -webkit-linear-gradient(top, #263b77, #1a2954) !important;
    background: -moz-linear-gradient(top, #263b77, #1a2954) !important;
    background: -ms-linear-gradient(top, #263b77, #1a2954) !important;
    background: -o-linear-gradient(top, #263b77, #1a2954) !important;
    background: linear-gradient(top, #263b77, #1a2954) !important;
    border-bottom: 2px solid #21cf36 !important;
    border-top: 1px solid #004990 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    height: 31px;
    width: 100%;
    color: #ffffff !important;
    font-weight: normal !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-shadow: 0px 1px 3px #868686;
    padding: 0px;
}

.loginPopup-base {
    border: none !important;
    background-color: #e6e6e6 !important;
}

.loginPopup-dialog {
    border: 3px solid black !important;
}

.loginPopup-input {
    outline: none !important;
    background-color: white !important;
    width: 100%;
}

    .loginPopup-input:focus {
        outline: none !important;
    }

.btnLogPopupRounded {
    min-height: 26px;
    background-color: #2fcc40 !important;
    color: black !important;
    line-height: normal;
    float: right;
    box-shadow: 0 0 3px #656565;
    border-radius: 4px;
}

.btnLogPopupRounded:enabled:hover {
    background-color: #2fcc40 !important;
    color: black !important;
    opacity: 0.75;
}

.btnLogPopupRounded:enabled:focus {
    background-color: #2fcc40 !important;
    color: black !important;
    opacity: 0.75;
}

.loginPopup-base b {
    font-weight: bold !important;
}

.loginPopup-base hr {
    height: 2px !important;
    background-color: darkgrey !important;  
}

.loginPopup-dialog .ui-dialog-title {
    font-size: inherit;
    margin-left: 10px !important;
}

