.loginForm
{
    display: block;
    border: 1px #dfdfdf solid;
    width: 300px;
    background-color: #fff;
    background-image: url('../images/cloud_mini.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 130px 20px 0px 20px;
/*    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;*/
    
    margin: 100px auto;
    
    box-shadow: 14px 14px 14px rgba(0,0,0,0.5);
    border-radius: 10px;
}

.loginForm p
{
    margin: 0px;
    padding: 0px;
}

.loginForm p input 
{
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    border: 1px #bebebe solid;
    padding: 8px 0px;
    margin-bottom: 28px;
    text-indent: 10px;
}

.editForm
{
    width: 90%;
    margin: 0px auto;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
/*    min-width: 300px; */
    padding: 0px 15px;
    
}

.editForm p
{
    margin: 5px 0px;
    padding: 0px;
}

.editForm p input[type=text]
{
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    border: 1px #bebebe solid;
    padding: 8px 0px;
    margin-bottom: 10px;
    text-indent: 10px;
}

.editForm p input[type=email]
{
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    border: 1px #bebebe solid;
    padding: 8px 0px;
    margin-bottom: 10px;
    text-indent: 10px;
}

.editForm p input[type=password]
{
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    border: 1px #bebebe solid;
    padding: 8px 0px;
    margin-bottom: 10px;
    text-indent: 10px;
}


.editForm p input[type=submit]
{
    font-size: 16px;
    font-weight: normal;
    padding: 5px 25px;
}

.editForm p input[type=button]
{
    font-size: 16px;
    font-weight: normal;
    padding: 5px 25px;
}

.editForm p textarea
{
    font-size: 16px;
    font-weight: normal;
    padding: 5px 5px;
}

.editForm p select
{
    width: 100%;
    font-size: 16px;
    padding: 10px 10px;
    display: inline-block;
}


.editForm .error
{
    color: red;
    margin: 0 0 10px 0;
}

.viewForm
{
    float: left;
    min-width: 400px;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top:100px;
    padding: 0px 20px 0px 20px;
}

.viewForm h1
{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.viewForm p input[type=submit]
{
    font-size: 16px;
    font-weight: normal;
    padding: 5px 25px;
}

/* sysUserWarning */

.sysUserWarning
{
    padding: 20px;
    background-image: url('/images/newSys/authWarning.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    text-indent: 40px;
}

.sysUserPassword
{
    padding: 20px;
    background-image: url('/images/newSys/user-password.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    text-indent: 40px;
}

.sysUserGroups
{
    padding: 20px;
    background-image: url('/images/newSys/group_32x32.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    text-indent: 40px;
}

.modulWebshop
{
    padding: 20px;
    background-image: url('/images/newSys/webshop_32x32.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    text-indent: 40px;
    font-size: 150%;
}

.wsKosar
{
    padding: 20px;
    background-image: url('/images/newSys/webshop_32x32.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    text-indent: 40px;
}

.systemError
{
    padding: 20px;
    background-image: url('/images/newSys/warningError.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    text-indent: 40px;
}

@media only screen and (max-width: 400px){
    .loginForm {
        width: 100%;
        margin: 100px 0px 0px 0px;
    }
}