﻿#LoginModaldisplay {
    font-family: 'Ubuntu' !important;
    font-style: normal;
    font-weight: 300;
    src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format('woff2');
    unicode-range: U+0370-03FF;
    color: white;
    background-color: #000000db; /*#00000087;*/
    text-decoration-color: aliceblue;
    text-decoration-style: solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#LoginDialog {
    width: 40%;
    transform: translateY(40%);
}

#div4header {
    text-align: center;
}

#LoginDetails {
    text-align: left;
}

#CloseBtn {
    float: right;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
}

    #CloseBtn:focus, #CloseBtn:hover {
        color: #fff;
        text-decoration: none;
    }

    #CloseBtn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

button#CloseBtn {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}



.modal-header {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format('woff2');
    unicode-range: U+0370-03FF;
    align-content: center;
    color: white;
    border-bottom: 0 none !important;
}

.modal-dialog {
    width: 80%;
}

.modal-content {
    font-family: 'Ubuntu' !important;
    font-style: normal;
    font-weight: 300;
    src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format('woff2');
    unicode-range: U+0370-03FF;
    color: white;
    background-color: #000000db; /*#00000087;*/
    text-decoration-color: aliceblue;
    text-decoration-style: solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.modal-header {
    border-bottom: 0 none !important;
}

.modal-footer {
    border-top: 0 none !important;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.modal-dialog {
    border: 10px !important;
}

#AuthSecurity {
    background: url(/assets/img/blur-bg.jpg) center center no-repeat;
}

div.modal-body {
    color: black;
}

.noscriptext {
    color: white;
    font-size: 20px;
    text-align: center;
    margin: auto;
    background-color: #5cb85c;
    width: 40%;
    border-radius: 25px;
    padding: 3px;
}

/*.noscriptext {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
