/*Index.css is a styling file for Home page or index.php
Designed to meet the requirements of stooyangu.com
12/09/2017 By: Tunu Yolim Ngajilo*/

/*setting background color*/
body {
    background-color:#f5f5f5;
    
    
}
        .hidden{
            visibility: hidden;

        }
        .top{
           
            
        }

/*For signin details:email*/
#email_signin,#pwd{
	width: 250px;
	padding: 5px;
	border-radius: 0px;
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: grey;
}

#panel{
	margin-top: 20px;
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 0px;
    padding: 12px;
    margin:0 auto;
    max-width: 60%;
    max-height:auto;
    min-height: 5cm;
    padding: 10px;
}
.inputs{
	min-width: 400px;
	padding: 5px;
	border-radius: 0px;
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	margin-top: 10px;
}

.inputs-2{
	min-width: 300px;
	padding: 5px;
	border-radius: 0px;
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	margin-top: 10px;
}
/*for navigation bar*/
.navbar{
	min-height: 80px;
}


