﻿body { background-color:#47527D; font-family:'Segoe UI'; } /*0099cc #027196*/
label { display:inline-block; width:100px;  margin-left:20px; color:white;} /*#FF9900*/
.LoginWrapper { width:310px; left:50%; top:50%; margin-left:-165px; margin-top:-150px; padding:30px 10px 20px 15px; background-color:#666666; position:absolute;
                border: 2px solid #FF9900; border-radius:10px;  box-shadow:black 3px 3px 3px;}
.wrapperFr { width:330px; }
.summary { width: 350px;  left:50%; top:52%; margin-left:-185px; margin-top:20px;   position:absolute;}
.loginBtns{ width:90px;  margin:0px 30px 7px 0px;  margin-left:178px;  background:linear-gradient(white,#8C5606 40%,#FF9900); color:white;
            border:1px solid #8C5606; border-radius:5px; box-shadow:black 2px 2px 3px;  height:25px; text-align:center; cursor:pointer; outline:none; } /*to top,  #006600, rgb(139,247,139))*/
.loginBtns:hover { background:linear-gradient(#FF9900, #8C5606 40%); }
.loginBtns:active { box-shadow:#666666 2px 2px 3px; margin-top:1px;}
.txtLogins { padding:3px; border-radius:5px;  border: 1px solid #FF9900; margin-bottom:15px; box-shadow:black 2px 2px 2px; background: linear-gradient(#eee, #fff); transition: all 0.3s ease-out; height:20px; }
.txtLogins:focus { outline:none; background-position: 0 -1.7em; }
.error {color: red; margin:10px; font-size:1.2em; }
input { width:137px; margin-right: 10px; }
.lblClass { width:120px; font-size:0.8em; }
.lblClassFr { width:140px; font-size:0.8em; }
.lblChange {width:300px; margin-bottom:10px; color:#FF9900; }
#pswrdError { width:300px; margin:5px 0px; display:none; background:red; color:white; padding:1px 5px; border-radius:5px;}
#divChangePswrd span { width:200px; margin-left:30px; }
#aWachtwoord {color:#FF9900; font-size:0.8em; }
#aWachtwoord:active {color:white; }
#emailWeg, #wachtwoord { width:100%; height: 40px; color:white; background:#FF9900; text-align:center; font-size:1.2em; padding-top:10px; border-radius:5px; margin-bottom:10px; display:none; }
#btnOmhoog {border-radius:15px; height:30px; width:30px; background-color:#666666; color:white; margin-left:20px; border:1px solid #666666; outline:none; box-shadow:1px 1px 2px black; cursor:pointer; }
