﻿
body
{
    padding-bottom: 40px;
    background-color:#f5f5f5;
}

a.login
{
    font-size: 14px;
}

.logclose
{
    padding: 5px 15px 0 0;
}

div.logologin
{
    padding-bottom: 15px;
    width: 200px;
}

#loginModal {
    display: block;
}

#loginModal .modal-footer {
    background-color: #f5f5f5;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

#loginModal .modal-header.topimg {
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    height: 15px;
    /* line-height: 2px; */
    padding: 0;
}

.form-signin
{
    padding: 5px 30px;
    background-color: #fff;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox
    {
        margin-bottom: 10px;
    }

    .form-signin input[type="text"],
    .form-signin input[type="password"]
    {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
    }

#logindisplay
{
    display: none;
}

.form-horizontal .control-group.loginRow
{
    margin-bottom: 5px;
}
.modal
{    -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none !important;
}

.modal-footer{line-height:18px;}

.modal-body { margin-top:10px;}

.mb-0{
    margin-bottom: 0 !important;
}

.logintop {height: 15px; text-align:right;       
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;

}

.emailadres{ display: inline-block; width:115px; background:url( portal/img/emailadres.jpg) no-repeat 1px 1px #f5f5f5;
          
    height: 20px;
    position: relative;
    top: 6px;
    


}

#loginModal .form-group {
    margin-bottom: 0;
}
#loginModal .form-group .alert ul {
    list-style: none;
    padding-left: 0;
}

.password-expire {
    line-height: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}