/*
-------------------------------------------------------------------------------
--                                                                             
--    	NETIC GUI                        Version: 0.2                 
--
-------------------------------------------------------------------------------
--
--		login.css
--
--    	Styles unique to the login page
--
-------------------------------------------------------------------------------
--
--    	Author: Marc Witteveen        Date: 23rd May 2013
--
--    	Copyright (c) 2012 - 2013 GOAP d.o.o. All Rights Reserved.
--
-------------------------------------------------------------------------------
-- CHANGELOG:
-- 0.1	Initial code outline [Marc]
-- 0.2	Fix some properties in the usermanagementinstructions class
--
-- TODO:
*/

.login{display:block;}
.register{display:none;}
.forgotpassword{display:none;}
.forgotpasswordok{display:none;}
.forgotpassworderror{display:none;}
.buttonbox{border-top:1px solid #CCC;padding-top:1.5em;text-align:right;margin-top:1.5em;}
.buttonbox button{padding:0.5em 0.8em 0.5em 0.8em;}
.instructionsfull{display:block;padding-left:2em;padding-right:2em;}
.instructionsfull h3{margin-bottom:1em;}
.usermanagementinstructions{display:block;float:left;width:40%;padding-left:0em;padding-right:4em;}
.usermanagementinstructions h3{margin-bottom:1em;}
.usermanagementdetails{display:block;float:left;width:50%;padding-right:2em;}
.usermanagementdetails input{padding:3px;width:60%;}
.usermanagementdetails h3{margin-bottom:1em;}
a.instructionslink{color:#009;text-decoration:none;}
a.instructionslink:hover{text-decoration:underline;}
a.usermanagementlink{color:#009;text-decoration:none;font-size:0.8em;}
a.usermanagementlink:hover{text-decoration:underline;}
.registrationfield{clear:both;display:block;line-height:25px;}
.registrationfield label{display:block;width:30%;text-align:right;float:left;}
.registrationfield input{width:50%;float:left;margin-left:0.8em;}
.usermanagementdetails p.instructions{margin:1em 0px 0.3em 0px;padding:0px;font-size:0.8em;}
/* Style could be also added to layout */
div.usermenu{float:right;padding-right:0.6em;}
div.usermenu a{color:#333;text-decoration:none;}
div.usermenu a:hover{text-decoration:underline;}