﻿body
{

}


.modal-content 
{
    width:          28vw;
    min-height:     17vw;
    margin:         12% auto auto;
    background-color: #e2e0e0;
    border-radius:  0.7326vw;
    box-shadow:     0.14vw 0.14vw 0.1vw #5b666fad;
}

.modal-header 
{
    border-bottom:  0.0733vw solid #5b666fad;
    padding:        0em;
    height:         2.9304vw;
}

.modal-header > div 
{
    display:        inline-block;
    text-align:     center;
    width:          100%;
    font-size:      1.5vw;
    line-height:    2.9304vw;
    margin:         0 auto;
    font-weight:    bold;
    text-shadow:    0.1vw 0.1vw 0.1vw #b5c0c9ad;
    letter-spacing: 0.2vw;
}


.modal-body 
{
    padding:        0;
}

.modal-body > div 
{
    width:          100%;
    height:         100%;
    margin:         0 auto;
}

#License
{
    display:        none;
}
.access 
{
    border:         0.1vw solid #717f90;
    border-radius:  0.5vw;
    font-size:      1.3vw;
    height:         2em;
    width:          16.5em;
    margin-bottom:  0.7326em;
    text-align:     center;
    margin-left:    2.6em;
    box-shadow:     0.1vw 0.11vw 0.15vw #a0a0a0;
}

.access:first-child 
{
    margin-top:     1.5em;
}

#FailText 
{
    width:          21.5em;
    margin-left:    3.5em;
    text-align:     center;
    color:          red;
    font-size:      1vw;
}

#LoginButton 
{
    display:        block;
    margin-left:    9em;
    margin-top:     0.5em;
    font-size:      1vw;
    margin-left:    16.8vw;
    width:          8vw;
    height:         3vw;
    border-radius:  0.5vw;
    color:          #517a66;
    border:         0.2vw solid #517a66;
    box-shadow:     0.1vw 0.11vw 0.1vw #517a66;
}
