﻿body
{
    min-width: 2.5em;
    min-height: 2em;
    padding: 0px;
}
#background
{
    width: 100%;
    top: 0em;
    bottom: 0em;
    position: absolute;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    background: url(../images/back.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#loginWrapper
{
    -moz-border-radius: 1em;
    border-radius: 1em;
    width: 40em;
    background-color: #ffffff;
    position: fixed;
    top: 50%;
    left: 15em;
    margin-top: -10em;
    padding: 30px;
    -moz-box-shadow: 0.5em 0.5em 3em #EEEEEE;
    -webkit-box-shadow: 0.5em 0.5em 3em #EEEEEE;
    box-shadow: 0.5em 0.5em 3em #EEEEEE;
}
#logo
{
    height: 13em;
    border-right: 1px solid #CCC;
}
.glyphicon
{
    margin-right: 15px;
}

/* Start Alert */
.so-alert-dialog .modal-body
{
    padding: 20px 5px 20px 15px;
    font-size: 1.2em;
}
.so-alert-dialog .top-section
{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.so-alert-dialog .modal-footer
{
    margin-top: 0px;
    padding: 5px;
}
.so-alert-dialog .modal-footer.alert-info, .so-alert-dialog .modal-footer.alert-danger
{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
/* End Alert */