.loginStyle {
   background-image: url('/images/background.jpg');
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ScreenSizeAdjust{
    width: 90%;
    margin: 0 auto;
    
}

@media screen and (min-width: 920px) {

    .ScreenSizeAdjust{
        width: 60%;
        margin: 0 auto;

    }
}

.DecorativeLine{
    border: 0;
    clear:both;
    display:block;
    width: 100%;
    background-color: #000000;
    height: 2px;
}

.HoverEffect{
    
}

.HoverEffect:hover {
    filter:brightness(120%);
    -webkit-filter: brightness(120%);
}

.HoverEffect:active{
    filter:brightness(135%);
    -webkit-filter: brightness(135%);
}


.row.AliasStyle{
    
    margin-bottom: 24px;
    background-color:#2c3e50;
    box-shadow: 10px 10px 6px #888888;
    color: #ffffff;
    padding: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.row.AliasStyle:hover{
    
    background-color:#34495e;
}

.row.AliasStyle:active{

    background-color:#3f5973;
}


.TableInfo{
    border: 3px solid black;
}

.TableInfo td{
  border: 1px solid black;
}

.TableInfo th{
  border: 1px solid black;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
}


.row.DateStyle{
    
    margin-bottom: 24px;
    background-color: #2980b9;
    box-shadow: 10px 10px 6px #888888;
    color: #ffffff;
    padding: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.row.DateStyle:hover{
    
    background-color:#3498db;
}

.row.DateStyle:active{

    background-color: #38a5ed;
}



.row.RemoveStyle{
    
    margin-bottom: 24px;
    background-color: #c0392b;
    box-shadow: 10px 10px 6px #888888;
    color: #ffffff;
    padding: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.row.RemoveStyle:hover{
    
    background-color:#e74c3c;
}

.row.RemoveStyle:active{

    background-color: #e75f51;
}

@font-face {
  font-family: 'deftone';
  src: url('http://myspy.diodegames.eu/fonts/deftone-stylus.ttf');
}

@font-face {
  font-family: 'AutourOne';
  src: url('http://myspy.diodegames.eu/fonts/AutourOne.ttf');
}
h1, h2, h3, h4 { font-family: 'deftone', 'Georgia', serif; }
p { font-family: 'AutourOne', 'Georgia', serif; }
li { font-family: 'AutourOne', 'Georgia', serif; }
label{ font-family: 'AutourOne', 'Georgia', serif; }
button{ font-family: 'AutourOne', 'Georgia', serif; }