﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
}

.logo
{
    margin:0 auto;
    width:215px;
    height:95px;
    background-image:url('./Images/logo_white.png?v=201905201052');
    background-repeat:no-repeat; 
    background-size:100%;
    background-position: center;    
}
.logo-small
{
    margin:0 auto;
    width:128px;
    height:128px;
    background-image:url('./Images/logo_small.png');
    background-repeat:no-repeat; 
    background-size:100%;
    background-position: center;    
}
.border
{
     border: 1px solid rgb(220, 222, 226);
     border-radius: 4px;
}

.prompted 
{
    border: 1px solid #FF0000;
    border-radius: 4px;
}
